fix: upgrade grunt-contrib-pug to eliminate deprecated core-js dependency#72
Open
harekrishnarai wants to merge 2 commits into
Open
fix: upgrade grunt-contrib-pug to eliminate deprecated core-js dependency#72harekrishnarai wants to merge 2 commits into
harekrishnarai wants to merge 2 commits into
Conversation
…ency - Upgrade grunt-contrib-pug from 1.0.0 to 3.0.0 - Eliminates deprecated core-js@2.6.12 dependency chain - Resolves SEC-3570 security vulnerability - Uses modern pug@3.0.3 with maintained dependencies - No breaking changes, build and functionality verified Fixes: SEC-3570
32eac17 to
b04d0b4
Compare
Author
|
An ESD ticket has been filed for this PR. |
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.
Description
This PR resolves a security vulnerability (SEC-3570) by eliminating the deprecated
core-js@2.6.12dependency from the project's dependency tree.Background:
The project was using
grunt-contrib-pug@1.0.0which had a transitive dependency on deprecatedcore-js@2.6.12through the following chain:Security Impact:
core-js@<3.23.3is no longer maintained and not recommended for usageSolution:
Upgraded
grunt-contrib-pugfrom1.0.0to3.0.0, which uses modernpug@3.0.3and eliminates the entire deprecated dependency chain.Implementation Details:
References
Testing
Security Verification:
Functionality Testing:
Environment:
Manual Testing:
Website loads and functions correctly
All WebAuthn functionality works as expected
Build artifacts are identical in structure and functionality
No UI changes or regressions observed
This change adds test coverage for new/changed/fixed functionality
Checklist
master