ioc-fang / ioc-fanger

Fang and defang indicators of compromise. You can test this project in a GUI here: http://ioc-fanger.hightower.space .
https://ioc-fanger.hightower.space
MIT License
56 stars 11 forks source link

fix(fang): incorrect \. regex #99

Closed fhightower closed 2 years ago

fhightower commented 2 years ago

I intended this regex to match \., but instead, it was matching \ followed by any character.

codecov-commenter commented 2 years ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (537ec0f) compared to base (ab8847f). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #99 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 61 61 ========================================= Hits 61 61 ``` | [Impacted Files](https://codecov.io/gh/ioc-fang/ioc-fanger/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ioc-fang) | Coverage Δ | | |---|---|---| | [ioc\_fanger/regexes\_fang.py](https://codecov.io/gh/ioc-fang/ioc-fanger/pull/99/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ioc-fang#diff-aW9jX2Zhbmdlci9yZWdleGVzX2ZhbmcucHk=) | `100.00% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ioc-fang). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ioc-fang)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.