Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
fec964a
fix(scripts): remove dead sonar-report dep and re-enable container cl…
TheAuditorTool Apr 13, 2026
c3be206
Bump org.apache.directory.api:api-ldap-model from 2.1.7 to 2.1.8
dependabot[bot] Jun 10, 2026
b09fcac
Bump org.apache.maven.plugins:maven-help-plugin from 3.5.1 to 3.5.2
dependabot[bot] Jul 6, 2026
08225c8
Merge pull request #482 from OWASP-Benchmark/dependabot/maven/org.apa…
davewichers Jul 6, 2026
b9e7f17
Bump org.codehaus.cargo:cargo-maven3-plugin from 1.10.27 to 1.10.28
dependabot[bot] Jul 8, 2026
8f3e537
Bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1
dependabot[bot] Jul 8, 2026
23b5d51
Merge pull request #483 from OWASP-Benchmark/dependabot/maven/org.cod…
davewichers Jul 8, 2026
695a293
Merge pull request #484 from OWASP-Benchmark/dependabot/maven/com.fas…
davewichers Jul 8, 2026
2031563
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.10.2.0 to 4.10.3.0
dependabot[bot] Jul 13, 2026
f4666eb
Merge pull request #485 from OWASP-Benchmark/dependabot/maven/com.git…
davewichers Jul 13, 2026
5fad93e
Bump com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3
dependabot[bot] Jul 13, 2026
79b9bd6
Merge pull request #486 from OWASP-Benchmark/dependabot/maven/com.git…
davewichers Jul 13, 2026
dabbf7c
Bump com.diffplug.spotless:spotless-maven-plugin from 3.8.0 to 3.9.0
dependabot[bot] Jul 28, 2026
d27db7b
Bump commons-codec:commons-codec from 1.22.0 to 1.22.1
dependabot[bot] Jul 30, 2026
2383e55
Bump org.apache.httpcomponents.client5:httpclient5 from 5.6.2 to 5.6.3
dependabot[bot] Jul 31, 2026
997d96b
Bump github/codeql-action from 4 to 4.37.4
dependabot[bot] Aug 3, 2026
a9482d6
Merge pull request #489 from OWASP-Benchmark/dependabot/maven/org.apa…
davewichers Aug 3, 2026
17ba784
Merge pull request #491 from OWASP-Benchmark/dependabot/github_action…
davewichers Aug 3, 2026
e232dff
Merge pull request #474 from OWASP-Benchmark/dependabot/maven/org.apa…
davewichers Aug 3, 2026
1beec46
Merge pull request #487 from OWASP-Benchmark/dependabot/maven/com.dif…
davewichers Aug 3, 2026
0eed5dd
Merge pull request #488 from OWASP-Benchmark/dependabot/maven/commons…
davewichers Aug 3, 2026
06d3b70
Bump github/codeql-action from 4.37.4 to 4.37.5
dependabot[bot] Aug 6, 2026
c70739b
Merge pull request #492 from OWASP-Benchmark/dependabot/github_action…
davewichers Aug 6, 2026
60b7d0f
Bump github/codeql-action from 4.37.5 to 4.37.6
dependabot[bot] Aug 7, 2026
15ac21e
Merge pull request #493 from OWASP-Benchmark/dependabot/github_action…
davewichers Aug 7, 2026
007786f
Merge pull request #446 from TheAuditorTool/fix/sonarqube-jq-arg-limi…
davewichers Aug 8, 2026
64ba3d4
Bump org.apache.httpcomponents.client5:httpclient5 from 5.6.3 to 5.6.4
dependabot[bot] Aug 10, 2026
f51bf36
Merge pull request #494 from OWASP-Benchmark/dependabot/maven/org.apa…
davewichers Aug 10, 2026
e3725da
Bump github/codeql-action from 4.37.6 to 4.37.7
dependabot[bot] Aug 17, 2026
0b6b371
Merge pull request #495 from OWASP-Benchmark/dependabot/github_action…
davewichers Aug 17, 2026
aa55861
Revert api-ldap-model version upgrade and update Tomcat to latest ver…
davewichers Aug 18, 2026
77b68fb
Fix spotless error for comment on api-ldap-model version.
davewichers Aug 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
uses: github/codeql-action/init@v4.37.7
with:
languages: ${{ matrix.language }}
queries: security-extended, security-experimental, security-and-quality
Expand All @@ -43,7 +43,7 @@ jobs:
run: mvn -DskipTests=true install

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
uses: github/codeql-action/analyze@v4.37.7

- name: Upload Output
uses: actions/upload-artifact@v7
Expand Down
21 changes: 11 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.22.0</version>
<version>1.22.1</version>
</dependency>

<!-- mvn dependency:analyze says this is an unused declared dependency, but its wrong. Get this runtime error if it's not included: Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.apache.commons.dbcp.BasicDataSource] for bean with name 'dataSource' defined in class path resource [context.xml]; nested exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource -->
Expand Down Expand Up @@ -666,6 +666,7 @@
<version>2.0.18</version>
</dependency>

<!-- NOTE: Do NOT upgrade this library until the Apache team fixes issue: https://issues.apache.org/jira/browse/DIRAPI-433 -->
<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-ldap-model</artifactId>
Expand Down Expand Up @@ -777,7 +778,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.6.2</version>
<version>5.6.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -866,7 +867,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.22.0</version>
<version>2.22.1</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -999,7 +1000,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -1065,7 +1066,7 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
<version>1.10.27</version>
<version>1.10.28</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -1116,7 +1117,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
<configuration>
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
<ratchetFrom>origin/master</ratchetFrom>
Expand Down Expand Up @@ -1260,14 +1261,14 @@
<version.fluido>2.1.0</version.fluido>
<!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
<version.hibernate>3.6.10.Final</version.hibernate>
<version.spotbugs.maven>4.10.2.0</version.spotbugs.maven>
<version.spotbugs>4.10.2</version.spotbugs>
<version.spotbugs.maven>4.10.3.0</version.spotbugs.maven>
<version.spotbugs>4.10.3</version.spotbugs>
<!-- Spring 6.x requires Java 17 -->
<version.springframework>5.3.39</version.springframework>
<!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. -->
<tomcat.major.version>9</tomcat.major.version>
<version.tomcat>9.0.115</version.tomcat>
<tomcat.url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
<version.tomcat>9.0.120</version.tomcat>
<tomcat.url>https://downloads.apache.org/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip</tomcat.url>
</properties>

</project>
7 changes: 1 addition & 6 deletions scripts/runSonarQube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ requireCommand curl
requireCommand docker
requireCommand jq

if ! command -v "sonar-report" &> /dev/null; then
echo "sonar-report is required. Please install it via https://github.com/soprasteria/sonar-report and then try again."
exit 1
fi

# Check for install/updates at https://github.com/SonarSource/sonarqube

container_name="sonarqube-benchmark"
Expand Down Expand Up @@ -91,4 +86,4 @@ mvn exec:java -Dexec.mainClass="org.owasp.benchmark.report.sonarqube.SonarReport

echo "Shutting down SonarQube..."

#docker stop "$container_name"
docker stop "$container_name"