Skip to content

Commit

Permalink
feat(clients/osv): Align model with latest OSV schema version 1.6.3
Browse files Browse the repository at this point in the history
Previously, ORT's OSV model was aligned with schema version 1.6.0 [1],
see also [2].

[1]: 868b1a2
[2]: https://github.com/ossf/osv-schema/blob/v1.6.3/validation/schema.json

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed May 17, 2024
1 parent 889f474 commit 9bf11d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/osv/src/main/kotlin/Model.kt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ data class Severity(
) {
enum class Type {
CVSS_V2,
CVSS_V3
CVSS_V3,
CVSS_V4
}
}

Expand Down

0 comments on commit 9bf11d3

Please sign in to comment.