Skip to content

Commit

Permalink
Merge pull request #41 from rapid7/dependabot_changes
Browse files Browse the repository at this point in the history
DF-4194: Bumping ADO Dependencies
  • Loading branch information
sstephenson-r7 authored Feb 28, 2022
2 parents a772ee7 + 8bc4b42 commit bda8041
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
1 change: 1 addition & 0 deletions help.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ To enable debug logging for:

# Version History

* 1.2.2 - Update dependencies. Update follow-redirects and shelljs version.
* 1.2.1 - Update dependencies. Update to run on Node10. Update TS version.
* 1.2.0 - Support for unauthenticated proxies when using a self hosted agent. Bug fixes.
* 1.1.2 - Scan Config name can now be entered manually in dropdown list.
Expand Down
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@
"sourceUrl": "https://github.com/rapid7/insightappsec-azure-devops-extension",
"licenseUrl": "https://github.com/rapid7/insightappsec-azure-devops-extension/blob/master/LICENSE.txt"
},
"version": "1.2.1",
"version": "1.2.2",
"versionHistory": [
{
"version": "1.2.2",
"date": "",
"changes": "Update dependencies. Update follow-redirects and shelljs version."
},
{
"version": "1.2.1",
"date": "",
Expand Down
2 changes: 1 addition & 1 deletion tasks/InsightAppSec/helpers/insightAppSecApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const HttpsProxyAgent = require('https-proxy-agent');
const LOCATION_HEADER = "location";
const CONTENT_TYPE_HEADER = "application/json";
const ACCEPT_HEADER = "application/json";
const USER_AGENT_HEADER = "r7:insightappsec-azure-devops-extension/1.2.1";
const USER_AGENT_HEADER = "r7:insightappsec-azure-devops-extension/1.2.2";
const UUID_REGEX = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/

function setupProxyAgent(proxyUrl) {
Expand Down
12 changes: 6 additions & 6 deletions tasks/InsightAppSec/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/InsightAppSec/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 2,
"Patch": 1
"Patch": 2
},
"instanceNameFormat": "Rapid7 InsightAppSec",
"inputs": [
Expand Down
4 changes: 2 additions & 2 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1.0,
"id": "rapid7-insightappsec-extension",
"name": "Rapid7 InsightAppSec",
"version": "1.2.1",
"version": "1.2.2",
"publisher": "rapid7",
"public": true,
"targets": [
Expand Down Expand Up @@ -173,4 +173,4 @@
}
}
]
}
}

0 comments on commit bda8041

Please sign in to comment.