Skip to content

[Snyk] Fix for 4 vulnerabilities #96

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

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

Conversation

GregTrevellick
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:
    • Src/ReadMeSynchronizer/package.json
    • Src/ReadMeSynchronizer/package-lock.json

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
high severity 589/1000
Why? Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ACORN-559469
No No Known Exploit
high severity 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Denial of Service (DoS)
SNYK-JS-DECODEURICOMPONENT-3149970
Yes Proof of Concept
low severity 506/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 3.7
Prototype Pollution
SNYK-JS-MINIMIST-2429795
Yes Proof of Concept
medium severity 601/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.6
Prototype Pollution
SNYK-JS-MINIMIST-559764
Yes Proof of Concept

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

Commit messages
Package name: gulp-debug The new version differs by 10 commits.

See the full diff

Package name: gulp-inject The new version differs by 56 commits.
  • 3a3b465 fix: drop dependency on deprecated `gulp-util` (#236)
  • cf66da0 chore: upgrade semantic-release
  • 390979d chore: fix whitespace
  • 424556f chore: only run release script on the "master" branch
  • b50afff docs: readd HELP WANTED to README
  • 8f2d6e5 docs: readd info on options.quiet (#187)
  • e845894 chore: add commitlint with corresponding git hook [ci skip]
  • b37939e feat: add semantic-release
  • 3a6748b docs: add HELP WANTED to README
  • 4ddfcf4 chore(release): 4.2.1
  • 00c43dc docs: add info on options.quiet (#187)
  • e64a6b6 chore: Log the correct plural state of the number of injected files (#193)
  • 687bfdf fix(endtag): use correct default for endtag (#228)
  • 43de8c2 docs: improve table of contents
  • c978fd7 chore(release): 4.2.0
  • a67a38b docs: add table of contents
  • 503b77e feat(tags): add {{path}} parsing to 'start-' and 'endtag' (#175)
  • f979e04 docs: add definitions of "gulp-concat" and "gulp-uglify" (#208)
  • 00808c5 docs: gulp-inject does not require NodeJS v4 anymore
  • c3cea60 chore(release): 4.1.0
  • 7649b38 fix: making it possible to inject source map files into html (closes #176)
  • 8078cd9 fix: don't remove wanted whitespace when removing tags (closes #177)
  • b4fd0d6 fix: only log file count for files actually injected (closes #184)
  • 68add8a fix: don't use ES2015 syntax (closes #171)

See the full diff

Package name: gulp-tslint The new version differs by 155 commits.
  • c86c5ad Release 8.1.3
  • e8c153d Update dependencies.
  • 5d72ae5 Merge pull request #143 from demurgos/issue-140
  • 63be315 Drop dependency on deprecated gulp-util
  • 53534f8 Add package-lock.json
  • c5a1bf5 Release 8.1.2
  • 9be2ca5 Merge pull request #135 from charlescook/fix-test
  • b25d3dd Fix broken tests
  • 9d802a6 Merge pull request #134 from charlescook/override
  • 3192ee0 Determine configuration separately for each source file
  • e8a25e3 Release version 8.1.1
  • 7bc0640 Merge pull request #129 from stevejhiggs/typesShouldBeDevDeps
  • d22c782 types should be dev dependencies
  • 8c58f4d Merge pull request #127 from mindfreakthemon/feature/speed-improvement
  • 0021906 Removing unused variable "loader".
  • b5c8e20 Moving consts and linter object out of the map-loop.
  • 6042908 Bump minor version. Add changelog for 8.1.0. Minor style changes.
  • 58de113 Merge pull request #122 from sjbarag/allow-warnings
  • 63cc8a0 Add documentation for `allowWarnings` report option
  • 772d7d5 Add `allowWarnings` option to print warnings without failing
  • 9d2f301 Merge pull request #119 from mxl/migrate-to-types
  • aa97e12 Merge pull request #118 from mxl/patch-1
  • 064adfd Migrate to TypeScript Types Bot definitions. Fix map-stream version.
  • 1c8717c Document `fix` option default value.

See the full diff

Package name: gulp-typescript The new version differs by 181 commits.
  • 473b0ed Version 4.0.0
  • 5f23064 Update baselines
  • 705f9fd Update to TS 2.7
  • e009140 Version 4.0.0-alpha.2
  • f043e40 Version 4.0.0-alpha.2
  • ae1e84f Merge pull request #557 from j-oliveras/master
  • d5dd04a Accept typescript >=2.8.0-dev
  • 9c8bc87 Version 4.0.0-alpha.1
  • afd501b Update release
  • 0b3d85c Use console.log instead of .error
  • 67d8963 Update release
  • 2c160e2 Remove local type defs, use @ types instead
  • 2e31d56 Update baselines
  • 88cc5b9 Update typescript/dev
  • 096918e Use noEmit to typecheck in gulpfile
  • 2db5b47 Don't show 'emit failed' with noEmit: true, fix #490
  • a51f8b2 Don't manually emit the `end` event
  • 82866f7 Update release
  • 8fd058e Simplify gulpfile
  • 872cefa Don't emit `finish` on output streams, do emit `end` on main stream. Fix #540
  • 35733e0 Add additional options with the good project directory, fix #525
  • 8e87c20 Update sourcemaps with outDir in readme, fix #538
  • baae53e Update readme & clarify source map rootDir, fix #538
  • c4e5439 Merge pull request #552 from ivogabe/update-deps

See the full diff

Package name: webpack The new version differs by 250 commits.
  • 610f368 5.0.0
  • 5ce65c1 update examples
  • bbe1230 Merge pull request #11628 from webpack/bugfix/real-content-hash
  • 75ecff2 5.0.0-rc.6
  • bfc35d6 Merge pull request #11603 from MayaWolf/master
  • 76e8cbd Merge pull request #11622 from webpack/dependabot/npm_and_yarn/types/node-13.13.25
  • 9fd1be2 chore(deps-dev): bump @ types/node from 13.13.23 to 13.13.25
  • 36bcfaa Merge pull request #11621 from webpack/bugfix/11619
  • 9130d10 fix called variables with ProvidePlugin
  • 3e42105 Merge pull request #11620 from webpack/bugfix/11617
  • 4709719 skip connections copied to concatenated module
  • 57b493f 5.0.0-rc.5
  • 1658e2f Merge pull request #11618 from webpack/bugfix/11615
  • a8fb45d fixes crash in SideEffectsFlagPlugin
  • 84b196d emit error instead of crashing when unexpected problem occurs
  • 5573fed Merge pull request #11601 from Hornwitser/improve-suggested-polyfill-config
  • 9b5cce9 Merge pull request #11609 from snitin315/export-types
  • 37c495c export type RuleSetUseItem
  • 39faf34 export type RuleSetUse
  • e5fd246 export type RuleSetConditionAbsolute
  • 660baad export RuleSetCondition types
  • 13e3ca5 Merge pull request #11602 from webpack/bugfix/shared-runtime-chunk
  • 9c0587e Merge pull request #11606 from webpack/dependabot/npm_and_yarn/simple-git-2.21.0
  • 502d166 Merge pull request #11607 from webpack/dependabot/npm_and_yarn/acorn-8.0.4

See the full diff

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:

🦉 Regular Expression Denial of Service (ReDoS)
🦉 Prototype Pollution

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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