Skip to content

Nosey Parker v0.23.0

Latest
Compare
Choose a tag to compare
@bradlarsen bradlarsen released this 28 Jan 17:00
· 2 commits to main since this release
2257e0b

Docker Images

A prebuilt multiplatform Docker image for this release is available for x86_64 and ARM64 architectures:

docker pull ghcr.io/praetorian-inc/noseyparker:v0.23.0

A prebuilt Alpine-based image is also available for x86_64 and ARM64 architectures:

docker pull ghcr.io/praetorian-inc/noseyparker-alpine:v0.23.0

Additions

  • New rules:

    • Anthropic API Key (#247)
    • Firecrawl API Key (#244)
    • Generic Secret x2 (#244)
    • Generic Username and Password x2 (#244)
    • Gitalk OAuth Credentials (#247)
    • Groq API Key (#244)

Fixes

  • Rerunning a scan with the same input and datastore no longer crashes with a UNIQUE constraint failed error.