Skip to content

Commit

Permalink
Merge pull request #14 from dependency-check/develop
Browse files Browse the repository at this point in the history
v5.2.1.2 release
  • Loading branch information
ejohn20 committed Sep 1, 2019
2 parents 7580de2 + 2d1bfde commit c403c0f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ More details on configuring and running Dependency Check can be found at [https:
Thank you to the following contributor(s) for this extension:

- Eric Johnson ([@emjohn20](https://twitter.com/emjohn20)) - Principal Security Engineer, Puma Security

- Even Schjølberg, Upheads
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ try {
# Pull cached files
if(Test-Path $dataDirectoryPath -PathType Container) {
Write-Host -Verbose "Downloading Dependency Check vulnerability data..."
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest "https://dependencycheck.sec540.com/data/jsrepository.json" -OutFile "$dataDirectory/jsrepository.json"
Invoke-WebRequest "https://dependencycheck.sec540.com/data/odc.mv.db" -OutFile "$dataDirectory/odc.mv.db"
Expand Down
4 changes: 2 additions & 2 deletions src/Tasks/dependency-check-build-task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": {
"Major": 5,
"Minor": 2,
"Patch": 1001
"Patch": 1002
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"name": "format",
"type": "pickList",
"label": "Report Format",
"defaultValue": "html",
"defaultValue": "HTML",
"required": true,
"helpMarkDown": "The output format to write to (XML, HTML, CSV, JSON, JUNIT, ALL). Multiple formats can be selected. The default is HTML.",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.dev.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "dependencycheck-dev",
"version": "5.2.1.17",
"version": "5.2.1.18",
"name": "OWASP Dependency Check - DEV",
"public": false,
"scopes": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "dependencycheck",
"version": "5.2.1.1",
"version": "5.2.1.2",
"name": "OWASP Dependency Check",
"public": true,
"scopes": [
Expand Down

0 comments on commit c403c0f

Please sign in to comment.