Skip to content

Commit 7be342d

Browse files
committed
Update to 1.2 release. This is a major release update. It introduces several major changes:
The parameter names for each test case are now unique. Previously they were the same for every test. The UI now has each test case category organized into separate path and the max number of test cases per directory is less than 100. Previously there was just one long list of test cases at the root of the application from 1 to 2740. The database usage has been made more robust to make it more resistant to corruption while under attack. After each data change, it rolls back the change after that test case request completes. The 1st two changes were done to make the Benchmark more realistic to web scanners, and the later to make it more resilient during a scan. Updates to the scorecards still need to be generated and pushed out.
1 parent 2734ae4 commit 7be342d

File tree

11,005 files changed

+145272
-135336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,005 files changed

+145272
-135336
lines changed

Diff for: createAnonScorecards.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mvn validate -Pbenchmarkscore -Dexec.args="expectedresults-1.2beta.csv results none anonymous"
1+
mvn validate -Pbenchmarkscore -Dexec.args="expectedresults-1.2.csv results none anonymous"

Diff for: createScorecards.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
call mvn validate -Pbenchmarkscore -Dexec.args="expectedresults-1.2beta.csv results"
1+
call mvn validate -Pbenchmarkscore -Dexec.args="expectedresults-1.2.csv results"

Diff for: createScorecards.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mvn validate -Pbenchmarkscore -Dexec.args="expectedresults-1.2beta.csv results"
1+
mvn validate -Pbenchmarkscore -Dexec.args="expectedresults-1.2.csv results"

0 commit comments

Comments
 (0)