Skip to content

Commit fb9ee71

Browse files
CVE braces fix part2 (#20109)
* [CVE|MavenV2] Fix braces - Bump Braces for MavenV2 - Bumped task-lib * Change tests for MavenV2 * [CVE|MavenV3] Fix braces - Bump Braces for MavenV3 - Bumped task-lib * [CVE|MavenV4] Fix braces - Bump Braces for MavenV4 - Bumped task-lib * [CVE|PublishSymbolsV2] Fix braces - Bump Braces for PublishSymbolsV2 - Bumped task-lib * [CVE|UniversalPackagesV0] Fix braces - Bump Braces for UniversalPackagesV0 - Bumped task-lib * [MavenV2]Fix e2e tests * [MavenV2]Fix e2e tests * [MavenV3]Fix e2e tests * [MavenV3]Fix e2e tests * [MavenV4]Bump task version
1 parent a3cd227 commit fb9ee71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+13063
-9695
lines changed

Tasks/MavenV2/Tests/L0.ts

+42-82
Large diffs are not rendered by default.

Tasks/MavenV2/package-lock.json

+755-742
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/MavenV2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/mocha": "^9.1.1",
1212
"@types/node": "^20.11.0",
1313
"@types/q": "^1.5.4",
14-
"azure-pipelines-task-lib": "^5.0.0-preview.0",
14+
"azure-pipelines-task-lib": "^4.13.0",
1515
"azure-pipelines-tasks-codeanalysis-common": "^2.226.0",
1616
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
1717
"azure-pipelines-tasks-java-common": "^2.0.0-preview.0",

Tasks/MavenV2/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 238,
20+
"Minor": 243,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",

Tasks/MavenV2/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 238,
20+
"Minor": 243,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

Tasks/MavenV3/Tests/L0.ts

+47-91
Large diffs are not rendered by default.

Tasks/MavenV3/_buildConfigs/Node20/package-lock.json

+2,060-1,288
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/MavenV3/_buildConfigs/Node20/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/jsdom": "^16.2.14",
1212
"@types/mocha": "^9.1.1",
1313
"@types/node": "^20.3.1",
14-
"azure-pipelines-task-lib": "^5.0.0-preview.0",
14+
"azure-pipelines-task-lib": "^4.13.0",
1515
"azure-pipelines-tasks-codeanalysis-common": "^2.226.0",
1616
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
1717
"azure-pipelines-tasks-java-common": "2.198.1",

Tasks/MavenV3/package-lock.json

+17-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/MavenV3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/jsdom": "^16.2.14",
1212
"@types/mocha": "^9.1.1",
1313
"@types/node": "^16.11.39",
14-
"azure-pipelines-task-lib": "^5.0.0-preview.0",
14+
"azure-pipelines-task-lib": "^4.13.0",
1515
"azure-pipelines-tasks-codeanalysis-common": "^2.226.0",
1616
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
1717
"azure-pipelines-tasks-java-common": "2.198.1",

Tasks/MavenV3/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 235,
20+
"Minor": 242,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",

Tasks/MavenV3/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 235,
20+
"Minor": 242,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

0 commit comments

Comments
 (0)