forked from hawkeyesec/scanner-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support of java-sec-bugs and java-owasp to scala projects
Since find-sec-bugs actually supports scala jars, all it had to be done was enhacing the filter in the existing findsecbugs module. OWASP's dependency-check case is a bit different, it is able to scan zip files built by [sbt native packager](https://www.scala-sbt.org/sbt-native-packager/) but it can't find dependencies shipped in uber jars built with [sbt-assembly](https://github.com/sbt/sbt-assembly). An demo showing how to use it is available at https://github.com/csokol/scala-hawkeyesec-scanner-demo Partially addresses hawkeyesec#75.
- Loading branch information
Francisco Sokol
committed
Jul 4, 2019
1 parent
918e907
commit 1640678
Showing
10 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
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
Empty file.
Empty file.
Empty file.
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
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
Empty file.
Empty file.
Empty file.
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