Skip to content
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

fix(deps): update dependency fastify to ~3.29.4 [security] #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastify (source) ~3.16.1 -> ~3.29.4 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2022-41919

Impact

The attacker can use the incorrect Content-Type to bypass the Pre-Flight checking of fetch. fetch() requests with Content-Type’s essence as "application/x-www-form-urlencoded", "multipart/form-data", or "text/plain", could potentially be used to invoke routes that only accepts application/json content type, thus bypassing any CORS protection, and therefore they could lead to a Cross-Site Request Forgery attack.

Patches

For 4.x users, please update to at least 4.10.2
For 3.x users, please update to at least 3.29.4

Workarounds

Implement Cross-Site Request Forgery protection using @fastify/csrf.

References

Check out the HackerOne report: https://hackerone.com/reports/1763832.

For more information

Fastify security policy


Release Notes

fastify/fastify (fastify)

v3.29.4

Compare Source

⚠️ Security Release ⚠️

Full Changelog: fastify/fastify@v3.29.3...v3.29.4

v3.29.3

Compare Source

⚠️ Security Release ⚠️

This release backport the fixes of GHSA-455w-c45v-86rg for the v3.x line.
While not being a vulnerability for this line, a backport is still welcome due to the problems highlighted in the report.

Full Changelog: fastify/fastify@v3.29.2...v3.29.3

v3.29.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.29.1...v3.29.2

v3.29.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.29.0...v3.29.1

v3.29.0

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.28.0...v3.29.0

v3.28.0

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.27.4...v3.28.0

v3.27.4

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.27.3...v3.27.4

v3.27.3

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.27.2...v3.27.3

v3.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.27.1...v3.27.2

v3.27.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.27.0...v3.27.1

v3.27.0

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.26.0...v3.27.0

v3.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.25.3...v3.26.0

v3.25.3

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.25.2...v3.25.3

v3.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.25.1...v3.25.2

v3.25.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.25.0...v3.25.1

v3.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.24.1...v3.25.0

v3.24.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.24.0...v3.24.1

v3.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.23.1...v3.24.0

v3.23.1

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.23.0...v3.23.1

v3.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.22.1...v3.23.0

v3.22.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.22.0...v3.22.1

v3.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.21.6...v3.22.0

v3.21.6

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.21.5...v3.21.6

v3.21.5

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.21.4...v3.21.5

v3.21.4

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.21.3...v3.21.4

v3.21.3

Compare Source

What's Changed

Full Changelog: fastify/fastify@v3.21.2...v3.21.3

v3.21.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.21.1...v3.21.2

v3.21.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.21.0...v3.21.1

v3.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.20.2...v3.21.0

v3.20.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v3.20.1...v3.20.2

v3.20.1

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team August 3, 2023 06:58
@renovate-bot renovate-bot requested a review from a team as a code owner August 3, 2023 06:58
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 3, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 0a2f0cf to 384f976 Compare August 9, 2023 13:46
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Aug 9, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 384f976 to f18abac Compare August 9, 2023 18:13
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Aug 9, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from f18abac to dee15f7 Compare August 22, 2023 18:52
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Aug 22, 2023
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Aug 22, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from dee15f7 to 406dfaf Compare August 22, 2023 23:26
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Aug 27, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch 2 times, most recently from 2cde8da to db09b0e Compare August 27, 2023 14:51
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Aug 27, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from db09b0e to a7075cf Compare September 19, 2023 15:12
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Sep 19, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from a7075cf to 4fc3fd3 Compare September 19, 2023 18:33
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Sep 19, 2023
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Oct 1, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch 2 times, most recently from a889830 to 372af5d Compare October 1, 2023 09:31
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Oct 1, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 372af5d to 11a58ad Compare October 9, 2023 10:16
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Oct 9, 2023
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Oct 9, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch 2 times, most recently from 09e7547 to 14c5f87 Compare October 15, 2023 09:22
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Oct 15, 2023
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 14c5f87 to 01f4862 Compare October 15, 2023 17:39
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Apr 1, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from dfe6aab to d900b36 Compare April 14, 2024 09:40
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Apr 14, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from d900b36 to 12b6078 Compare April 14, 2024 13:44
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Apr 14, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 12b6078 to e704215 Compare April 21, 2024 08:47
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Apr 21, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from e704215 to 7d6eda5 Compare April 21, 2024 09:11
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Apr 21, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 7d6eda5 to 068118f Compare April 25, 2024 07:18
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Apr 25, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 068118f to df09b0d Compare April 25, 2024 09:40
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Apr 25, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from df09b0d to 1d14e14 Compare May 1, 2024 10:05
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] May 1, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 1d14e14 to d001b92 Compare May 1, 2024 13:42
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] May 1, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from d001b92 to 0f4c87f Compare May 9, 2024 08:39
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] May 9, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 0f4c87f to 664924c Compare May 9, 2024 10:19
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] May 9, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 664924c to e39107d Compare May 15, 2024 17:26
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] May 15, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from e39107d to 4e16d40 Compare May 15, 2024 23:47
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] May 15, 2024
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.4 [security] fix(deps): update dependency fastify to ~3.29.0 [security] Jun 4, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 4e16d40 to 94f6886 Compare June 4, 2024 14:20
@renovate-bot renovate-bot force-pushed the renovate/npm-fastify-vulnerability branch from 94f6886 to 5fcecbf Compare June 4, 2024 16:46
@renovate-bot renovate-bot changed the title fix(deps): update dependency fastify to ~3.29.0 [security] fix(deps): update dependency fastify to ~3.29.4 [security] Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant