Skip to content

Commit 9a52d1b

Browse files
committed
Minor fixes to version #'s in scorecards.
1 parent dd0254a commit 9a52d1b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

scorecard/OWASP_Benchmark_Guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="author" content="">
1111
<link rel="icon" href="../../favicon.ico">
1212

13-
<title>Guide to the OWASP Benchmark v1.1</title>
13+
<title>Guide to the OWASP Benchmark v1.2beta</title>
1414

1515
<!-- Bootstrap core CSS -->
1616
<link href="content/css/bootstrap.min.css" rel="stylesheet">

scorecard/OWASP_Benchmark_Home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="author" content="">
1111
<link rel="icon" href="../../favicon.ico">
1212

13-
<title>Guide to the OWASP Benchmark v1.1</title>
13+
<title>Guide to the OWASP Benchmark v1.2beta</title>
1414

1515
<!-- Bootstrap core CSS -->
1616
<link href="content/css/bootstrap.min.css" rel="stylesheet">
@@ -85,7 +85,7 @@ <h2>Introduction</h2>
8585
<p>The OWASP Benchmark is a test suite designed to evaluate the speed, coverage, and accuracy of automated vulnerability detection tools. Without the ability to measure these tools,
8686
it is difficult to understand their strengths and weaknesses, and compare them to each other. The Benchmark contains over 20,000 test cases that are fully runnable and exploitable.</p>
8787

88-
<p>The chart below presents the overall results for this set of tools scored against version 1.1 of the Benchmark.
88+
<p>The chart below presents the overall results for this set of tools scored against version 1.2beta of the Benchmark.
8989
The score for each tool is the overall true positive rate (TPR) across all the test categories, minus the
9090
overall false positive rate (FPR). To see the detailed results for any particular tool, select the tool
9191
from the menus above. For an explanation of all the metrics calculated for each tool, see the

src/main/resources/scorecard/OWASP_Benchmark_Guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="author" content="">
1111
<link rel="icon" href="../../favicon.ico">
1212

13-
<title>Guide to the OWASP Benchmark v1.1</title>
13+
<title>Guide to the OWASP Benchmark v${version}</title>
1414

1515
<!-- Bootstrap core CSS -->
1616
<link href="content/css/bootstrap.min.css" rel="stylesheet">

src/main/resources/scorecard/OWASP_Benchmark_Home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="author" content="">
1111
<link rel="icon" href="../../favicon.ico">
1212

13-
<title>Guide to the OWASP Benchmark v1.1</title>
13+
<title>Guide to the OWASP Benchmark v${version}</title>
1414

1515
<!-- Bootstrap core CSS -->
1616
<link href="content/css/bootstrap.min.css" rel="stylesheet">
@@ -70,7 +70,7 @@ <h2>Introduction</h2>
7070
<p>The OWASP Benchmark is a test suite designed to evaluate the speed, coverage, and accuracy of automated vulnerability detection tools. Without the ability to measure these tools,
7171
it is difficult to understand their strengths and weaknesses, and compare them to each other. The Benchmark contains over 20,000 test cases that are fully runnable and exploitable.</p>
7272

73-
<p>The chart below presents the overall results for this set of tools scored against version 1.1 of the Benchmark.
73+
<p>The chart below presents the overall results for this set of tools scored against version ${version} of the Benchmark.
7474
The score for each tool is the overall true positive rate (TPR) across all the test categories, minus the
7575
overall false positive rate (FPR). To see the detailed results for any particular tool, select the tool
7676
from the menus above. For an explanation of all the metrics calculated for each tool, see the

0 commit comments

Comments
 (0)