-
Notifications
You must be signed in to change notification settings - Fork 20
fix: resolve glob CLI command injection vulnerability (Dependabot #642) #7661
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: RubenGeo <[email protected]>
…lnerability See AB#(Dependabot issue #642) Co-authored-by: RubenGeo <[email protected]>
Co-authored-by: RubenGeo <[email protected]>
interfaces/portal/package.json
Outdated
| }, | ||
| "glob": "^10.5.0" |
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.
Does this really need to be here?
| import( | ||
| '~/pages/program-monitoring-dashboard/program-monitoring-dashboard.page' | ||
| ).then((x) => x.ProgramMonitoringDashboardPageComponent), | ||
| import('~/pages/program-monitoring-dashboard/program-monitoring-dashboard.page').then( | ||
| (x) => x.ProgramMonitoringDashboardPageComponent, | ||
| ), |
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.
can you explain why this change is needed? @copilot
|
@copilot Can you please answer my 2 comments? |
…vulnerability See AB#(Dependabot #642) Co-authored-by: RubenGeo <[email protected]>
I've addressed both comments:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
AB#(Dependabot #642)
Describe your changes
High-severity command injection vulnerability in glob 10.2.0-10.4.5 allows arbitrary code execution via malicious filenames when using the CLI's
-coption. The vulnerability exists in transitive dependencies through @angular/cli and @azure/static-web-apps-cli.Changes:
Result: All glob dependencies now resolve to 10.5.0. High-severity vulnerabilities reduced from 14 to 0.
Checklist before requesting a code review
Portal preview-deployment
This PR does not have any preview deployments yet.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.