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(opinion): correctly formats opinion with string representation #58

Closed pbedat closed 1 year ago

pbedat commented 1 year ago

opinion was serialized with its enum representation (byte)

codecov[bot] commented 1 year ago

Codecov Report

Merging #58 (b6574ef) into master (98d3b62) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   99.30%   99.30%           
=======================================
  Files          44       44           
  Lines        2009     2010    +1     
=======================================
+ Hits         1995     1996    +1     
  Misses          7        7           
  Partials        7        7           
Impacted Files Coverage Δ
opinion.go 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.