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

adds FromReader function #46

Open darwayne opened 2 years ago

darwayne commented 2 years ago

This adds the ability for a user to generate a collection directly from a reader

codecov[bot] commented 2 years ago

Codecov Report

Merging #46 (1bc5515) into master (91e5499) will decrease coverage by 0.29%. The diff coverage is 72.72%.

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   99.29%   99.00%   -0.30%     
==========================================
  Files          43       43              
  Lines        1981     2003      +22     
==========================================
+ Hits         1967     1983      +16     
- Misses          7       10       +3     
- Partials        7       10       +3     
Impacted Files Coverage Δ
stix.go 98.53% <72.72%> (-1.09%) :arrow_down:

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 91e5499...1bc5515. Read the comment docs.