Skip to content

Commit 23903bf

Browse files
authored
Merge pull request #5 from OWASP-Benchmark/master
Merge from upstream
2 parents e70034e + b06d6ef commit 23903bf

3 files changed

Lines changed: 5 additions & 25 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
<dependency>
637637
<groupId>commons-codec</groupId>
638638
<artifactId>commons-codec</artifactId>
639-
<version>1.21.0</version>
639+
<version>1.22.0</version>
640640
</dependency>
641641

642642
<!-- 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 -->
@@ -649,7 +649,7 @@
649649
<dependency>
650650
<groupId>commons-io</groupId>
651651
<artifactId>commons-io</artifactId>
652-
<version>2.21.0</version>
652+
<version>2.22.0</version>
653653
</dependency>
654654

655655
<dependency>
@@ -777,7 +777,7 @@
777777
<dependency>
778778
<groupId>org.apache.httpcomponents.client5</groupId>
779779
<artifactId>httpclient5</artifactId>
780-
<version>5.6</version>
780+
<version>5.6.1</version>
781781
</dependency>
782782

783783
<dependency>
@@ -866,7 +866,7 @@
866866
<dependency>
867867
<groupId>com.fasterxml.jackson.core</groupId>
868868
<artifactId>jackson-databind</artifactId>
869-
<version>2.21.2</version>
869+
<version>2.21.3</version>
870870
</dependency>
871871
</dependencies>
872872

scripts/runHorusec.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

scripts/runSonarQube.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docker run --env SONAR_SCANNER_OPTS=-Xmx4g --rm -v ~/.m2:/root/.m2 -v "$(pwd)":"
7575
-Dsonar.host.url="$sonar_docker_host" \
7676
-Dsonar.login="$sonar_token" \
7777
-Dsonar.sources="src" \
78-
-Dsonar.exclusions="results/**,scorecard/**,scripts/**,tools/**,VMs/**"
78+
-Dsonar.exclusions="results/**,scorecard/**,scripts/**,tools/**,VMs/**,**/*.js"
7979

8080
echo "Waiting for SonarQube CE to finish task..."
8181

0 commit comments

Comments
 (0)