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
* add exclude-regex-patterns
- mimics the functionality of the exclude-entropy-patterns option, but for regex scans. this will help reduce false positives such as env variables for user info auth in URLs
- note that the scope is forced to "line" and not configurable due to the way the regex scan is done compared to the entropy scan
- will follow up with changelog update after creating PR
- a few unrelated changes were necessary pre-commit linters to pass
* update changelog with `exclude-regex-patterns`
* Apply suggestions from code review
Co-authored-by: Scott Bailey <[email protected]>
* update documentation to note lack of scope option, attempting to revert type hint change
* Fix unit test
Force cache flush before calling function with @lru_cache decorator;
this ensures the return actually reflects the environment constructed by
the unit test and not something left over from an unrelated test.
---------
Co-authored-by: Scott Bailey <[email protected]>
0 commit comments