Skip to content

Commit

Permalink
Update links in changelog and remove noop upgrade file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdakran committed Feb 7, 2022
1 parent 75c9cac commit dabd264
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
25 changes: 15 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,34 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup

- New GitHub token plugin added ([#465])
- New SendGrid plugin added ([#463])
- More new ignored file extensions

#### :bug: Bugfixes
- Fixes catastrophic backtracking for indirect reference heuristic ([#509])
- Fixes pre-commit hook secret equality checking causing updates to baseline with no real changes - only a timestamp update ([#507])
- Fixes python 3.8 failing to load plugins on windows and macos ([#505])
- Fixes yaml transformer inline dicitonary index out of bounds exceptions ([#501])
- Fixes regex for slack url ([#477])
- Fixes `AttributeError: 'PotentialSecret' object has no attribute 'line_number'` by safely falling back to 0 if line_number isn't present. ([#472])([#476])
- Fixes `AttributeError: 'PotentialSecret' object has no attribute 'line_number'` by safely falling back to 0 if line_number isn't present. ([#476])([#472])
- Fixes gibberish-detector current version
- Fixes filtering ordering in .secrets.baseline

#### :snake: Miscellaneous

- Updated README due hook failing to interpret filenames with spaces ([#470])
- Adding more lock file types to excluded lock files

[#450]: https://github.com/Yelp/detect-secrets/pull/450
[#474]: https://github.com/Yelp/detect-secrets/pull/474
[#478]: https://github.com/Yelp/detect-secrets/pull/478
[#504]: https://github.com/Yelp/detect-secrets/pull/504
[#510]: https://github.com/Yelp/detect-secrets/pull/510
[#511]: https://github.com/Yelp/detect-secrets/pull/511

- Add CI github action badge to README

[#463]: https://github.com/Yelp/detect-secrets/pull/463
[#465]: https://github.com/Yelp/detect-secrets/pull/465
[#470]: https://github.com/Yelp/detect-secrets/pull/470
[#472]: https://github.com/Yelp/detect-secrets/pull/472
[#476]: https://github.com/Yelp/detect-secrets/pull/476
[#477]: https://github.com/Yelp/detect-secrets/pull/477
[#501]: https://github.com/Yelp/detect-secrets/pull/501
[#505]: https://github.com/Yelp/detect-secrets/pull/505
[#506]: https://github.com/Yelp/detect-secrets/pull/506
[#507]: https://github.com/Yelp/detect-secrets/pull/507
[#509]: https://github.com/Yelp/detect-secrets/pull/509

### v1.1.0
##### April 14th, 2021
Expand Down
6 changes: 0 additions & 6 deletions detect_secrets/core/upgrades/v1_2.py

This file was deleted.

0 comments on commit dabd264

Please sign in to comment.