Skip to content

Commit

Permalink
Upgraded Securibench micro to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Nov 25, 2024
1 parent 7335d4f commit b65cb98
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ class SecuribenchMicroJsDownloader(datasetDir: File) extends DatasetDownloader(d

private val logger = LoggerFactory.getLogger(getClass)

override val benchmarkName = s"securibench-micro.js v1.0.1"
override val benchmarkName = s"securibench-micro.js v1.0.2"

override protected val benchmarkUrl: URL = URI(
"https://github.com/DavidBakerEffendi/securibench-micro.js/archive/refs/tags/v1.0.1.zip"
"https://github.com/DavidBakerEffendi/securibench-micro.js/archive/refs/tags/v1.0.2.zip"
).toURL
override protected val benchmarkFileName: String = "securibench-micro.js-1.0.1"
override protected val benchmarkFileName: String = "securibench-micro.js-1.0.2"
override protected val benchmarkBaseDir: File = datasetDir / benchmarkFileName

override def initialize(): Try[File] = {
Expand Down

0 comments on commit b65cb98

Please sign in to comment.