-
Notifications
You must be signed in to change notification settings - Fork 74
Sync Windows hotfix to release/bi-1.8.x #1561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4cb9435
Merge pull request #1441 from wso2/ballerina-integrator-1.7.0
kanushka 58181fa
Enhance Windows environment detection in BallerinaExtension.
axewilledge e52df09
Refine comment for Windows environment handling in BallerinaExtension.
axewilledge 9b4a302
Improve error handling in findWindowsBallerinaPath function by loggin…
axewilledge 7833789
Fix bn.js vulnerability
gigara 9e6dc84
Update trivy ignore
gigara c6da561
Update pnpm-lock.yaml to reflect version changes and improve dependen…
axewilledge 0dd458d
Update fast-xml-parser dependency from version 5.3.4 to 5.3.7 in pack…
axewilledge 2549849
Update fast-xml-parser dependency to version 5.3.7 in package.json fo…
axewilledge df79cdd
Update fast-xml-parser dependency to version 5.3.7 in pnpmfile.cjs an…
axewilledge ff32034
Fix fast-xml-parser CVE-2026-25896 and CVE-2026-26278 in rush-plugins…
axewilledge d1ab577
Merge pull request #1549 from axewilledge/windows-hotfix
kanushka c7915f1
Update CHANGELOG.md for Ballerina extension version 5.8.1
kanushka c623472
Update version to ballerina-5.8.1
choreo-cicd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,7 @@ | |
| "private": true, | ||
| "pnpm": { | ||
| "overrides": { | ||
| "fast-xml-parser": "5.3.7" | ||
| } | ||
| }, | ||
| "dependencies": { | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: wso2/vscode-extensions
Length of output: 656
🏁 Script executed:
rg -i 'github\.com.*issue|tracking|reviewer|date|expires' .trivyignoreRepository: wso2/vscode-extensions
Length of output: 120
🏁 Script executed:
Repository: wso2/vscode-extensions
Length of output: 48
Add GitHub issue links to each newly ignored CVE.
The existing suppression (CVE-2020-36851, line 5–6) includes a tracking link (
https://github.com/wso2/vscode-extensions/issues/550). The three new CVE entries (CVE-2025-14505, CVE-2025-69873, CVE-2026-26996) lack issue references, making them permanent suppressions without traceability or expiry. Follow the established pattern and include a GitHub issue link for each new entry to maintain governance and enable periodic re-evaluation.🤖 Prompt for AI Agents