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
fix(fossid-webapp): Make Snippet url property non-nullable
This is a follow-up of the discussion at [1]: Since FossID does not
document the data model of the API response, the `url` property of the
`Snippet` has been defensively made nullable.
Since then, FossID support confirmed that the property is never `null`
in the API responses: While the database schema indeed has this property
as nullable, the CLI tool used by the scanner guarantee it is never
null.
[1]: oss-review-toolkit#6791 (comment)
Signed-off-by: Nicolas Nobelis <[email protected]>
0 commit comments