spdx / tools-golang

Collection of Go packages to work with SPDX files
Other
116 stars 54 forks source link

fix duplicate shorthand relationships for opposite case #220

Closed lumjjb closed 1 year ago

lumjjb commented 1 year ago

Really fix #208 :). We forgot to check for the opposite relationships (e.g. CONTAINS_BY and CONTAINED_BY are both considered the same and a new CONTAINS relationship shouldn't be added by shorthand field)