[Snyk] Upgrade: axios, express, google-auth-library, helmet, winston #402
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.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
axios
from 1.7.2 to 1.7.7 | 5 versions ahead of your current version | 21 days ago
on 2024-08-31
express
from 4.18.2 to 4.19.2 | 4 versions ahead of your current version | 6 months ago
on 2024-03-25
google-auth-library
from 8.8.0 to 8.9.0 | 1 version ahead of your current version | a year ago
on 2023-06-29
helmet
from 6.1.5 to 6.2.0 | 1 version ahead of your current version | a year ago
on 2023-05-06
winston
from 3.13.0 to 3.14.2 | 4 versions ahead of your current version | a month ago
on 2024-08-14
Issues fixed by the recommended upgrade:
SNYK-JS-AXIOS-7361793
SNYK-JS-EXPRESS-6474509
Release notes
Package name: axios
-
1.7.7 - 2024-08-31
- fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
- http: fixed support for IPv6 literal strings in url (#5731) (364993f)
Rishi556
Dmitriy Mozgovoy
-
1.7.6 - 2024-08-30
- fetch: fix content length calculation for FormData payload; (#6524) (085f568)
- fetch: optimize signals composing logic; (#6582) (df9889b)
Dmitriy Mozgovoy
Jacques Germishuys
kuroino721
-
1.7.5 - 2024-08-23
- adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
- core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
- core: fix
- fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)
Dmitriy Mozgovoy
Antonin Bas
Hans Otto Wirtz
-
1.7.4 - 2024-08-13
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Lev Pachmanov
Đỗ Trọng Hải
-
1.7.3 - 2024-08-01
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Dmitriy Mozgovoy
Valerii Sidorenko
prianYu
-
1.7.2 - 2024-05-21
- fetch: enhance fetch API detection; (#6413) (4f79aef)
Dmitriy Mozgovoy
from axios GitHub release notesRelease notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
ReferenceError: navigator is not definedfor custom environments; (#6567) (fed1a4b)Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Package name: express
-
4.19.2 - 2024-03-25
-
4.19.1 - 2024-03-20
- Fix ci after location patch by @ wesleytodd in #5552
- fixed un-edited version in history.md for 4.19.0 by @ wesleytodd in #5556
-
4.19.0 - 2024-03-20
- fix typo in release date by @ UlisesGascon in #5527
- docs: nominating @ wesleytodd to be project captian by @ wesleytodd in #5511
- docs: loosen TC activity rules by @ wesleytodd in #5510
- Add note on how to update docs for new release by @ crandmck in #5541
- Prevent open redirect allow list bypass due to encodeurl
- Release 4.19.0 by @ wesleytodd in #5551
- @ crandmck made their first contribution in #5541
-
4.18.3 - 2024-02-29
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
- Use https: protocol instead of deprecated git: protocol by @ vcsjones in #5032
- build: [email protected] and [email protected] by @ abenhamdine in #5034
- ci: update actions/checkout to v3 by @ armujahid in #5027
- test: remove unused function arguments in params by @ raksbisht in #5124
- Remove unused originalIndex from acceptParams by @ raksbisht in #5119
- Fixed typos by @ raksbisht in #5117
- examples: remove unused params by @ raksbisht in #5113
- fix: parameter str is not described in JSDoc by @ raksbisht in #5130
- fix: typos in History.md by @ raksbisht in #5131
- build : add [email protected] by @ abenhamdine in #5028
- test: remove unused function arguments in params by @ raksbisht in #5137
- use random port in test so it won't fail on already listening by @ rluvaton in #5162
- tests: use cb() instead of done() by @ kristof-low in #5233
- examples: remove multipart example by @ riddlew in #5195
- Update support Node.js@18 in the CI by @ UlisesGascon in #5490
- Fix favicon-related bug in cookie-sessions example by @ DmytroKondrashov in #5414
- Release 4.18.3 by @ UlisesGascon in #5505
- @ vcsjones made their first contribution in #5032
- @ abenhamdine made their first contribution in #5034
- @ armujahid made their first contribution in #5027
- @ raksbisht made their first contribution in #5124
- @ rluvaton made their first contribution in #5162
- @ kristof-low made their first contribution in #5233
- @ riddlew made their first contribution in #5195
- @ DmytroKondrashov made their first contribution in #5414
-
4.18.2 - 2022-10-08
- Fix regression routing a large stack in a single route
- deps: [email protected]
- deps: [email protected]
- perf: remove unnecessary object clone
- deps: [email protected]
from express GitHub release notesWhat's Changed
Full Changelog: 4.19.0...4.19.1
What's Changed
New Contributors
Full Changelog: 4.18.3...4.19.0
Main Changes
Other Changes
New Contributors
Full Changelog: 4.18.2...4.18.3
Package name: google-auth-library
-
8.9.0 - 2023-06-29
- Adds universe_domain field to base external client (#1548) (7412d7c)
- Utilize
- deps: Update dependency @ googleapis/iam to v8 (#1581) (7373b75)
- deps: Update dependency puppeteer to v20 (#1550) (3563c16)
- IdTokenClient expiry_date check (#1555) (efcdef1)
- KeepAlive sample (#1561) (e3ab824)
- Make universeDomain private (#1552) (73b63d5)
- Remove auth lib version from x-goog-api-client header (#1558) (ce6013c)
-
8.8.0 - 2023-05-02
- Add External Account Authorized User client type (#1530) (06d4ef3)
- Document External Account Authorized User Credentials (#1540) (c6138be)
- deps: Update
- deps: Update dependency @ googleapis/iam to v4 (#1482) (00d6135)
- deps: Update dependency @ googleapis/iam to v5 (#1526) (a1f9835)
- deps: Update dependency @ googleapis/iam to v6 (#1536) (86a4de8)
- deps: Update dependency @ googleapis/iam to v7 (#1538) (fdb67dc)
- Do not call metadata server if security creds and region are retrievable through environment vars (#1493) (d4de941)
- Removing 3pi config URL validation (#1517) (a278d19)
- Removing aws url validation (#1531) (f4d9335)
from google-auth-library GitHub release notes8.9.0 (2023-06-29)
Features
gcp-metadata's GCP Residency Check (#1513) (43377ac)Bug Fixes
8.8.0 (2023-04-25)
Features
Bug Fixes
gcp-metadatato v5.2.0 (#1502) (2562d11)Package name: helmet
-
6.2.0 - 2023-05-06
-
6.1.5 - 2023-04-11
from helmet GitHub release notes6.2.0
6.1.5
Package name: winston
-
3.14.2 - 2024-08-14
- Move initialization to constructor (#2503) 2458ba6
-
3.14.1 - 2024-08-08
- Save a reference to console methods in console transport (#2498) e82752f
- Add
- Bump mocha from 10.6.0 to 10.7.0 (#2489) 62acaad
- Update readme with forceConsole info (#2493) b2b79af
-
3.14.0 - 2024-08-08
- Add option forceConsole (#2276) b2098fd
- Set _rotate false on emit 'rotate' false (#2457) 1719275
- Bump @ babel/core from 7.24.7 to 7.24.9 (#2485) d2859f3
- Bump @ babel/preset-env from 7.24.7 to 7.24.8 (#2487) 71e4bb1
- fix: readme (#2488) 0cb8c7c
-
3.13.1 - 2024-07-10
- revert to rimraf 5.0.1, last known version to work with node 18 for now 1b3a500
- Merge branch 'master' of github.com:winstonjs/winston b56117e
- Update dependencies a5853b5
- Bump @ types/node from 20.12.7 to 20.14.10 (#2483) 93b52ac
- Bump mocha from 10.3.0 to 10.6.0 (#2484) 33611c9
- Bump @ babel/preset-env from 7.24.0 to 7.24.7 (#2475) 4aa6550
- Update minimum version logform (#2472) 7f5f014
- Add Parseable transport (#2466) debf4fa
- chore(docs): Update w/ MySQL transport (#2456) d567c57
- fix typo at test/unit/winston/transports/http.test.js (#2453) 1d5d527
- Bump @ babel/cli from 7.23.9 to 7.24.5 (#2454) d89a34e
- Bump @ types/node from 20.11.29 to 20.12.7 (#2448) 947fa79
- Bump @ babel/core from 7.24.0 to 7.24.5 (#2455) 8c58d0a
-
3.13.0 - 2024-03-24
- fix(http): allow passing maximumDepth to prevent big object being stringified (#2425) a237865
from winston GitHub release notesv3.14.1...v3.14.2
forceConsoletoConsoleTransportOptions(#2496) 4ff0538v3.14.0...v3.14.1
v3.13.1...v3.14.0
v3.13.0...v3.13.1
v3.12.1...v3.13.0
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
[//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"axios","from":"1.7.2","to":"1.7.7"},{"name":"express","from":"4.18.2","to":"4.19.2"},{"name":"google-auth-library","from":"8.8.0","to":"8.9.0"},{"name":"helmet","from":"6.1.5","to":"6.2.0"},{"name":"winston","from":"3.13.0","to":"3.14.2"}],"env":"prod","hasFixes":true,"isBreakingChange":false,"isMajorUpgrade":false,"issuesToFix":[{"exploit_maturity":"proof-of-concept","id":"SNYK-JS-AXIOS-7361793","issue_id":"SNYK-JS-AXIOS-7361793","priority_score":761,"priority_score_factors":[{"type":"exploit","label":"Proof of Concept","score":107},{"type":"fixability","label":true,"score":214},{"type":"cvssScore","label":"8.8","score":440},{"type":"scoreVersion","label":"v1","score":1}],"severity":"high","title":"Server-side Request Forgery (SSRF)"},{"exploit_maturity":"no-known-exploit","id":"SNYK-JS-EXPRESS-6474509","issue_id":"SNYK-JS-EXPRESS-6474509","priority_score":519,"priority_score_factors":[{"type":"fixability","label":true,"score":214},{"type":"cvssScore","label":"6.1","score":305},{"type":"scoreVersion","label":"v1","score":1}],"severity":"medium","title":"Open Redirect"}],"prId"...