Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Releases: HackTheOxidation/os2ds-rules

v0.1.0

11 Sep 08:40
Compare
Choose a tag to compare

Added a new HealthRule based on the existing WordListRule.

v0.0.9

26 Jun 08:01
Compare
Choose a tag to compare

This release adds logic for handling separator characters in CPRDetector and include them in MatchResult-objects.

v0.0.8

24 May 11:10
Compare
Choose a tag to compare

This release updates the examine_context option for CPRDetector to ensure that words are casefolded before matching with the blacklist.

v0.0.7

24 May 09:46
Compare
Choose a tag to compare

This release updates the CPRDetector to only allow separation of CPR numbers between the sixth and seventh digit.

v0.0.6

11 May 12:30
Compare
Choose a tag to compare

This release adds the Tab (\t) character as a valid separator for CPRDetector.

v0.0.5

24 Apr 16:01
Compare
Choose a tag to compare

Minor updates to performance for some of the rules.

v0.0.4

22 Apr 12:41
Compare
Choose a tag to compare

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

15 Apr 10:08
Compare
Choose a tag to compare

NEW: Implementation of the 'examine_context' option for CPRDetector.

v0.0.2

13 Apr 11:13
Compare
Choose a tag to compare
Fix minor counter issue.

v0.0.1-test

13 Apr 09:35
d926a3d
Compare
Choose a tag to compare

This is a test release to verify that the CI/CD pipeline works.