This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Nosey Parker v0.21.0 #233
bradlarsen
announced in
Announcements
Replies: 1 comment 1 reply
-
|
How different is the JSON schema from version 0.16? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changes
Directories that appear to be Nosey Parker datastore directories are now skipped from scanning (#224).
The
/proc,/sys, and/devpaths (special filesystems on Linux) are now ignored by default (#225). This suppresses many innocuous errors that would previously be seen when scanning the root filesystem of a Linux system.Lockfiles from a few languages (e.g.,
Cargo.lock,Pipfile.lock,go.sum) are now ignored by default.Rules have been modified:
Age Recipient (X25519 public key)andThingsBoard Access Tokennow have additional category metadata.Credentials in ODBC Connection Stringdetects more occurrences (#227).Jenkins Token or Crumbhas been refined to improve detection (#232).When using the
--copy-blobsoption, the default output format is nowparquet(when theparquetfeature is enabled, which it is unless you build with--no-default-features) (#229).Additions
New rules have been added:
Credentials in MongoDB Connection String(#232)Credentials in PostgreSQL Connection URI(#227)Django Secret Key(#227)Jenkins Setup Admin PasswordJina Search Foundation API KeyJSON Web Token Secret(#232)HTTP Basic AuthenticationHTTP Bearer TokenPHPMailer Credentials(#227)The
rules checkcommand now has an optional--pedanticmode that verifies some additional non-material properties.The
scancommand now has a new--copy-blobs-format=FORMAToption that controls the format used when the--copy-blobsoption is used (#229). A newparquetformat is available and is the default when theparquetfeature is enabled (which it is unless you build with--no-default-features).This discussion was created from the release Nosey Parker v0.21.0.
Beta Was this translation helpful? Give feedback.
All reactions