Security: Fix 2 vulnerable packages#25
Open
razorgupta wants to merge 2 commits into
Open
Conversation
Security fixes: - @babel/traverse: transitive → 7.28.5 - fsevents: transitive → 2.3.3 Addresses vulnerabilities: - CVE-2023-45133 - CVE-2023-45311 Automated security fix by Security Bot
| "version": "4.1.0", | ||
| "resolved": "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz", | ||
| "integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=", | ||
| "dev": true | ||
| }, | ||
| "tmpl": { | ||
| "node_modules/tmpl": { |
There was a problem hiding this comment.
High severity vulnerability introduced by a package you're using:
Line 10587 lists a dependency (tmpl) with a known High severity vulnerability. Fixing requires upgrading or replacing the dependency.
ℹ️ Why this matters
tmpl versions before 1.0.5 are vulnerable to Uncontrolled Resource Consumption when formatting a string.
To resolve this comment:
Upgrade this dependency to at least version 1.0.5 at package-lock.json.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
WhatHello old. |
WhatHello new. |
|
hello |
What No matchHello. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Security Updates
This PR fixes security vulnerabilities found by Semgrep SCA.
✅ All packages validated for:
yarn installornpm installto regenerate lock file with fixed versionsyarn build/npm run build) to verify it compilesUpdated Packages
NPM:
@babel/traverse: transitive → 7.28.5fsevents: transitive → 2.3.3🔐 Vulnerabilities Fixed
📋 Semgrep Findings Addressed
Changes Made
This PR was created automatically by Security Bot
Please review and test before merging