Closed dependabot[bot] closed 4 months ago
Just a quick one @EarthlingDavey... do we need Dependabot to check our packages? My thinking leads me to believe no code is ever present on the stacks; we only use npm to build our assets out and then discard the JS compiling scripts.
Is there a scenario where there could be a threat?
Hey, you're right in thinking we don't run any JS code on our servers. While I think that would be the biggest attack surface there might be a couple of others to consider.
New versions of node have a permission model that would help protect against the first 2 points. Could we add that to our backlog?
Bumps ws from 8.17.0 to 8.17.1.
Release notes
Sourced from ws's releases.
... (truncated)
Commits
3c56601
[dist] 8.17.1e55e510
[security] Fix crash when the Upgrade header cannot be read (#2231)6a00029
[test] Increase code coverageddfe4a8
[perf] Reduce the amount ofcrypto.randomFillSync()
callsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show