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

Update dependency restify to v4 [SECURITY] #2

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 6, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
restify (source) ^3.0.2 -> ^4.1.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2017-16018

Affected versions of restify are susceptible to a cross-site scripting vulnerability when using URL encoded script tags in a non-existent URL.

Proof of Concept:

Request

https://localhost:3000/no5_such3_file7.pl?%22%3E%3Cscript%3Ealert(73541);%3C/script%3E

Will be included in response:

<script>alert(73541);</script>

Recommendation

Update to version 4.1.0 or later.


Release Notes

restify/node-restify (restify)

v4.1.0

Compare Source

v4.0.4

Compare Source

v4.0.3: Restify 4.0.3

Compare Source

This release is a quick fix for people that are getting a different error code when on Node 4 when the Content Length is too long for the Body Parser.

You only need to upgrade if you are running iojs 3.0+ or Node 4+.

Changelog:
#​917 Fix: HTTP 413 status name, Micah Ransdell

v4.0.2: Restify 4.0.2

Compare Source

After a little bit of a hiccup with 4.0.1, we are back in the saddle with 4.0.2. This release adds proper Node 4 support by upgrading dtrace-provider to 0.6.

#​887 Bump dtrace-provider to 0.6.0 for Node 4 support, Corbin Uselton

Thanks to our newest contributor, Corbin Uselton (@​corbinu) for the help.

v4.0.0: Restify 4

Compare Source

There are lots of changes in Restify 4. See below for a list of pull requests that were merged in. There were quite a few bugs fixed, and a few new features added. Thanks to all our contributors for their hard work!

#​877 content-type can be case-insensitive. Yunong Xiao
#​856 update various dependencies. Alex Liu
#​851 fix formatters such that they always return cb. Yunong Xiao
#​847 fix body parser race condition. Yunong Xiao
#​842 add req.matchedVersion() Nathan Peck, Micah Ransdell
#​840 Fix issue with server toString Method. OiNutter, Micah Ransdell
#​836 Add JSDoc comments. Alex Liu
#​835 Update static.js to allow for serving static files that do not use the route as a path. Wavewash, Micah Ransdell
#​831 Support hash option to Formidable for multipart file uploads. blakevanian, ManRueda
#​832 Updated dtrace-provider. yads
#​812 add query parameters to auditlogger. Alex Liu
#​800 Allow 0, false, and null as json body. Alex Dobeck
#​771 q-value choice on wildcards ignores default q-value of 1. Kevin Peno
#​822 Allow optional headers to be added as properties to bunyan logs. Michael Paulson.
#​824 Don't include large coverage files in published packages. Trent Mick
#​819 Add a feature to allow the expiration of old unprocessed requests. Michael Paulson
#​803 Add redirect support to Response. Alex Liu
#​686 res.send can't send 0, false and null. Alex Dobeck

v3.0.3

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from fd27e3e to 8d33a45 Compare November 20, 2022 12:59
@renovate renovate bot changed the title Update dependency restify to v8 [SECURITY] Update dependency restify to v9 [SECURITY] Nov 20, 2022
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 8d33a45 to 295c1ce Compare March 18, 2023 13:59
@renovate renovate bot changed the title Update dependency restify to v9 [SECURITY] Update dependency restify to v11 [SECURITY] Mar 18, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 295c1ce to 82db431 Compare March 26, 2023 23:17
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Mar 26, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 82db431 to 2ec5a69 Compare May 28, 2023 15:50
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] May 28, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 2ec5a69 to bb3c7c1 Compare June 1, 2023 03:41
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Jun 1, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from bb3c7c1 to 11ea105 Compare June 10, 2023 05:33
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Jun 10, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 11ea105 to d44b6c9 Compare June 11, 2023 02:03
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Jun 11, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from d44b6c9 to ced54d4 Compare June 14, 2023 08:54
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Jun 14, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from ced54d4 to d804ac4 Compare June 16, 2023 23:53
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Jun 16, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from d804ac4 to 9272b33 Compare June 18, 2023 05:51
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Jun 18, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 9272b33 to f98702c Compare June 19, 2023 05:53
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Jun 19, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from f98702c to d0cb1d2 Compare June 22, 2023 17:56
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Jun 22, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from d0cb1d2 to 96ad883 Compare June 23, 2023 11:29
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Jun 23, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 96ad883 to bc3ad89 Compare June 30, 2023 08:56
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Jun 30, 2023
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from bc3ad89 to 79d4b54 Compare July 1, 2023 01:21
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Jul 1, 2023
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Jul 18, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from d0eb12c to e47fc1a Compare July 21, 2024 23:52
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Jul 21, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from e47fc1a to 121752f Compare July 24, 2024 05:41
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Jul 24, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 121752f to ab80c2a Compare July 28, 2024 20:38
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Jul 28, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from ab80c2a to 96efcad Compare July 29, 2024 02:49
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Jul 29, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 96efcad to c797d90 Compare October 10, 2024 12:00
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Oct 10, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from c797d90 to cb3a71d Compare October 11, 2024 05:19
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Oct 11, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from cb3a71d to 1b31913 Compare October 29, 2024 05:56
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Oct 29, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 1b31913 to cd19a06 Compare October 31, 2024 02:54
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Oct 31, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from cd19a06 to e500846 Compare December 3, 2024 02:50
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Dec 3, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from e500846 to a0a72d1 Compare December 5, 2024 23:52
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Dec 5, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from a0a72d1 to 784f7a8 Compare December 21, 2024 03:00
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Dec 21, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 784f7a8 to 446da85 Compare December 22, 2024 14:48
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Dec 22, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 446da85 to 45a6586 Compare December 23, 2024 23:58
@renovate renovate bot changed the title Update dependency restify to v4 [SECURITY] Update dependency restify to v11 [SECURITY] Dec 23, 2024
@renovate renovate bot force-pushed the renovate/npm-restify-vulnerability branch from 45a6586 to ae1b43e Compare December 24, 2024 23:59
@renovate renovate bot changed the title Update dependency restify to v11 [SECURITY] Update dependency restify to v4 [SECURITY] Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants