Skip to content

Commit 3b4bdf5

Browse files
committed
fix-outdated-urls
1 parent 2f279f9 commit 3b4bdf5

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# OWASP Benchmark for Java
2-
The OWASP Benchmark Project is a Java test suite designed to verify the speed and accuracy of vulnerability detection tools. It is a fully runnable open source web application that can be analyzed by any type of Application Security Testing (AST) tool, including SAST, DAST (like <a href="https://www.zaproxy.org/">ZAP</a>), and IAST tools. The intent is that all the vulnerabilities deliberately included in and scored by the Benchmark are actually exploitable so it's a fair test for any kind of application vulnerability detection tool.
32

4-
The Benchmark project also includes scorecard generators for numerous open source and commercial AST tools, and the set of supported tools is growing all the time. This scoring capability is implemented in the BenchmarkUtils project, which is at: https://github.com/OWASP/BenchmarkUtils.
3+
The OWASP Benchmark Project is a Java test suite designed to verify the speed and accuracy of vulnerability detection
4+
tools. It is a fully runnable open source web application that can be analyzed by any type of Application Security
5+
Testing (AST) tool, including SAST, DAST (like <a href="https://www.zaproxy.org/">ZAP</a>), and IAST tools. The intent
6+
is that all the vulnerabilities deliberately included in and scored by the Benchmark are actually exploitable so it's a
7+
fair test for any kind of application vulnerability detection tool.
58

6-
The project documentation is all on the OWASP site at the <a href="https://owasp.org/www-project-benchmark">OWASP Benchmark</a> project pages. Please refer to that site for all the project details.
9+
The Benchmark project also includes scorecard generators for numerous open source and commercial AST tools, and the set
10+
of supported tools is growing all the time. This scoring capability is implemented in the BenchmarkUtils project, which
11+
is at: https://github.com/OWASP-Benchmark/BenchmarkUtils.
712

8-
The current latest release is v1.2. Note that all the releases that are available here: https://github.com/OWASP/BenchmarkJava/releases, are historical. The latest release is always available live by simply cloning or pulling the head of this repository (i.e., git pull).
13+
The project documentation is all on the OWASP site at the <a href="https://owasp.org/www-project-benchmark">OWASP
14+
Benchmark</a> project pages. Please refer to that site for all the project details.
15+
16+
The current latest release is v1.2. Note that all the releases that are available
17+
here: https://github.com/OWASP-Benchmark/BenchmarkJava/releases, are historical. The latest release is always available
18+
live by
19+
simply cloning or pulling the head of this repository (i.e., git pull).
920

1021
Running Benchmark Itself:
22+
1123
* runBenchmark.sh - run the Benchmark Web Application (accessible via local machine only)
12-
* runRemoteAccessibleBenchmark.sh - like the above but allows port 8443 to be accessible outside the machine Benchmark is running on.
24+
* runRemoteAccessibleBenchmark.sh - like the above but allows port 8443 to be accessible outside the machine Benchmark
25+
is running on.

0 commit comments

Comments
 (0)