Skip to content

Commit

Permalink
Merge pull request #63 from rapid7/IAS-11427-revert-dependency-changes
Browse files Browse the repository at this point in the history
IAS-11427: Roll back breaking changes
  • Loading branch information
emcanearney-r7 authored Feb 19, 2024
2 parents 24dfff5 + 23b4368 commit deef8dc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
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.5",
"version": "1.2.6",
"versionHistory": [
{
"version": "1.2.6",
"date": "",
"changes": "Revert out breaking dependency changes"
},
{
"version": "1.2.5",
"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.5";
const USER_AGENT_HEADER = "r7:insightappsec-azure-devops-extension/1.2.6";
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
5 changes: 2 additions & 3 deletions tasks/InsightAppSec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"license": "MIT",
"dependencies": {
"adm-zip": "0.5.5",
"axios": "1.6.4",
"axios": "0.24.0",
"https-proxy-agent": "5.0.0",
"azure-pipelines-task-lib": "4.7.0",
"semver": "5.7.2"
"azure-pipelines-task-lib": "3.1.0"
},
"devDependencies": {
"@types/node": "16.11.12",
Expand Down
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": 5
"Patch": 6
},
"instanceNameFormat": "Rapid7 InsightAppSec",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "1.2.6",
"publisher": "rapid7",
"public": true,
"targets": [
Expand Down

0 comments on commit deef8dc

Please sign in to comment.