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

[Snyk] Upgrade: body-parser, cookie-parser, express, mongodb, mongoose, validator #133

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

Conversation

officialmofabs
Copy link
Collaborator

snyk-top-banner

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.

Name Versions Released on

body-parser
from 1.19.0 to 1.20.2 | 5 versions ahead of your current version | 2 years ago
on 2023-02-22
cookie-parser
from 1.4.5 to 1.4.6 | 1 version ahead of your current version | 3 years ago
on 2021-11-16
express
from 4.17.1 to 4.19.2 | 9 versions ahead of your current version | 6 months ago
on 2024-03-25
mongodb
from 3.6.5 to 3.7.4 | 12 versions ahead of your current version | a year ago
on 2023-06-21
mongoose
from 6.0.9 to 6.13.0 | 100 versions ahead of your current version | 3 months ago
on 2024-06-06
validator
from 13.7.0 to 13.12.0 | 3 versions ahead of your current version | 4 months ago
on 2024-05-09

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
696 Proof of Concept
high severity Prototype Pollution
SNYK-JS-MONGOOSE-2961688
696 Proof of Concept
high severity Prototype Pollution
SNYK-JS-MONGOOSE-5777721
696 Proof of Concept
high severity Prototype Poisoning
SNYK-JS-QS-3153490
696 Proof of Concept
medium severity Open Redirect
SNYK-JS-EXPRESS-6474509
696 No Known Exploit
medium severity Information Exposure
SNYK-JS-MONGODB-5871303
696 No Known Exploit
medium severity Information Exposure
SNYK-JS-MONGODB-5871303
696 No Known Exploit
Release notes
Package name: body-parser
  • 1.20.2 - 2023-02-22
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
      • perf: skip value escaping when unnecessary
    • deps: raw-body@2.5.2
  • 1.20.1 - 2022-10-06
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • 1.20.0 - 2022-04-03
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
      • Replace internal eval usage with Function constructor
      • Use instance methods on process to check for listeners
    • deps: http-errors@2.0.0
      • deps: depd@2.0.0
      • deps: statuses@2.0.1
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
      • deps: http-errors@2.0.0
  • 1.19.2 - 2022-02-16
    • deps: bytes@3.1.2
    • deps: qs@6.9.7
      • Fix handling of __proto__ keys
    • deps: raw-body@2.4.3
      • deps: bytes@3.1.2
  • 1.19.1 - 2021-12-10
    • deps: bytes@3.1.1
    • deps: http-errors@1.8.1
      • deps: inherits@2.0.4
      • deps: toidentifier@1.0.1
      • deps: setprototypeof@1.2.0
    • deps: qs@6.9.6
    • deps: raw-body@2.4.2
      • deps: bytes@3.1.1
      • deps: http-errors@1.8.1
    • deps: safe-buffer@5.2.1
    • deps: type-is@~1.6.18
  • 1.19.0 - 2019-04-26
    • deps: bytes@3.1.0
      • Add petabyte (pb) support
    • deps: http-errors@1.7.2
      • Set constructor name when possible
      • deps: setprototypeof@1.1.1
      • deps: statuses@'>= 1.5.0 < 2'
    • deps: iconv-lite@0.4.24
      • Added encoding MIK
    • deps: qs@6.7.0
      • Fix parsing array brackets after index
    • deps: raw-body@2.4.0
      • deps: bytes@3.1.0
      • deps: http-errors@1.7.2
      • deps: iconv-lite@0.4.24
    • deps: type-is@~1.6.17
      • deps: mime-types@~2.1.24
      • perf: prevent internal throw on invalid type
from body-parser GitHub release notes
Package name: cookie-parser from cookie-parser GitHub release notes
Package name: express
  • 4.19.2 - 2024-03-25
  • 4.19.1 - 2024-03-20

    What's Changed

    Full Changelog: 4.19.0...4.19.1

  • 4.19.0 - 2024-03-20

    What's Changed

    New Contributors

    Full Changelog: 4.18.3...4.19.0

  • 4.18.3 - 2024-02-29

    Main Changes

    • Fix routing requests without method
    • deps: body-parser@1.20.2
      • Fix strict json error message on Node.js 19+
      • deps: content-type@~1.0.5
      • deps: raw-body@2.5.2

    Other Changes

    New Contributors

    Full Changelog: 4.18.2...4.18.3

  • 4.18.2 - 2022-10-08
    • Fix regression routing a large stack in a single route
    • deps: body-parser@1.20.1
      • deps: qs@6.11.0
      • perf: remove unnecessary object clone
    • deps: qs@6.11.0
  • 4.18.1 - 2022-04-29
    • Fix hanging on large stack of sync routes
  • 4.18.0 - 2022-04-25
    • Add "root" option to res.download
    • Allow options without filename in res.download
    • Deprecate string and non-integer arguments to res.status
    • Fix behavior of null/undefined as maxAge in res.cookie
    • Fix handling very large stacks of sync middleware
    • Ignore Object.prototype values in settings through app.set/app.get
    • Invoke default with same arguments as types in res.format
    • Support proper 205 responses using res.send
    • Use http-errors for res.format error
    • deps: body-parser@1.20.0
      • Fix error message for json parse whitespace in strict
      • Fix internal error when inflated body exceeds limit
      • Prevent loss of async hooks context
      • Prevent hanging when request already read
      • deps: depd@2.0.0
      • deps: http-errors@2.0.0
      • deps: on-finished@2.4.1
      • deps: qs@6.10.3
      • deps: raw-body@2.5.1
    • deps: cookie@0.5.0
      • Add priority option
      • Fix expires option to reject invalid dates
    • deps: depd@2.0.0
      • Replace internal eval usage with Function constructor
      • Use instance methods on process to check for listeners
    • deps: finalhandler@1.2.0
      • Remove set content headers that break response
      • deps: on-finished@2.4.1
      • deps: statuses@2.0.1
    • deps: on-finished@2.4.1
      • Prevent loss of async hooks context
    • deps: qs@6.10.3
    • deps: send@0.18.0
      • Fix emitted 416 error missing headers property
      • Limit the headers removed for 304 response
      • deps: depd@2.0.0
      • deps: destroy@1.2.0
      • deps: http-errors@2.0.0
      • deps: on-finished@2.4.1
      • deps: statuses@2.0.1
    • deps: serve-static@1.15.0
      • deps: send@0.18.0
    • deps: statuses@2.0.1
      • Remove code 306
      • Rename 425 Unordered Collection to standard 425 Too Early
  • 4.17.3 - 2022-02-17
    • deps: accepts@~1.3.8
      • deps: mime-types@~2.1.34
      • deps: negotiator@0.6.3
    • deps: body-parser@1.19.2
      • deps: bytes@3.1.2
      • deps: qs@6.9.7
      • deps: raw-body@2.4.3
    • deps: cookie@0.4.2
    • deps: qs@6.9.7
      • Fix handling of __proto__ keys
    • pref: remove unnecessary regexp for trust proxy
  • 4.17.2 - 2021-12-17
    • Fix handling of undefined in res.jsonp
    • Fix handling of undefined when "json escape" is enabled
    • Fix incorrect middleware execution with unanchored RegExps
    • Fix res.jsonp(obj, status) deprecation message
    • Fix typo in res.is JSDoc
    • deps: body-parser@1.19.1
      • deps: bytes@3.1.1
      • deps: http-errors@1.8.1
      • deps: qs@6.9.6
      • deps: raw-body@2.4.2
      • deps: safe-buffer@5.2.1
      • deps: type-is@~1.6.18
    • deps: content-disposition@0.5.4
      • deps: safe-buffer@5.2.1
    • deps: cookie@0.4.1
      • Fix maxAge option to reject invalid values
    • deps: proxy-addr@~2.0.7
      • Use req.socket over deprecated req.connection
      • deps: forwarded@0.2.0
      • deps: ipaddr.js@1.9.1
    • deps: qs@6.9.6
    • deps: safe-buffer@5.2.1
    • deps: send@0.17.2
      • deps: http-errors@1.8.1
      • deps: ms@2.1.3
      • pref: ignore empty http tokens
    • deps: serve-static@1.14.2
      • deps: send@0.17.2
    • deps: setprototypeof@1.2.0
  • 4.17.1 - 2019-05-26
from express GitHub release notes
Package name: mongodb
  • 3.7.4 - 2023-06-21

    The MongoDB Node.js team is pleased to announce version 3.7.4 of the mongodb package!

    Release Highlights

    This release fixes a bug that throws a type error when SCRAM-SHA-256 is used with saslprep in a webpacked environment.

    3.7.4 (2023-06-21)

    Bug Fixes

    Documentation

    We invite you to try the mongodb library immediately, and report any issues to the NODE project.

  • 3.7.3 - 2021-10-20
  • 3.7.2 - 2021-10-05
  • 3.7.1 - 2021-09-14
  • 3.7.0 - 2021-08-31
  • 3.6.12 - 2021-08-30
  • 3.6.11 - 2021-08-05
  • 3.6.10 - 2021-07-06
  • 3.6.9 - 2021-05-26
  • 3.6.8 - 2021-05-21
  • 3.6.7 - 2021-05-18
  • 3.6.6 - 2021-04-06
  • 3.6.5 - 2021-03-16
from mongodb GitHub release notes
Package name: mongoose
  • 6.13.0 - 2024-06-06
  • 6.12.9 - 2024-05-24
  • 6.12.8 - 2024-04-10
  • 6.12.7 - 2024-03-01
  • 6.12.6 - 2024-01-22
  • 6.12.5 - 2024-01-03
  • 6.12.4 - 2023-12-27
  • 6.12.3 - 2023-11-07
  • 6.12.2 - 2023-10-25
  • 6.12.1 - 2023-10-12
  • 6.12.0 - 2023-08-24
  • 6.11.6 - 2023-08-21
  • 6.11.5 - 2023-08-01
  • 6.11.4 - 2023-07-17
  • 6.11.3 - 2023-07-11
  • 6.11.2 - 2023-06-08
  • 6.11.1 - 2023-05-08
  • 6.11.0 - 2023-05-01
  • 6.10.5 - 2023-04-06
  • 6.10.4 - 2023-03-21
  • 6.10.3 - 2023-03-13
  • 6.10.2 - 2023-03-07
  • 6.10.1 - 2023-03-03
  • 6.10.0 - 2023-02-22
  • 6.9.3 - 2023-02-22
  • 6.9.2 - 2023-02-16
  • 6.9.1 - 2023-02-06
  • 6.9.0 - 2023-01-25
  • 6.8.4 - 2023-01-17
  • 6.8.3 - 2023-01-06
  • 6.8.2 - 2022-12-28
  • 6.8.1 - 2022-12-19
  • 6.8.0 - 2022-12-05
  • 6.7.5 - 2022-11-30
  • 6.7.4 - 2022-11-28
  • 6.7.3 - 2022-11-22
  • 6.7.2 - 2022-11-07
  • 6.7.1 - 2022-11-02
  • 6.7.0 - 2022-10-24
  • 6.6.7 - 2022-10-21
  • 6.6.6 - 2022-10-20
  • 6.6.5 - 2022-10-05
  • 6.6.4 - 2022-10-03
  • 6.6.3 - 2022-09-30
  • 6.6.2 - 2022-09-26
  • 6.6.1 - 2022-09-14
  • 6.6.0 - 2022-09-08
  • 6.5.5 - 2022-09-07
  • 6.5.4 - 2022-08-30
  • 6.5.3 - 2022-08-25
  • 6.5.2 - 2022-08-10
  • 6.5.1 - 2022-08-03
  • 6.5.0 - 2022-07-26
  • 6.4.7 - 2022-07-25
  • 6.4.6 - 2022-07-20
  • 6.4.5 - 2022-07-18
  • 6.4.4 - 2022-07-08
  • 6.4.3 - 2022-07-05
  • 6.4.2 - 2022-07-01
  • 6.4.1 - 2022-06-27
  • 6.4.0 - 2022-06-17
  • 6.3.9 - 2022-06-17
  • 6.3.8 - 2022-06-13
  • 6.3.7 - 2022-06-13
  • 6.3.6 - 2022-06-07
  • 6.3.5 - 2022-05-30
  • 6.3.4 - 2022-05-19
  • 6.3.3 - 2022-05-09
  • 6.3.2 - 2022-05-02
  • 6.3.1 - 2022-04-21
  • 6.3.0 - 2022-04-14
  • 6.2.11 - 2022-04-13
  • 6.2.10 - 2022-04-04
  • 6.2.9 - 2022-03-28
  • 6.2.8 - 2022-03-23
  • 6.2.7 - 2022-03-16
  • 6.2.6 - 2022-03-11
  • 6.2.5 - 2022-03-09
  • 6.2.4 - 2022-02-28
  • 6.2.3 - 2022-02-21
  • 6.2.2 - 2022-02-16
  • 6.2.1 - 2022-02-07
  • 6.2.0 - 2022-02-02
  • 6.1.10 - 2022-02-01
  • 6.1.9 - 2022-01-31
  • 6.1.8 - 2022-01-24
  • 6.1.7 - 2022-01-17
  • 6.1.6 - 2022-01-10
  • 6.1.5 - 2022-01-04
  • 6.1.4 - 2021-12-27
  • 6.1.3 - 2021-12-21
  • 6.1.2 - 2021-12-15
  • 6.1.1 - 2021-12-09
  • 6.1.0 - 2021-12-07
  • 6.0.15 - 2021-12-06
  • 6.0.14 - 2021-11-29
  • 6.0.13 - 2021-11-15
  • 6.0.12 - 2021-10-21
  • 6.0.11 - 2021-10-14
  • 6.0.10 - 2021-10-08
  • 6.0.9 - 2021-10-04
from mongoose GitHub release notes
Package name: validator

Snyk has created this PR to upgrade:
  - body-parser from 1.19.0 to 1.20.2.
    See this package in npm: https://www.npmjs.com/package/body-parser
  - cookie-parser from 1.4.5 to 1.4.6.
    See this package in npm: https://www.npmjs.com/package/cookie-parser
  - express from 4.17.1 to 4.19.2.
    See this package in npm: https://www.npmjs.com/package/express
  - mongodb from 3.6.5 to 3.7.4.
    See this package in npm: https://www.npmjs.com/package/mongodb
  - mongoose from 6.0.9 to 6.13.0.
    See this package in npm: https://www.npmjs.com/package/mongoose
  - validator from 13.7.0 to 13.12.0.
    See this package in npm: https://www.npmjs.com/package/validator

See this project in Snyk:
https://app.snyk.io/org/supportigedevteam.onmicrosoft.com/project/03e82df9-3c6a-4f34-adad-57840790f49d?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: npm/path-exists@4.0.0, npm/path-is-absolute@1.0.1, npm/path-key@3.1.1, npm/path-parse@1.0.7, npm/path-to-regexp@0.1.7, npm/path-type@4.0.0, npm/performance-now@2.1.0, npm/picocolors@1.0.0, npm/picomatch@2.3.1, npm/pirates@4.0.5, npm/pkg-dir@4.2.0, npm/pkg-up@3.1.0, npm/portfinder@1.0.28, npm/postcss-attribute-case-insensitive@5.0.0, npm/postcss-browser-comments@4.0.0, npm/postcss-calc@8.2.4, npm/postcss-color-functional-notation@4.2.2, npm/postcss-color-hex-alpha@8.0.3, npm/postcss-color-rebeccapurple@7.0.2, npm/postcss-colormin@5.3.0, npm/postcss-convert-values@5.1.0, npm/postcss-custom-media@8.0.0, npm/postcss-custom-properties@12.1.4, npm/postcss-custom-selectors@6.0.0, npm/postcss-dir-pseudo-class@6.0.4, npm/postcss-discard-comments@5.1.1, npm/postcss-discard-duplicates@5.1.0, npm/postcss-discard-empty@5.1.1, npm/postcss-discard-overridden@5.1.0, npm/postcss-double-position-gradients@3.1.1, npm/postcss-env-function@4.0.5, npm/postcss-flexbugs-fixes@5.0.2, npm/postcss-focus-visible@6.0.4, npm/postcss-focus-within@5.0.4, npm/postcss-font-variant@5.0.0, npm/postcss-gap-properties@3.0.3, npm/postcss-image-set-function@4.0.6, npm/postcss-initial@4.0.1, npm/postcss-js@4.0.0, npm/postcss-lab-function@4.1.2, npm/postcss-load-config@3.1.3, npm/postcss-loader@6.2.1, npm/postcss-logical@5.0.4, npm/postcss-media-minmax@5.0.0, npm/postcss-merge-longhand@5.1.1, npm/postcss-merge-rules@5.1.0, npm/postcss-minify-font-values@5.1.0, npm/postcss-minify-gradients@5.1.0, npm/postcss-minify-params@5.1.1, npm/postcss-minify-selectors@5.2.0, npm/postcss-modules-extract-imports@3.0.0, npm/postcss-modules-local-by-default@4.0.0, npm/postcss-modules-scope@3.0.0, npm/postcss-modules-values@4.0.0, npm/postcss-nested@5.0.6, npm/postcss-nesting@10.1.3, npm/postcss-normalize-charset@5.1.0, npm/postcss-normalize-display-values@5.1.0, npm/postcss-normalize-positions@5.1.0, npm/postcss-normalize-repeat-style@5.1.0, npm/postcss-normalize-string@5.1.0, npm/postcss-normalize-timing-functions@5.1.0, npm/postcss-normalize-unicode@5.1.0, npm/postcss-normalize-url@5.1.0, npm/postcss-normalize-whitespace@5.1.1, npm/postcss-normalize@10.0.1, npm/postcss-opacity-percentage@1.1.2, npm/postcss-ordered-values@5.1.0, npm/postcss-overflow-shorthand@3.0.3, npm/postcss-page-break@3.0.4, npm/postcss-place@7.0.4, npm/postcss-preset-env@7.4.2, npm/postcss-pseudo-class-any-link@7.1.1, npm/postcss-reduce-initial@5.1.0, npm/postcss-reduce-transforms@5.1.0, npm/postcss-replace-overflow-wrap@4.0.0, npm/postcss-selector-not@5.0.0, npm/postcss-selector-parser@6.0.9, npm/postcss-svgo@5.1.0, npm/postcss-unique-selectors@5.1.1, npm/postcss-value-parser@4.2.0, npm/postcss@8.4.8, npm/prelude-ls@1.2.1, npm/pretty-bytes@5.6.0, npm/pretty-error@4.0.0, npm/pretty-format@26.6.2, npm/process-nextick-args@2.0.1, npm/promise@8.1.0, npm/prompts@2.4.2, npm/prop-types@15.8.1, npm/proxy-addr@2.0.7, npm/psl@1.8.0, npm/punycode@2.1.1, npm/q@1.5.1, npm/qs@6.9.7, npm/queue-microtask@1.2.3, npm/quick-lru@5.1.1, npm/raf@3.4.1, npm/randombytes@2.1.0, npm/range-parser@1.2.1, npm/raw-body@2.4.3, npm/react-app-polyfill@3.0.0, npm/react-dev-utils@12.0.0, npm/react-dom@17.0.2, npm/react-error-overlay@6.0.10, npm/react-is@17.0.2, npm/react-refresh@0.11.0, npm/react-scripts@5.0.0, npm/react@17.0.2, npm/readable-stream@3.6.0, npm/readdirp@3.6.0, npm/recursive-readdir@2.2.2, npm/redent@3.0.0, npm/regenerate-unicode-properties@10.0.1, npm/regenerate@1.4.2, npm/regenerator-runtime@0.13.7, npm/regenerator-transform@0.14.5, npm/regex-parser@2.2.11, npm/regexp.prototype.flags@1.4.1, npm/regexpp@3.2.0, npm/regexpu-core@5.0.1, npm/regjsgen@0.6.0, npm/regjsparser@0.8.4, npm/relateurl@0.2.7, npm/renderkid@3.0.0, npm/require-directory@2.1.1, npm/require-from-string@2.0.2, npm/requires-port@1.0.0, npm/resolve-cwd@3.0.0, npm/resolve-from@4.0.0, npm/resolve-url-loader@4.0.0, npm/resolve.exports@1.1.0, npm/resolve@1.22.0, npm/retry@0.13.1, npm/reusify@1.0.4, npm/rimraf@3.0.2, npm/rollup-plugin-terser@7.0.2, npm/rollup@2.70.0, npm/run-parallel@1.2.0, npm/safe-buffer@5.1.2, npm/safer-buffer@2.1.2, npm/sanitize.css@13.0.0, npm/sass-loader@12.6.0, npm/sax@1.2.4, npm/saxes@5.0.1, npm/scheduler@0.20.2, npm/schema-utils@3.1.1, npm/select-hose@2.0.0, npm/selfsigned@2.0.0, npm/semver@7.3.5, npm/send@0.17.2, npm/serialize-javascript@6.0.0, npm/serve-index@1.9.1, npm/serve-static@1.14.2, npm/setprototypeof@1.2.0, npm/shebang-command@2.0.0, npm/shebang-regex@3.0.0, npm/shell-quote@1.7.3, npm/side-channel@1.0.4, npm/signal-exit@3.0.7, npm/sisteransi@1.0.5, npm/slash@3.0.0, npm/sockjs@0.3.24, npm/source-list-map@2.0.1, npm/source-map-js@1.0.2, npm/source-map-loader@3.0.1, npm/source-map-resolve@0.6.0, npm/source-map-support@0.5.21, npm/source-map@0.6.1, npm/sourcemap-codec@1.4.8, npm/spdy-transport@3.0.0, npm/spdy@4.0.2, npm/sprintf-js@1.0.3, npm/stable@0.1.8, npm/stack-utils@2.0.5, npm/stackframe@1.2.1, npm/statuses@1.5.0, npm/string-length@4.0.2, npm/string-natural-compare@3.0.1, npm/string-width@4.2.3, npm/string.prototype.matchall@4.0.6, npm/string.prototype.trimend@1.0.4, npm/string.prototype.trimstart@1.0.4, npm/string_decoder@1.1.1, npm/stringify-object@3.3.0, npm/strip-ansi@6.0.1, npm/strip-bom@3.0.0, npm/strip-comments@2.0.1, npm/strip-final-newline@2.0.0, npm/strip-indent@3.0.0, npm/strip-json-comments@3.1.1, npm/style-loader@3.3.1, npm/stylehacks@5.1.0, npm/supports-color@7.2.0, npm/supports-hyperlinks@2.2.0, npm/supports-preserve-symlinks-flag@1.0.0, npm/svg-parser@2.0.4, npm/svgo@1.3.2, npm/symbol-tree@3.2.4, npm/tailwindcss@3.0.23, npm/tapable@2.2.1, npm/temp-dir@2.0.0, npm/tempy@0.6.0, npm/terminal-link@2.1.1, npm/terser-webpack-plugin@5.3.1, npm/terser@5.12.0, npm/test-exclude@6.0.0, npm/text-table@0.2.0, npm/throat@6.0.1, npm/thunky@1.1.0, npm/timsort@0.3.0, npm/tmpl@1.0.5, npm/to-fast-properties@2.0.0, npm/to-regex-range@5.0.1, npm/toidentifier@1.0.1, npm/tough-cookie@4.0.0, npm/tr46@2.1.0, npm/tryer@1.0.1, npm/tsconfig-paths@3.13.0, npm/tslib@1.14.1, npm/tsutils@3.21.0, npm/type-check@0.4.0, npm/type-detect@4.0.8, npm/type-fest@0.20.2, npm/type-is@1.6.18, npm/typedarray-to-buffer@3.1.5, npm/unbox-primitive@1.0.1, npm/unicode-canonical-property-names-ecmascript@2.0.0, npm/unicode-match-property-ecmascript@2.0.0, npm/unicode-match-property-value-ecmascript@2.0.0, npm/unicode-property-aliases-ecmascript@2.0.0, npm/unique-string@2.0.0, npm/universalify@2.0.0, npm/unpipe@1.0.0, npm/unquote@1.1.1, npm/upath@1.2.0, npm/uri-js@4.4.1, npm/util-deprecate@1.0.2, npm/util.promisify@1.0.1, npm/utila@0.4.0, npm/utils-merge@1.0.1, npm/uuid@8.3.2, npm/v8-compile-cache@2.3.0, npm/v8-to-istanbul@8.1.1, npm/vary@1.1.2

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Critical CVE npm/loader-utils@1.4.0 ⚠︎

View full report↗︎

Next steps

What is a critical CVE?

Contains a Critical Common Vulnerability and Exposure (CVE).

Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/loader-utils@1.4.0

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.

2 participants