You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A text-based lockfile (bun.lock) was recently added to Bun (to replace the previously used binary bun.lockb file). It can be created with bun install --save-text-lockfile. (Currently only the nightly builds have this feature.)
The plain-text file contains many checksums, and trufflehog mistakenly detects some checksums as access tokens.
This is a line from bun.lock that triggers a false positive:
A text-based lockfile (
bun.lock
) was recently added to Bun (to replace the previously used binarybun.lockb
file). It can be created withbun install --save-text-lockfile
. (Currently only the nightly builds have this feature.)The plain-text file contains many checksums, and
trufflehog
mistakenly detects some checksums as access tokens.This is a line from
bun.lock
that triggers a false positive:It says
q0hJ9scDTNNailT8qytvOjuiUhyJpAPA
(part of the checksum) is a Box access token.The text was updated successfully, but these errors were encountered: