TcM1911 / stix2

A pure Go library for working with Structured Threat Information Expression (STIX™) version 2.x data
BSD 2-Clause "Simplified" License
22 stars 6 forks source link

Fix difference between draft and spec #28

Closed TcM1911 closed 4 years ago

TcM1911 commented 4 years ago

Addressing things reported in issue #27.

Changes:

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   95.68%   95.70%   +0.01%     
==========================================
  Files          41       41              
  Lines        3708     3725      +17     
==========================================
+ Hits         3548     3565      +17     
  Misses         80       80              
  Partials       80       80              
Impacted Files Coverage Δ
file.go 90.29% <100.00%> (+0.19%) :arrow_up:
identity.go 100.00% <100.00%> (ø)
indicator.go 100.00% <100.00%> (ø)
infrastructure.go 100.00% <100.00%> (ø)
malware.go 100.00% <100.00%> (ø)
report.go 100.00% <100.00%> (ø)
threat-actor.go 100.00% <100.00%> (ø)
tool.go 100.00% <100.00%> (ø)

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 59d9d03...37d5fb7. Read the comment docs.