Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Directories that appear to be Nosey Parker datastore directories are now skipped from scanning (#224).
The
/proc
,/sys
, and/dev
paths (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 Token
now have additional category metadata.Credentials in ODBC Connection String
detects more occurrences (#227).Jenkins Token or Crumb
has been refined to improve detection (#232).When using the
--copy-blobs
option, the default output format is nowparquet
(when theparquet
feature 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 Password
Jina Search Foundation API Key
JSON Web Token Secret
(#232)HTTP Basic Authentication
HTTP Bearer Token
PHPMailer Credentials
(#227)The
rules check
command now has an optional--pedantic
mode that verifies some additional non-material properties.The
scan
command now has a new--copy-blobs-format=FORMAT
option that controls the format used when the--copy-blobs
option is used (#229). A newparquet
format is available and is the default when theparquet
feature is enabled (which it is unless you build with--no-default-features
).