You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Add a license definition similar to leader project for project schema:
consider adding at least the following fields:
name - required
id (spdx_id) - required -- this should be an enum of the available options -- the list of all licenses used by OWASP projects (bonus points for gathering the list by yourself from Nest DB)
extend schema w/ optional license field
add/extend tests for the new attribute
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Add a license definition similar to leader project for project schema:
license
fieldThe text was updated successfully, but these errors were encountered: