-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[security] minimist >= 1.2.2 #2267
Conversation
Signed-off-by: sirugh <rugh@adobe.com>
Signed-off-by: sirugh <rugh@adobe.com>
@@ -6,5 +6,8 @@ | |||
"license": "ISC", | |||
"dependencies": { | |||
"devcert": "~1.1.0" | |||
}, | |||
"resolutions": { | |||
"minimist": "^1.2.2" |
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.
Using resolutions
effectively "steps over" any transitive dependency requirements on older versions. This may cause issues, especially in this case where the resolution has a major bump.
The only other alternative to fixing this would be to update down the chain of transitive deps, but each of those packages also needs to get fixed/published. So this is the fastest way to resolve the security issues but it may cause a bug/break in the app.
|
Below tests pass. |
* Requires at least minimist 1.2.2 due to security vuln Signed-off-by: sirugh <rugh@adobe.com> * Switches to yarn and requires minimist 1.2.2 for security vuln Signed-off-by: sirugh <rugh@adobe.com>
* Removed cart and checkout routes from 6.0 branch. (#2255) * - Mock version in test so snaps dont fail during releases (#2266) - Fixup regex to handle line breaks * [security] minimist >= 1.2.2 (#2267) * Requires at least minimist 1.2.2 due to security vuln Signed-off-by: sirugh <rugh@adobe.com> * Switches to yarn and requires minimist 1.2.2 for security vuln Signed-off-by: sirugh <rugh@adobe.com> * v6.0.0-alpha.1 * v6.0.0-beta.1 * Jimothy/6.0 release notes (#2279) * Add unsorted PR list * Add items to separate lists * Finish organizing PRs in sections * Finish highlights * Remove entries that were part of previous releases * Update PageBuilder to Page Builder Co-authored-by: Devagouda <40405790+dpatil-magento@users.noreply.github.com> * fix(pagebuilder): Html content type unescapes content when GraphQL does not (#2283) Co-authored-by: Devagouda <40405790+dpatil-magento@users.noreply.github.com> * [PWA-479] Extension Files Missing From Packages (#2305) * Add extensible files and directories to published packages * Revert version bumps Co-authored-by: Devagouda <40405790+dpatil-magento@users.noreply.github.com> * v6.0.0-beta.2 * [bug]: Fix (remove) OOTB tests from scaffold (#2321) * Ignores buildpack and test directories during create-pwa Signed-off-by: sirugh <rugh@adobe.com> * Fix glob pattern to match sub directories AND contents Signed-off-by: sirugh <rugh@adobe.com> * Fixes tests and makes ignore pattern easier to construct Signed-off-by: sirugh <rugh@adobe.com> * [Doc] 6.0 release notes updates (#2323) * Add new PRs to changelog and update compatibility table * Fix wrong entry placement * v6.0.0-beta.3 * v6.0.0-rc.1 * v6.0.0 * Enable cart and checkout routes Co-authored-by: Revanth Kumar Annavarapu <35203638+revanth0212@users.noreply.github.com> Co-authored-by: Tommy Wiebell <twiebell@adobe.com> Co-authored-by: Stephen <sirugh@users.noreply.github.com> Co-authored-by: devops-pwa-codebuild <magento-devops-github-pwa-int@adobe.com> Co-authored-by: James Calcaben <jcalcaben@users.noreply.github.com> Co-authored-by: James Zetlen <jzetlen@adobe.com>
Description
pwa-devdocs
toyarn
fromnpm
.resolutions
to resolve security vulnerability inpwa-devdocs
anddocker
packages.Related Issue
Closes PWA-449.
Acceptance
Verification Stakeholders
Specification
Verification Steps
Screenshots / Screen Captures (if appropriate)
Checklist