Releases: HackTheOxidation/os2ds-rules
v0.1.0
v0.0.9
This release adds logic for handling separator characters in CPRDetector
and include them in MatchResult
-objects.
v0.0.8
This release updates the examine_context
option for CPRDetector
to ensure that words are casefolded before matching with the blacklist.
v0.0.7
This release updates the CPRDetector
to only allow separation of CPR numbers between the sixth and seventh digit.
v0.0.6
This release adds the Tab
(\t
) character as a valid separator for CPRDetector
.
v0.0.5
Minor updates to performance for some of the rules.
v0.0.4
This version implements a new WordListRule
with python
bindings, where the user can specify a list of words to search for using this new rule.
v0.0.3
NEW: Implementation of the 'examine_context' option for CPRDetector
.
v0.0.2
Fix minor counter issue.
v0.0.1-test
This is a test release to verify that the CI/CD pipeline works.