-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should build-public
delete licensing
?
#211
Comments
Though you are right that such details should not be exposed to the outside, I think other fields within |
I follow you logic. It's just that we IMO need some way to delete licensing details (or maybe other information) which is deemed sensitive by the author. Right now, our feature can only delete entire components and |
Maybe a config-file or as suggested by you command-line switch, where you can state which fields to delete could be a possible idea for build-public? Though then the question would be: Delete this field everywhere or just for some specific components fulfilling criteria XY? |
How about creating our own property taxonomy for cdx-ev like other's have already done? This could allow us to introduce fine-grained "config" options as properties. Though that sort of "officialness" (is that a word?) would IMO require us to be a little more stable. Once we go that way, we shouldn't just go and modify properties willy-nilly as we do features of this tool for now. |
The information in the
component.licenses[].license.licensing
property is typically only needed internally for license compliance and might even be considered sensitive. After all, nobody should need to know that company A has purchased 3 developer licenses to library X or an enterprise license for framework Y.What do you think, should
build-public
delete thelicensing
field?The text was updated successfully, but these errors were encountered: