Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for parsing .NET assemblies #1943

Merged
merged 8 commits into from
Jul 19, 2023
Merged

Commits on Jul 18, 2023

  1. Add support for parsing .NET assemblies

    Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
    
    Former-commit-id: 69c33fe
    luhring committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7691a4c View commit details
    Browse the repository at this point in the history
  2. Add dll and exe files

    Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
    
    Former-commit-id: b9d204e
    luhring committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3deed54 View commit details
    Browse the repository at this point in the history
  3. Add PE cataloger to directory catalogers

    Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
    
    Former-commit-id: 9711c00
    luhring committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1573877 View commit details
    Browse the repository at this point in the history
  4. Don't set language to dotnet for PEs

    Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
    
    Former-commit-id: 368313f
    luhring committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5351d0b View commit details
    Browse the repository at this point in the history
  5. Fix spelling of cataloger in constructor

    Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
    
    Former-commit-id: e42fd77
    luhring committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3752142 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Adjust which cases in PE parsing return errors

    Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
    
    Former-commit-id: 95b25f8
    luhring committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fa13cbb View commit details
    Browse the repository at this point in the history
  2. remove build binary from branch

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    
    Former-commit-id: fa54c0d0aef0998d5520e9f44cae51f5f9cd38a2
    wagoodman committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    707d863 View commit details
    Browse the repository at this point in the history
  3. Fix failing CLI tests

    Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
    luhring committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8305902 View commit details
    Browse the repository at this point in the history