Created
November 27, 2022 22:57
-
-
Save slieschke/525e30902dc5cdad71f504e1630861a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dependency-check] SLF4J: Class path contains multiple SLF4J bindings. | |
[dependency-check] SLF4J: Found binding in [jar:file:/Users/simon/Code/portal/pb2/owasp/lib/dependency-check-ant/dependency-check-ant.jar!/org/slf4j/impl/StaticLoggerBinder.class] | |
[dependency-check] SLF4J: Found binding in [jar:file:/Users/simon/Code/portal/pb2/owasp/lib/dependency-check-ant/lib/dependency-check-ant-7.3.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] | |
[dependency-check] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. | |
[dependency-check] SLF4J: Actual binding is of type [org.owasp.dependencycheck.ant.logging.AntLoggerFactory] | |
[dependency-check] Checking for updates | |
[dependency-check] Skipping NVD check since last check was within 4 hours. | |
[dependency-check] Check for updates complete (12 ms) | |
[dependency-check] | |
[dependency-check] | |
[dependency-check] Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report. | |
[dependency-check] | |
[dependency-check] | |
[dependency-check] About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html | |
[dependency-check] False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html | |
[dependency-check] | |
[dependency-check] 💖 Sponsor: https://github.com/sponsors/jeremylong | |
[dependency-check] Analysis Started | |
[dependency-check] Finished Archive Analyzer (2 seconds) | |
[dependency-check] Finished File Name Analyzer (0 seconds) | |
[dependency-check] Finished Jar Analyzer (0 seconds) | |
[dependency-check] Finished Central Analyzer (0 seconds) | |
[dependency-check] ---------------------------------------------------- | |
[dependency-check] .NET Assembly Analyzer could not be initialized and at least one 'exe' or 'dll' was scanned. The 'dotnet' executable could not be found on the path; either disable the Assembly Analyzer or add the path to dotnet core in the configuration. | |
[dependency-check] ---------------------------------------------------- | |
[dependency-check] Finished Dependency Merging Analyzer (0 seconds) | |
[dependency-check] Finished Version Filter Analyzer (0 seconds) | |
[dependency-check] Finished Hint Analyzer (0 seconds) | |
[dependency-check] Created CPE Index (1 seconds) | |
[dependency-check] Finished CPE Analyzer (4 seconds) | |
[dependency-check] Finished False Positive Analyzer (0 seconds) | |
[dependency-check] Finished NVD CVE Analyzer (0 seconds) | |
[dependency-check] Finished Sonatype OSS Index Analyzer (0 seconds) | |
[dependency-check] Finished Vulnerability Suppression Analyzer (0 seconds) | |
[dependency-check] Finished Dependency Bundling Analyzer (0 seconds) | |
[dependency-check] Finished Unused Suppression Rule Analyzer (0 seconds) | |
[dependency-check] Analysis Complete (14 seconds) | |
[dependency-check] Writing report to: /Users/simon/Code/portal/portal/nodist/dependency-check-report.xml | |
[dependency-check] Writing report to: /Users/simon/Code/portal/portal/nodist/dependency-check-report.html | |
[dependency-check] Writing report to: /Users/simon/Code/portal/portal/nodist/dependency-check-report.json | |
[dependency-check] Writing report to: /Users/simon/Code/portal/portal/nodist/dependency-check-report.csv | |
[dependency-check] Writing report to: /Users/simon/Code/portal/portal/nodist/dependency-check-report.sarif | |
[dependency-check] Writing report to: /Users/simon/Code/portal/portal/nodist/dependency-check-junit.xml | |
[dependency-check] | |
[dependency-check] | |
[dependency-check] One or more dependencies were identified with known vulnerabilities: | |
[dependency-check] | |
<snip vulnerability output> | |
[dependency-check] | |
[dependency-check] | |
[dependency-check] See the dependency-check report for more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment