Skip to content

Commit

Permalink
Update OWASP Dependency Check CLI version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed May 21, 2018
1 parent 5a0bba1 commit 0d027df
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var package = "DependencyCheck.Runner.Tool";
var apiKey = EnvironmentVariable("NUGET_API_KEY") ?? "abcdef0123456789";
var buildNumber = EnvironmentVariable("APPVEYOR_BUILD_NUMBER") ?? "1";

var version = EnvironmentVariable("APPVEYOR_REPO_TAG_NAME") ?? "3.1.2";
var version = EnvironmentVariable("APPVEYOR_REPO_TAG_NAME") ?? "3.2.0";
var toolVersion = version;

Setup(context =>
Expand Down
2 changes: 1 addition & 1 deletion runner/bin/dependency-check.bat
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if "%JAVACMD%"=="" set JAVACMD=java

if "%REPO%"=="" set REPO=%BASEDIR%\repo

set CLASSPATH="%BASEDIR%"\plugins\*;"%REPO%"\commons-cli\commons-cli\1.4\commons-cli-1.4.jar;"%REPO%"\org\owasp\dependency-check-core\3.1.2\dependency-check-core-3.1.2.jar;"%REPO%"\com\vdurmont\semver4j\2.1.0\semver4j-2.1.0.jar;"%REPO%"\joda-time\joda-time\1.6\joda-time-1.6.jar;"%REPO%"\org\apache\commons\commons-compress\1.16.1\commons-compress-1.16.1.jar;"%REPO%"\org\objenesis\objenesis\2.6\objenesis-2.6.jar;"%REPO%"\commons-io\commons-io\2.6\commons-io-2.6.jar;"%REPO%"\org\apache\commons\commons-lang3\3.4\commons-lang3-3.4.jar;"%REPO%"\org\apache\lucene\lucene-core\5.5.5\lucene-core-5.5.5.jar;"%REPO%"\org\apache\lucene\lucene-analyzers-common\5.5.5\lucene-analyzers-common-5.5.5.jar;"%REPO%"\org\apache\lucene\lucene-queryparser\5.5.5\lucene-queryparser-5.5.5.jar;"%REPO%"\org\apache\lucene\lucene-queries\5.5.5\lucene-queries-5.5.5.jar;"%REPO%"\org\apache\lucene\lucene-sandbox\5.5.5\lucene-sandbox-5.5.5.jar;"%REPO%"\org\apache\velocity\velocity\1.7\velocity-1.7.jar;"%REPO%"\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;"%REPO%"\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;"%REPO%"\com\h2database\h2\1.4.196\h2-1.4.196.jar;"%REPO%"\org\glassfish\javax.json\1.0.4\javax.json-1.0.4.jar;"%REPO%"\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar;"%REPO%"\com\sun\mail\mailapi\1.6.1\mailapi-1.6.1.jar;"%REPO%"\javax\activation\activation\1.1\activation-1.1.jar;"%REPO%"\com\google\code\gson\gson\2.8.2\gson-2.8.2.jar;"%REPO%"\org\owasp\dependency-check-utils\3.1.2\dependency-check-utils-3.1.2.jar;"%REPO%"\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;"%REPO%"\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;"%REPO%"\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;"%REPO%"\org\apache\ant\ant\1.9.9\ant-1.9.9.jar;"%REPO%"\org\owasp\dependency-check-cli\3.1.2\dependency-check-cli-3.1.2.jar
set CLASSPATH="%BASEDIR%"\plugins\*;"%REPO%"\commons-cli\commons-cli\1.4\commons-cli-1.4.jar;"%REPO%"\org\owasp\dependency-check-core\3.2.0\dependency-check-core-3.2.0.jar;"%REPO%"\com\vdurmont\semver4j\2.2.0\semver4j-2.2.0.jar;"%REPO%"\joda-time\joda-time\1.6\joda-time-1.6.jar;"%REPO%"\org\apache\commons\commons-compress\1.16.1\commons-compress-1.16.1.jar;"%REPO%"\org\objenesis\objenesis\2.6\objenesis-2.6.jar;"%REPO%"\commons-io\commons-io\2.6\commons-io-2.6.jar;"%REPO%"\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;"%REPO%"\org\apache\commons\commons-text\1.3\commons-text-1.3.jar;"%REPO%"\org\apache\lucene\lucene-core\5.5.5\lucene-core-5.5.5.jar;"%REPO%"\org\apache\lucene\lucene-analyzers-common\5.5.5\lucene-analyzers-common-5.5.5.jar;"%REPO%"\org\apache\lucene\lucene-queryparser\5.5.5\lucene-queryparser-5.5.5.jar;"%REPO%"\org\apache\lucene\lucene-queries\5.5.5\lucene-queries-5.5.5.jar;"%REPO%"\org\apache\lucene\lucene-sandbox\5.5.5\lucene-sandbox-5.5.5.jar;"%REPO%"\org\apache\velocity\velocity\1.7\velocity-1.7.jar;"%REPO%"\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;"%REPO%"\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;"%REPO%"\com\h2database\h2\1.4.196\h2-1.4.196.jar;"%REPO%"\org\glassfish\javax.json\1.0.4\javax.json-1.0.4.jar;"%REPO%"\org\jsoup\jsoup\1.11.3\jsoup-1.11.3.jar;"%REPO%"\com\sun\mail\mailapi\1.6.1\mailapi-1.6.1.jar;"%REPO%"\javax\activation\activation\1.1\activation-1.1.jar;"%REPO%"\com\google\code\gson\gson\2.8.4\gson-2.8.4.jar;"%REPO%"\org\owasp\dependency-check-utils\3.2.0\dependency-check-utils-3.2.0.jar;"%REPO%"\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;"%REPO%"\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;"%REPO%"\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;"%REPO%"\org\apache\ant\ant\1.9.9\ant-1.9.9.jar;"%REPO%"\org\owasp\dependency-check-cli\3.2.0\dependency-check-cli-3.2.0.jar

set ENDORSED_DIR=
if NOT "%ENDORSED_DIR%" == "" set CLASSPATH="%BASEDIR%"\%ENDORSED_DIR%\*;%CLASSPATH%
Expand Down
2 changes: 1 addition & 1 deletion runner/bin/dependency-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ then
REPO="$BASEDIR"/repo
fi

CLASSPATH="$BASEDIR"/plugins/*:"$REPO"/commons-cli/commons-cli/1.4/commons-cli-1.4.jar:"$REPO"/org/owasp/dependency-check-core/3.1.2/dependency-check-core-3.1.2.jar:"$REPO"/com/vdurmont/semver4j/2.1.0/semver4j-2.1.0.jar:"$REPO"/joda-time/joda-time/1.6/joda-time-1.6.jar:"$REPO"/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar:"$REPO"/org/objenesis/objenesis/2.6/objenesis-2.6.jar:"$REPO"/commons-io/commons-io/2.6/commons-io-2.6.jar:"$REPO"/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar:"$REPO"/org/apache/lucene/lucene-core/5.5.5/lucene-core-5.5.5.jar:"$REPO"/org/apache/lucene/lucene-analyzers-common/5.5.5/lucene-analyzers-common-5.5.5.jar:"$REPO"/org/apache/lucene/lucene-queryparser/5.5.5/lucene-queryparser-5.5.5.jar:"$REPO"/org/apache/lucene/lucene-queries/5.5.5/lucene-queries-5.5.5.jar:"$REPO"/org/apache/lucene/lucene-sandbox/5.5.5/lucene-sandbox-5.5.5.jar:"$REPO"/org/apache/velocity/velocity/1.7/velocity-1.7.jar:"$REPO"/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:"$REPO"/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:"$REPO"/com/h2database/h2/1.4.196/h2-1.4.196.jar:"$REPO"/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar:"$REPO"/org/jsoup/jsoup/1.11.2/jsoup-1.11.2.jar:"$REPO"/com/sun/mail/mailapi/1.6.1/mailapi-1.6.1.jar:"$REPO"/javax/activation/activation/1.1/activation-1.1.jar:"$REPO"/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar:"$REPO"/org/owasp/dependency-check-utils/3.1.2/dependency-check-utils-3.1.2.jar:"$REPO"/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar:"$REPO"/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:"$REPO"/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:"$REPO"/org/apache/ant/ant/1.9.9/ant-1.9.9.jar:"$REPO"/org/owasp/dependency-check-cli/3.1.2/dependency-check-cli-3.1.2.jar
CLASSPATH="$BASEDIR"/plugins/*:"$REPO"/commons-cli/commons-cli/1.4/commons-cli-1.4.jar:"$REPO"/org/owasp/dependency-check-core/3.2.0/dependency-check-core-3.2.0.jar:"$REPO"/com/vdurmont/semver4j/2.2.0/semver4j-2.2.0.jar:"$REPO"/joda-time/joda-time/1.6/joda-time-1.6.jar:"$REPO"/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar:"$REPO"/org/objenesis/objenesis/2.6/objenesis-2.6.jar:"$REPO"/commons-io/commons-io/2.6/commons-io-2.6.jar:"$REPO"/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar:"$REPO"/org/apache/commons/commons-text/1.3/commons-text-1.3.jar:"$REPO"/org/apache/lucene/lucene-core/5.5.5/lucene-core-5.5.5.jar:"$REPO"/org/apache/lucene/lucene-analyzers-common/5.5.5/lucene-analyzers-common-5.5.5.jar:"$REPO"/org/apache/lucene/lucene-queryparser/5.5.5/lucene-queryparser-5.5.5.jar:"$REPO"/org/apache/lucene/lucene-queries/5.5.5/lucene-queries-5.5.5.jar:"$REPO"/org/apache/lucene/lucene-sandbox/5.5.5/lucene-sandbox-5.5.5.jar:"$REPO"/org/apache/velocity/velocity/1.7/velocity-1.7.jar:"$REPO"/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:"$REPO"/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:"$REPO"/com/h2database/h2/1.4.196/h2-1.4.196.jar:"$REPO"/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar:"$REPO"/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar:"$REPO"/com/sun/mail/mailapi/1.6.1/mailapi-1.6.1.jar:"$REPO"/javax/activation/activation/1.1/activation-1.1.jar:"$REPO"/com/google/code/gson/gson/2.8.4/gson-2.8.4.jar:"$REPO"/org/owasp/dependency-check-utils/3.2.0/dependency-check-utils-3.2.0.jar:"$REPO"/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar:"$REPO"/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:"$REPO"/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:"$REPO"/org/apache/ant/ant/1.9.9/ant-1.9.9.jar:"$REPO"/org/owasp/dependency-check-cli/3.2.0/dependency-check-cli-3.2.0.jar

ENDORSED_DIR=
if [ -n "$ENDORSED_DIR" ] ; then
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0d027df

Please sign in to comment.