-
Notifications
You must be signed in to change notification settings - Fork 226
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
EDSC-3925: Snyk Vulnerabilities, Earthdata Search #1695
Conversation
…rowserify-sign` on the `crypto-browserify` dep
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1695 +/- ##
==========================================
- Coverage 91.95% 91.94% -0.02%
==========================================
Files 726 725 -1
Lines 19405 19349 -56
Branches 4571 4562 -9
==========================================
- Hits 17844 17790 -54
+ Misses 1425 1423 -2
Partials 136 136 ☔ View full report in Codecov by Sentry. |
* Search the Nominatim OpenStreetMaps API endpoint | ||
* @param {query} query The spatial query provided from the user | ||
*/ | ||
const nominatimGeocode = async (query) => { |
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.
Double check that may also remove the geocodingService: ${env:GEOCODING_SERVICE, 'nominatim'}
in serverless.yaml
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.
We can remove these but, we should also make sure as this propagates to remove the env vars from bamboo as well
Overview
What is the feature?
Fixes a few Snyk vulnerabilities being reported on upstream dependencies
What is the Solution?
npm upgrade browserify-sign
as suggested by the maintainers on`crypto-browsify'(see PR)
update serverless with the newest version
Remove the
googlemaps/google-maps-services-js
dependency from EDSC (spatial-autocompletes) and its associated source code mainly undoing SC added in this PR this use-case was never being utilizedWhat areas of the application does this impact?
List impacted areas.
Testing
Reproduction steps
Pull down latest and run
npm i
run thesnyk test
cli tool. Ensure that the reported dependencies in this ticket are not reported. Regression test EDSC to ensure application continues to function as expectedAttachments
Please include relevant screenshots or files that would be helpful in reviewing and verifying this change.
Checklist