Skip to content

feat(vulnera): drop Snyk support (#325)#327

Open
HoyeongJeon wants to merge 1 commit intoNodeSecure:mainfrom
HoyeongJeon:drop-snyk-support
Open

feat(vulnera): drop Snyk support (#325)#327
HoyeongJeon wants to merge 1 commit intoNodeSecure:mainfrom
HoyeongJeon:drop-snyk-support

Conversation

@HoyeongJeon
Copy link

Drops all Snyk-related code as Snyk APIs are locked behind a paywall and maintaining support is no longer viable.

Removed components:

  • Strategy (src/strategies/snyk.ts) — Snyk vulnerability fetching strategy
  • Database (src/database/snyk.ts) — Snyk API client class
  • Format (src/formats/snyk/) — Snyk-specific vulnerability format and mappers
  • VULN_MODE.SNYK constant removed from src/constants.ts
  • Residual mapFromSnyk code removed from standard format mappers
  • All related tests, fixtures, and documentation
  • Updated outdated origin comment in docs/formats/standard.md (Snyk, NodeSWG → Sonatype, GitHub, OSV)

Closes #325

@fraxken
Copy link
Member

fraxken commented Mar 23, 2026

That's not caused by your PR, but can you add a commit to fix lint issues? Thanks

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.

Drop support of Snyk

2 participants