-
Notifications
You must be signed in to change notification settings - Fork 142
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
Snyk dependency updates #1169
Snyk dependency updates #1169
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,9 +31,9 @@ | |
}, | ||
"dependencies": { | ||
"@loadable/babel-plugin": "^5.15.3", | ||
"aws-sdk": "^2.1340.0", | ||
"aws-sdk": "^2.1354.0", | ||
"aws-serverless-express": "3.4.0", | ||
"cosmiconfig": "^7.1.0", | ||
"cosmiconfig": "^8.1.3", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Snyk created the PR to fix Did we confirm the issue is exploitable? If so you'll want to apply the same fix in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We use |
||
"cross-env": "^5.2.1", | ||
"express": "^4.18.2", | ||
"header-case": "1.0.1", | ||
|
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.
Did you confirm if the
aws-sdk
issue is exploitable in the context ofpwa-kit-runtime
and in thepwa-kit-react-sdk
?If it's, you'll also want to apply the same fix to
[email protected]
, the branch where Snyk created the original PR: #1151There 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.
You will probably want to apply the same fix to the
v3
branch.The Snyk PR merged in
v3
only addresses thecosmiconfig
bump but not theaws-sdk
version bump: #1145There 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.
In newer versions (PWA Kit 2.x and above),
aws-sdk
is only used to in the runtime to instantiate a Cloudwatch client for sending metrics.In PWA Kit 1.x, it is also used to set up an AWS client for setting up the persistent cache.
For both, it will only run server side so it should not be exploitable.