Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <nicolas.nobelis@bosch.io>
- Loading branch information