Skip to content

Releases: sirwart/ripsecrets

0.1.8

20 Apr 16:17
Compare
Choose a tag to compare
  • Publish to crates.io

0.1.7

11 Sep 20:09
Compare
Choose a tag to compare
  • Add detection for secrets in database connection strings and other URLs
  • Fewer false positives for non-random strings assigned to a secret
  • Support additional secret regex patterns using the --additional-pattern
    argument

0.1.6

23 Aug 01:32
Compare
Choose a tag to compare
  • Fix handling of .secretsignore files without [secrets] section (#61)
  • Add detection for gitlab tokens (Fixes #62)
  • Better detection of hex secrets

0.1.5

27 Jun 04:08
Compare
Choose a tag to compare
  • Fix excessive false positives from random string detection

0.1.4

14 May 21:47
Compare
Choose a tag to compare
  • [Bug #31] Detect secrets assigned with := operator
  • Fix pre-commit getting installed at wrong filename
  • Added more patterns to search for secret assignments
  • Added --only-matching option

0.1.3

22 Apr 18:04
388e7b4
Compare
Choose a tag to compare
  • Renamed from secrets to ripsecrets to avoid name collisions with other
    projects.
  • Added a new --strict-ignore option for pre-commit usage. When a pre-commit is
    invoked it includes a list of filenames. By default secrets will search
    referenced files regardless of the contents of .gitignore or .secretsignore.
    However in a pre-commit context this will cause files explicitly ignored by
    .secretsignore to be searched and the pre-commit to potentially fail. Using
    the --strict-ignore flag will cause the .secretsignore file to be respected
    even if the file is passed as an argument.
  • More targeted JWT regex
  • Lower minimum token length for random string detection
  • Don't explicitly flag AWS access key IDs since they're not secrets
  • Fix bug with legacy npm token regex
  • [Bug #13] More targeted random string regex

0.1.2

17 Apr 20:16
Compare
Choose a tag to compare
  • More targeted AWS regex
  • Add --help and --version subcommands

0.1.1

17 Apr 04:45
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Fix crash when running with no arguments
  • Notarize binaries for macOS properly

0.1

16 Apr 03:53
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

Initial release