Skip to content

Commit

Permalink
Scala 2.13.13 (was .12), 3.3.2 (was .1)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 22, 2024
1 parent f52c504 commit a7582e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val `play-webgoat` = (project in file(".")).enablePlugins(PlayScala)
name := "play-webgoat"
version := "1.0"

crossScalaVersions := Seq("2.13.12", "3.3.1")
crossScalaVersions := Seq("2.13.13", "3.3.2")
scalaVersion := crossScalaVersions.value.head // tc-skip

libraryDependencies ++= Seq(guice, ws)
Expand Down
10 changes: 5 additions & 5 deletions vulnerabilities-3.x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ app/controllers/HomeController.scala(231) : ->ProcessBuilder.!!(this)
app/controllers/HomeController.scala(229) : <- RequestHeader.getQueryString(return)

[19934AF014F44D85C1841457D8ED6581 : critical : Cross-Site Scripting : Reflected : dataflow ]
target/scala-3.3.1/twirl/main/views/html/xss.template.scala(28) : ->BaseScalaTemplate._display_(0)
target/scala-3.3.1/twirl/main/views/html/xss.template.scala(28) : <->Html.apply(0->return)
target/scala-3.3.2/twirl/main/views/html/xss.template.scala(28) : ->BaseScalaTemplate._display_(0)
target/scala-3.3.2/twirl/main/views/html/xss.template.scala(28) : <->Html.apply(0->return)
app/controllers/HomeController.scala(202) : ->xss.apply(0)
app/controllers/HomeController.scala(201) : ->controllers.HomeControllertwirlXSS$$anonfun$1$$anonfun$1.apply(0)
app/controllers/HomeController.scala(201) : <- RequestHeader.getQueryString(return)
Expand Down Expand Up @@ -183,6 +183,6 @@ target/scala-3.3.1/twirl/main/views/html/xss.template.scala(28) : ->BaseScalaTe
app/controllers/HomeController.scala(285)

[C997F7BB94E70A739A5522B291E17A57 : low : Code Correctness : Constructor Invokes Overridable Function : structural ]
target/scala-3.3.1/routes/main/router/Routes.scala(37)
Function: router.Routes.Routes [target/scala-3.3.1/routes/main/router/Routes.scala(13)]
Function: router.Routes.prefix [target/scala-3.3.1/routes/main/router/Routes.scala(19)]
target/scala-3.3.2/routes/main/router/Routes.scala(37)
Function: router.Routes.Routes [target/scala-3.3.2/routes/main/router/Routes.scala(13)]
Function: router.Routes.prefix [target/scala-3.3.2/routes/main/router/Routes.scala(19)]

0 comments on commit a7582e1

Please sign in to comment.