Skip to content

Commit

Permalink
plugin 1.1.0 (was -RC2) (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored May 23, 2024
1 parent fc532cf commit 3753882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fortify.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ThisBuild / fortifyEnabled :=
ThisBuild / libraryDependencies ++= (
if (fortifyEnabled.value)
Seq(
compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.0-RC2"
compilerPlugin("com.lightbend" %% "scala-fortify" % "1.1.0"
cross CrossVersion.patch))
else
Seq()
Expand Down
5 changes: 2 additions & 3 deletions vulnerabilities.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[21E60E2B831668A393932CEB49C2A6A1 : high : Insecure Randomness : semantic ]
subproject2/src/main/scala/Sample2.scala(5) : Random.nextInt()

[CBCE82F9EBC6726C510E706E09AC0216 : critical : Command Injection : dataflow ]
[BC793E7801B62F6210D77A526723EC18 : critical : Command Injection : dataflow ]
subproject1/src/main/scala/Sample1.scala(5) : ->ProcessBuilder.!(this)
subproject1/src/main/scala/Sample1.scala(5) : <->ProcessImplicits.stringToProcess(0->return)
subproject1/src/main/scala/Sample1.scala(4) : ->Sample1$.main(0[0])
subproject1/src/main/scala/Sample1.scala(3) : ->Sample1.main(0)
subproject1/src/main/scala/Sample1.scala(4) : ->Sample1$.main(0)

[BE79AAD699A3BCD5795C87E95E9B87ED : low : J2EE Bad Practices : Leftover Debug Code : structural ]
subproject1/src/main/scala/Sample1.scala(4)

0 comments on commit 3753882

Please sign in to comment.