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] Fix for 16 vulnerabilities #8

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

Conversation

Omrisnyk
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • admin-frontend/package.json
    • admin-frontend/package-lock.json
    • admin-frontend/.snyk

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
high severity 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
Yes Proof of Concept
high severity 589/1000
Why? Has a fix available, CVSS 7.5
Denial of Service (DoS)
SNYK-JS-HANDLEBARS-480388
No No Known Exploit
critical severity 704/1000
Why? Has a fix available, CVSS 9.8
Prototype Pollution
SNYK-JS-HANDLEBARS-534988
No No Known Exploit
medium severity 646/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.5
Prototype Pollution
SNYK-JS-HANDLEBARS-567742
No Proof of Concept
medium severity 636/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.3
Cross-site Scripting (XSS)
SNYK-JS-JQUERY-565129
No Proof of Concept
medium severity 646/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.5
Cross-site Scripting (XSS)
SNYK-JS-JQUERY-567880
No Proof of Concept
high severity 676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Cross-site Scripting (XSS)
SNYK-JS-JQUERYUI-1767167
No Proof of Concept
high severity 569/1000
Why? Has a fix available, CVSS 7.1
Cross-site Scripting (XSS)
SNYK-JS-JQUERYUI-1767175
No No Known Exploit
high severity 676/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
Cross-site Scripting (XSS)
SNYK-JS-JQUERYUI-1767767
No Proof of Concept
medium severity 586/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-1018905
No Proof of Concept
high severity 686/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.3
Prototype Pollution
SNYK-JS-LODASH-450202
No Proof of Concept
high severity 731/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 8.2
Prototype Pollution
SNYK-JS-LODASH-567746
No Proof of Concept
high severity 686/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.3
Prototype Pollution
SNYK-JS-LODASH-608086
No Proof of Concept
medium severity 520/1000
Why? Has a fix available, CVSS 5.9
Denial of Service
SNYK-JS-NODEFETCH-674311
No No Known Exploit
medium severity 601/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.6
Prototype Pollution
SNYK-JS-YARGSPARSER-560381
No Proof of Concept
medium severity 469/1000
Why? Has a fix available, CVSS 5.1
Denial of Service (DoS)
npm:mem:20180117
Yes No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Commit messages
Package name: eslint The new version differs by 250 commits.
  • 3dd6741 7.0.0
  • 9a722f9 Build: changelog update for 7.0.0
  • b98d8bd Upgrade: [email protected] (#13271)
  • 4c0b028 Fix: remove Node.js and CommonJS category from build process (#13242)
  • 401a687 Chore: fix rules list for prereleases (#13230)
  • 4ef6158 Breaking: [email protected] (#13270)
  • b5c8d73 Docs: update 7.0.0 migration guide for consistency (#13267)
  • 356fdb4 Docs: add migration guide (#12692)
  • 015edf6 Sponsors: Sync README with website
  • fdfa364 7.0.0-rc.0
  • 8d1b4db Build: changelog update for 7.0.0-rc.0
  • 0b1d65a Update: Improve report location for array-callback-return (refs #12334) (#13109)
  • d85e291 Fix: yoda left string fix for exceptRange (fixes #12883) (#13052)
  • 2ce6bed Chore: added tests for nested arrays (#13145)
  • d3aac53 Update: report backtick loc in no-unexpected-multiline (refs #12334) (#13142)
  • 8e7a2d9 Fix: func-call-spacing "never" reports wrong message (fixes #13190) (#13193)
  • bcafd0f Update: Add ESLint API (refs New: ESLint Class Replacing CLIEngine eslint/rfcs#40) (#12939)
  • 3eeae56 Upgrade: some (dev) deps (#13155)
  • 6b7030b Chore: Run tests on Node.js v14 (#13210)
  • ebc28d7 Fix: Remove default .js from --ext CLI option (#13176)
  • 5c1bdeb Update: Improve report location for getter-return (refs #12334) (#13164)
  • 56d2bee Docs: fix typos (#13204)
  • e13256e Chore: use espree.latestEcmaVersion in config-initializer (#13157)
  • e4f57b7 Chore: add nested array tests for array-element-newline (#13161)

See the full diff

Package name: handlebars The new version differs by 112 commits.
  • 91a1b5d v4.6.0
  • 770d746 Update release notes
  • d7f0dcf refactor: fix typo in private test method
  • 187d611 test: add path to nodeJs when running test:bin
  • d337f40 test: show diff when test:bin fails
  • d03b6ec feat: access control to prototype properties via whitelist
  • 164b7ff chore: ignore .nyc_output
  • ac4655e chore: disable "dot-notation" rule
  • 14b621c test/style: remove or hide unused code in git.js, add tests
  • 1ec1737 test/style: refactor remaining grunt tasks to use promises instead of callbacks
  • 1ebce2b test/style: use nyc instead of istanbul, npm audit fix
  • 3a5b65e test/style: refactor parser task
  • dde108e test/style: refactor test-task to make it more readable
  • dc54952 chore: change eslint-rules for tasks/
  • d1fb07b Update (C) year in the LICENSE file
  • 04b1984 chore: try to fix saucelabs credentials (#1627)
  • c40d9f3 chore: active linting and formatting on commit
  • 8901c28 chore: fix task name in build
  • e97685e style: reformat all files using prettier
  • e913dc5 chore: restructure build commands
  • 1f61f21 chore: configure prettier and eslint
  • 587e7a3 remove yarn.lock
  • edcc84f Update readme.md with updated links (#1620)
  • 23d58e7 fix(runtime.js): partials compile not caching (#1600)

See the full diff

Package name: jquery-ui The new version differs by 132 commits.
  • 6d072c5 1.13.0
  • c3749ca Tests: Take development jQuery versions from releases.jquery.com
  • 232fe3b Tests: Load the TestSwarm listener via HTTPS
  • 2802058 Release: Update the download.jqueryui.com dependency
  • 0fe05e5 Theme: Revert three theme commits that are causing styling issues (#1983)
  • 87656cd Theme: Fix blank icons having a background
  • b0ed787 Build: Require jQuery `>=1.8.0 <4.0.0`, not `>=1.6` in bower.json
  • f381ec0 Docs: Update jQuery used for demos to 3.6.0
  • 3f5c720 Tests: Update the default jQuery version from 1.12.4 to 3.6.0
  • 2fd224d Effect: Define the jQuery variable before jQuery Color gets imported
  • eda9f3b Release: Update the download.jqueryui.com dependency
  • 491ecc1 Build: Update npm dependencies
  • 4ccebc5 Release: Update the download.jqueryui.com dependency
  • 440f389 Docs: Update removal comments to mention 1.14, not 1.13
  • 349ee77 Release: Update the download.jqueryui.com dependency
  • 03e6c45 Release: Abort on packager errors
  • 202238b Release: Update dependencies for the 1.13 release
  • f7e7e14 Build: Don't save temporary npm dependencies to package.json
  • 74af512 Build: Don't publish dist/cdn to npm
  • 399c81e Build: Update dependencies passed to jquery-release
  • 1173492 Docs: Update AUTHORS.txt
  • d82ea60 Build: Fix package generation
  • cf938e2 Datepicker: Get selectedDay from data-date instead of element contents
  • 70dae67 Build: Migrate from JSHint & JSCS to ESLint

See the full diff

Package name: react-router-dom The new version differs by 37 commits.
  • 0c9a10d v5.0.1
  • b0bb959 Update package locks
  • 8ed894f add hooks option to scroll restoration docs (#6762)
  • 0f5d701 Small code change in matchPath.md (#6761)
  • caa9950 esModule: false fix read only TypeError in expors (#6758)
  • bd436ce Merge branch 'website'
  • a38ef04 Don't override path in NavLink component. Fixes #6613 (#6623)
  • 97f0eee Removing "update blocking" content (#6652)
  • 56c829b fix(react-router): Allow string and object refs in withRouter (#6680)
  • aeccaeb Updated some devDependencies to fix audit warnings (#6741)
  • 48a97bf Fix build on windows. (#6740)
  • 82ce94c prevent reload of page if an error occurs in onClick event handler (#6711)
  • 7bd1407 matchPath: Fixed exception thrown if `path` is undefined (#6715)
  • 67df646 use huskyrc file (#6706)
  • 29155fc Update matchPath docs (#6703)
  • 3ccbd19 Add a default value for context in StaticRouter.navigateTo (#6698)
  • f7c8e56 Fix website internal links not prepended with public path (#6678)
  • 992af48 Switch to mini-create-router-context (#6692)
  • 2ce1d32 call createLocation on 'to' regardless of type (#6690)
  • 10d78bb withRouter: Directly use RouterContext instead of Route. (#6685)
  • 017f692 Fixed maximum update depth exceeded caused by Redirect. (#6674)
  • f9849c8 Pin create-react-context to 0.2.2 (#6682)
  • 6a99c93 fix: set DisplayName correctly for Named Context (#6677)
  • 13b044a Document Redirect sensitive prop. (#6676)

See the full diff

Package name: showdown The new version differs by 30 commits.
  • b3dd26a chore: release 2.0.2
  • 3871765 fix(cli): cli now works properly
  • 612dad0 chore: build v 2.0.1
  • a3dec7f fix: fix cli not working due to missing src dir in npm package
  • 3f8ca4e Revert "fix: reduce npm package size "
  • 32a1aaa chore(build): version 2.0.0
  • 97a7696 doc(security): add a security policy
  • e5f419b build: prep and create a 2.0.0-alpha release
  • 366ef28 fix(extension-registering) removeExtension implementation
  • 6ea6bbf Including QCObjects in "Who uses Showdown"-README (#744)
  • a931cc2 docs: clear ambiguity about CDN usage
  • 62636d0 feature(ellipsis): Add option to disable ellipsis
  • b432da1 fix reference link impostors
  • b03e34a rename test files to match convention
  • 525b65f preserve spaces between inline elements
  • 33f2f9c Update README.md
  • b3310a1 docs: update README.md (#652)
  • f54395f Escaped the <br> in README.md (#645)
  • 55314da chore: add vue-showdown (#630)
  • 35730b7 fix: reduce npm package size
  • 25c4420 fix: allow escaping of colons
  • e3ddcaf chore(license): update liscense to MIT
  • 9828a82 chore(deps): make dependecies consistent with ^ operator
  • 434eaff chore(deps): update all dependecies to the latest; make eslint work

See the full diff

With a Snyk patch:
Severity Priority Score (*) Issue Exploit Maturity
high severity 731/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 8.2
Prototype Pollution
SNYK-JS-LODASH-567746
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Check the changes in this PR to ensure they won't cause issues with your project.


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Cross-site Scripting (XSS)
🦉 Cross-site Scripting (XSS)
🦉 Cross-site Scripting (XSS)
🦉 More lessons are available in Snyk Learn

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