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

Address changes between draft and spec #38

Closed TcM1911 closed 3 years ago

TcM1911 commented 3 years ago

This updates the code to be inline with the spec. There are some changes between the draft documents and that final draft that has been addressed. This also include some typos both in documentation and attributes.

Changes:

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (ac7a5c7) into master (9d20952) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #38   +/-   ##
=======================================
  Coverage   98.04%   98.04%           
=======================================
  Files          42       42           
  Lines        1741     1742    +1     
=======================================
+ Hits         1707     1708    +1     
  Misses         17       17           
  Partials       17       17           
Impacted Files Coverage Δ
email.go 100.00% <ø> (ø)
file.go 79.59% <ø> (ø)
meta.go 95.83% <ø> (ø)
process.go 100.00% <ø> (ø)
relationship.go 100.00% <ø> (ø)
threat-actor.go 100.00% <ø> (ø)
tool.go 100.00% <ø> (ø)
x509.go 100.00% <ø> (ø)
campaign.go 100.00% <100.00%> (ø)
malware-analysis.go 100.00% <100.00%> (ø)
... and 2 more

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 9d20952...ac7a5c7. Read the comment docs.