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

Default nested #388

Merged
merged 1 commit into from
Dec 20, 2021
Merged

Default nested #388

merged 1 commit into from
Dec 20, 2021

Commits on Dec 19, 2021

  1. feat: always unpack at least 1 level of JARs

    We need to unpack a JAR to get the pom.dependencies in it, which
    we need to get shaded JARs.
    This commit:
    - makes the default level of unpacking JARs 1 (instead of 0)
    - unpacks the default level whenevet --app-vulns is provided, even if --nested-jars-depth was not
    - prohibits any attempt to not unpack at least 1 level (no 0)
    shaninja committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    6a81f89 View commit details
    Browse the repository at this point in the history