vz-risk / verisr

R package for working with VERIS data
21 stars 11 forks source link

json2veris does not ensure a data_disclosure value is coded #19

Closed gdbassett closed 3 years ago

gdbassett commented 4 years ago

json2veris does not ensure a data_disclosure value is coded. This is likely due to the lack of a 'attribute.confidentiality' section which does not violate the veris standard. For verisr objects though, we likely need to add attribute.confidentiality.data_disclosure.No as 'TRUE' if no confidentiality object exists in the json. This is consistent with how we interpret other objects within the 4A's.

gdbassett commented 3 years ago

Implemented in 2.3.2.013