- 2022-10-26 - 2.0.1
- Fixed pattern bug where quantifiers were wrong
- Improved / simplified patterns (thank you @mthreer)
- 2022-10-24 - 2.0.0
- Added Types and output formating (thank you @StartAutomating)
- Improved exclude list to support wildcards, relative paths, and more
- changed parameter -Recurse (bool) to -NoRecurse (switch) to be more like PowerShell standard
- Added GitHub Action (thank you @StartAutomating for inspiration)
- Minor speed and test improvements
- Break out changelog to separate file
- 2022-09-20
- Increased speed by almost 50% by not fetching every file twice 🤦
- Fixed tests that was badly written and returned false positives.
- 2022-08-08
- Added
-OutputPreference IgnoreSecrets
To make it easer to manage ExcludeLists. See help documentation for example. - Added support for ignorelist in Write-SecretStatus.
- Added colours to Write-SecretStatus.
- Added
- 1.0.8, 2022-07-29
- 2022-07-28
- Added
-File
parameter (#12) - Changed the firebaseio pattern to make scanning faster.
- Added
- 2022-07-28
- 2022-07-26
- Moved GetConfig to external helper function in order to make Find-Secret easier to write tests for. (#11)
- 2022-07-24
- 1.0.7, 2022-07-22
- 1.0.6
- Full support for PS 5.1 and later.
- 1.0.5
- Some messing about with PS7 support
- 1.0.4
- Added 24 patterns from the h33tlit list
- 1.0.(1..3)
- Added and changed some patterns and added some functionality
- 1.0.0
- First release. Basically a wrapper around
Select-String
with a .txt file of OWASP patterns.
- First release. Basically a wrapper around