Skip to content

Add dlp-patterns and osv-scan - #179

Open
sumeetgp wants to merge 1 commit into
devsecops:masterfrom
sumeetgp:add-spidercob-scanners
Open

Add dlp-patterns and osv-scan#179
sumeetgp wants to merge 1 commit into
devsecops:masterfrom
sumeetgp:add-spidercob-scanners

Conversation

@sumeetgp

Copy link
Copy Markdown

Two small open-source, zero-dependency security scanners:

  • dlp-patterns (added to Secret Management) — scans text/files for 50+ categories of secrets and PII (AWS/GitHub/Stripe/Slack keys, JWTs, SSNs, credit cards, IBANs, etc.). Uses Luhn validation, entropy gating, and context scoring to cut false positives rather than plain regex. Apache 2.0, runs fully offline, pip install dlp-patterns.
  • osv-scan (added to Testing) — checks dependency manifests (requirements.txt, package-lock.json, go.mod, Cargo.toml, pom.xml) against the free OSV.dev database for known CVEs. No API key, no rate limits.

Both alphabetized into their existing sections, one line each, matching the surrounding format.

Two open-source, zero-dependency scanners:

- dlp-patterns (Secret Management): scans text/files for 50+ categories
  of secrets and PII (AWS/GitHub/Stripe/Slack keys, JWTs, SSNs, credit
  cards, IBANs...). Luhn validation, entropy gating, and context
  scoring to cut false positives. Apache 2.0, works fully offline.
  https://github.com/SpiderCob/dlp-patterns

- osv-scan (Testing): checks dependency manifests (requirements.txt,
  package-lock.json, go.mod, Cargo.toml, pom.xml) against the free
  OSV.dev database for known CVEs. No API key, no rate limits.
  https://github.com/SpiderCob/osv-scan

Both alphabetized into their existing sections.
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.

1 participant