Skip to content

Commit 19b7c7d

Browse files
committed
Check in Benchmark 1.2Beta. This is a fully runnable version of the Benchmark.
After downloading, just run runBenchmark.bat/.sh and after it starts, navigate to: https://localhost:8443/benchmark/ You can then scan it with a DAST tool, or scan the code with a SAST tool.
1 parent 9eb4eb5 commit 19b7c7d

44,986 files changed

Lines changed: 784929 additions & 1656700 deletions

File tree

Some content is hidden

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

.keystore

2.18 KB
Binary file not shown.

build.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE xml>
2+
<project>
3+
<target name="run">
4+
<parallel>
5+
<daemons>
6+
<!--<exec executable="java">
7+
<arg line="org.owasp.benchmark.helpers.EmbeddedADS"/>
8+
</exec>
9+
--> <java classname="org.owasp.benchmark.helpers.LDAPServer" fork="true" failonerror="true" >
10+
<!-- <arg value="-b" />
11+
<arg value="${dist.dir}" />
12+
<arg value="-o" />
13+
<arg value="${xml.dir}/treeindex" />
14+
<arg value="tree.xml" />
15+
<jvmarg value="-Dstrategy=treeParser" /> -->
16+
<classpath refid="maven.compile.classpath" />
17+
</java>
18+
</daemons>
19+
</parallel>
20+
</target>
21+
</project>

createScorecards.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mvn validate -Pbenchmarkscore -Dexec.args="expectedresults-1.1.csv results"
1+
mvn validate -Pbenchmarkscore -Dexec.args="expectedresults-1.2beta.csv results"

expectedresults-1.1.csv

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)