Skip to content

Commit

Permalink
Merge pull request #4221 from snyk/fix/quote-args
Browse files Browse the repository at this point in the history
fix: escape child process arguments
  • Loading branch information
gitphill committed Nov 29, 2022
2 parents c028b50 + 80d97a9 commit bd96e74
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 48 deletions.
96 changes: 54 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -67,8 +67,8 @@
"@snyk/docker-registry-v2-client": "^2.7.3",
"@snyk/fix": "file:packages/snyk-fix",
"@snyk/gemfile": "1.2.0",
"@snyk/snyk-cocoapods-plugin": "2.5.2",
"@snyk/snyk-hex-plugin": "1.1.4",
"@snyk/snyk-cocoapods-plugin": "2.5.3",
"@snyk/snyk-hex-plugin": "1.1.6",
"@types/jest-json-schema": "^6.1.1",
"@types/marked": "^4.0.0",
"abbrev": "^1.1.1",
Expand Down Expand Up @@ -113,18 +113,18 @@
"semver": "^6.0.0",
"snyk-config": "4.0.0",
"snyk-cpp-plugin": "2.20.1",
"snyk-docker-plugin": "^5.6.4",
"snyk-docker-plugin": "5.6.5",
"snyk-go-plugin": "^1.19.4",
"snyk-gradle-plugin": "3.24.6",
"snyk-module": "3.1.0",
"snyk-mvn-plugin": "2.31.2",
"snyk-mvn-plugin": "2.31.3",
"snyk-nodejs-lockfile-parser": "1.44.0",
"snyk-nuget-plugin": "1.23.5",
"snyk-php-plugin": "1.9.2",
"snyk-policy": "^1.25.0",
"snyk-python-plugin": "1.24.1",
"snyk-python-plugin": "1.24.2",
"snyk-resolve-deps": "4.7.3",
"snyk-sbt-plugin": "2.16.1",
"snyk-sbt-plugin": "2.16.2",
"strip-ansi": "^5.2.0",
"tar": "^6.1.2",
"uuid": "^8.3.2",
Expand Down

0 comments on commit bd96e74

Please sign in to comment.