Closed gabidobo closed 1 year ago
This PR adds support for new user-defined categories, and moving licenses between the default categories.
Updates:
Public Domain
Permissive
Weakly Protective
Strongly Protective
Network Protective
Uncategorized
{ "audit": { "licensePolicy": { "categories": [ { "name": "Permissive", "licenses": ["CC-BY-3.0"] } ], "high": ["cat:Network Protective", "cat:Strongly Protective"], "moderate": ["cat:Weakly Protective"] } } }
CC-BY-3.0
cat:NAME
types
categories
names
Closes #98
This PR adds support for new user-defined categories, and moving licenses between the default categories.
Updates:
Public Domain
,Permissive
,Weakly Protective
,Strongly Protective
,Network Protective
,Uncategorized
)CC-BY-3.0
license from the defaultUncategorized
toPermissive
cat:NAME
reference under the proper severity array in the license policytypes
anymore, butcategories
andnames
- the default licenses.json db has been updated accordinglyCloses #98