oasis-open / cti-stix-elevator

OASIS Cyber Threat Intelligence (CTI) TC Open Repository: Convert STIX 1.2 XML to STIX 2.x JSON
https://stix2-elevator.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
49 stars 23 forks source link

Fix sighting count #279

Closed rpiazza closed 2 years ago

rpiazza commented 2 years ago

also handle case insensitivity for STIX identifiers

codecov-commenter commented 2 years ago

Codecov Report

Merging #279 (f094fb0) into master (0427f62) will increase coverage by 0.31%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #279      +/-   ##
==========================================
+ Coverage   67.93%   68.24%   +0.31%     
==========================================
  Files          20       20              
  Lines        6854     6932      +78     
==========================================
+ Hits         4656     4731      +75     
- Misses       2198     2201       +3     
Impacted Files Coverage Δ
stix2elevator/options.py 77.22% <ø> (ø)
stix2elevator/convert_stix.py 81.68% <81.81%> (+0.40%) :arrow_up:
stix2elevator/__init__.py 84.26% <100.00%> (+0.17%) :arrow_up:
stix2elevator/convert_pattern.py 73.81% <100.00%> (+0.07%) :arrow_up:
stix2elevator/ids.py 85.06% <100.00%> (+0.13%) :arrow_up:
stix2elevator/utils.py 90.54% <100.00%> (+0.63%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0427f62...f094fb0. Read the comment docs.