Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d80b594
fix: test/fixtures/snyk-test-all-projects-exit-codes/project-with-iss…
snyk-bot Sep 16, 2025
c1c7367
fix: packages/snyk-fix/test/acceptance/plugins/python/handlers/pip-re…
snyk-bot Sep 16, 2025
56617dd
fix: test/acceptance/workspaces/yarn-v2/package.json to reduce vulner…
snyk-bot Sep 16, 2025
23c8c93
Merge pull request #67 from Aysher-Intelligence-Agency/snyk-fix-3d994…
SherfeyInv Sep 17, 2025
b58c5e8
Merge pull request #66 from Aysher-Intelligence-Agency/snyk-fix-a4810…
SherfeyInv Sep 17, 2025
a9f26a8
Merge pull request #65 from Aysher-Intelligence-Agency/snyk-fix-d6b6c…
SherfeyInv Sep 17, 2025
369bfa0
fix: packages/snyk-protect/test/fixtures/no-matching-paths/package.js…
snyk-bot Feb 17, 2026
502f0c7
fix: test/acceptance/workspaces/large-mono-repo/bundler-app/bundler-a…
snyk-bot Feb 17, 2026
9c6ae55
fix: test/acceptance/workspaces/mono-repo-project-manifests-only/Gemf…
snyk-bot Feb 17, 2026
f154ce3
fix: test/acceptance/workspaces/gradle-monorepo/package.json to reduc…
snyk-bot Feb 17, 2026
e7dc9a0
fix: test/acceptance/workspaces/large-mono-repo/npm-project-3/package…
snyk-bot Feb 17, 2026
ca131c1
fix: test/fixtures/dev-deps-demo/package.json to reduce vulnerabilities
snyk-bot Feb 17, 2026
5eecfb0
Merge branch 'snyk:main' into main
SherfeyInv Apr 25, 2026
6a1628b
fix: packages/snyk-protect/test/fixtures/target-module-exists-but-no-…
snyk-bot Apr 25, 2026
66235a4
fix: package.json to reduce vulnerabilities
snyk-bot Apr 25, 2026
a30f28f
Merge pull request #449 from Aysher-Intelligence-Agency/snyk-fix-76f4…
SherfeyInv Apr 25, 2026
ae9be93
Merge pull request #448 from Aysher-Intelligence-Agency/snyk-fix-139f…
SherfeyInv Apr 25, 2026
ae41fd7
fix: packages/snyk-protect/test/fixtures/target-module-exists-but-no-…
snyk-bot Apr 25, 2026
c266154
Merge pull request #450 from Aysher-Intelligence-Agency/snyk-fix-2a64…
SherfeyInv Apr 25, 2026
a1a5a29
Merge branch 'snyk:main' into main
SherfeyInv May 7, 2026
3918f27
Merge branch 'snyk:main' into main
SherfeyInv May 28, 2026
26aa724
fix: test/acceptance/workspaces/mono-repo-project/npm-project/package…
SherfeyInv Aug 13, 2026
1f24263
fix: test/acceptance/workspaces/large-mono-repo/npm-project-7/package…
SherfeyInv Aug 13, 2026
88b1e7e
fix: test/acceptance/workspaces/large-mono-repo/npm-project-10/packag…
SherfeyInv Aug 13, 2026
8387345
fix: test/acceptance/workspaces/npm-lock-v2-with-npm-prefixed-sub-dep…
SherfeyInv Aug 13, 2026
5a6cbfb
fix: test/acceptance/workspaces/npm-package-lockfile-v3-bundled-deps/…
snyk-bot Feb 17, 2026
ed22d04
Merge pull request #443 from Aysher-Intelligence-Agency/snyk-fix-4223…
SherfeyInv Aug 13, 2026
a86b5d2
Merge pull request #442 from Aysher-Intelligence-Agency/snyk-fix-0557…
SherfeyInv Aug 13, 2026
80e7102
Merge pull request #441 from Aysher-Intelligence-Agency/snyk-fix-3b8c…
SherfeyInv Aug 13, 2026
17fa24c
Merge pull request #440 from Aysher-Intelligence-Agency/snyk-fix-fa2b…
SherfeyInv Aug 13, 2026
de3f5cc
Merge pull request #439 from Aysher-Intelligence-Agency/snyk-fix-807e…
SherfeyInv Aug 13, 2026
24d2051
Merge pull request #438 from Aysher-Intelligence-Agency/snyk-fix-5a95…
SherfeyInv Aug 13, 2026
228f630
fix: packages/snyk-protect/test/fixtures/no-matching-paths/package.js…
snyk-bot Aug 13, 2026
bf4aeab
Merge pull request #453 from Aysher-Intelligence-Agency/snyk-fix-ceec…
Aug 23, 2026
1030d8c
Merge branch 'main' into Aysher
SherfeyInv Aug 24, 2026
0226586
Merge branch 'main' into Aysher
SherfeyInv Aug 27, 2026
6f42919
Merge branch 'main' into Aysher
SherfeyInv Sep 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"snyk-swiftpm-plugin": "1.5.1",
"strip-ansi": "^6.0.1",
"tar": "^7.5.8",
"uuid": "^11.1.1",
"uuid": "^14.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lockfile still pins old uuid

Medium Severity

Root package.json now requires uuid ^14.0.0, but this commit does not update package-lock.json, which still resolves uuid to 11.1.1. CI flows using npm ci continue installing the older package, so the intended vulnerability bump may not take effect in automated builds.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6f42919. Configure here.

"wrap-ansi": "^5.1.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r base.txt
-r base2.txt
Django==1.6.1
Django==3.2.14

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixture Django version breaks fix test

Medium Severity

The pip-app acceptance workspace now pins Django==3.2.14, but the fixes multiple files that are included via -r test still supplies remediation for django@1.6.1 and expects an upgrade to 2.0.1. Upgrade matching keys off the installed version, so the Django fix is skipped and assertions on write count and change messages fail.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6f42919. Configure here.

12,337 changes: 4,410 additions & 7,927 deletions packages/snyk-protect/test/fixtures/no-matching-paths/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/Snyk/snyk-todo-list-demo-app/"
},
"dependencies": {
"tap": "11.1.3"
"tap": "21.7.5"
},
"license": "Apache-2.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/Snyk/snyk-todo-list-demo-app/"
},
"dependencies": {
"tap": "11.1.3"
"tap": "21.1.1"
},
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion test/acceptance/workspaces/gradle-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/Snyk/shallow-goof"
},
"dependencies": {
"qs": "0.0.6",
"qs": "6.14.2",
"node-uuid": "1.4.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "rack-cache", "~> 1.1.0"
gem "rack", "~> 1.6.2"
gem "rack", "~> 2.0.9", ">= 2.0.9.1"
gem "rack-protection", "~> 1.5.0"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
rack (1.6.5)
rack (2.0.9.4)
rack-cache (1.1)
rack (>= 0.4)
rack-protection (1.5.3)
Expand All @@ -11,9 +11,9 @@ PLATFORMS
ruby

DEPENDENCIES
rack (~> 1.6.2)
rack (~> 2.0.9, >= 2.0.9.1)
rack-cache (~> 1.1.0)
rack-protection (~> 1.5.0)

BUNDLED WITH
1.14.3
2.3.27
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/Snyk/shallow-goof"
},
"dependencies": {
"qs": "0.0.6",
"qs": "6.14.2",
"node-uuid": "1.4.0"
}
}

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

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/Snyk/shallow-goof"
},
"dependencies": {
"qs": "0.0.6",
"qs": "6.14.2",
"node-uuid": "1.4.0"
}
}
Loading