ioc-finder icon indicating copy to clipboard operation
ioc-finder copied to clipboard

feat(urls): provide two collections of urls - 'simple' urls and 'complete' urls

Open fhightower opened this issue 2 years ago • 1 comments

Move the data currently captured in urls to urls_complete and populate urls with 'simple' URLs which are likely to be used in the wild and identified as such by humans.

Fixes #261

Todo:

  • [ ] I think some of the changes I've previously made to the URL grammar to move away from the RFC to better handle natural language can be ported back into the grammar as we move it to urls_complete

fhightower avatar Dec 13 '22 02:12 fhightower

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (98759b3) 100.00% compared to head (8fe6c56) 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #278   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          408       422   +14     
=========================================
+ Hits           408       422   +14     
Impacted Files Coverage Δ
ioc_finder/ioc_finder.py 100.00% <100.00%> (ø)
ioc_finder/ioc_grammars.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

codecov-commenter avatar Mar 01 '23 01:03 codecov-commenter