A schema for describing a vulnerability in an open source package. See also https://ossf.github.io/osv-schema/
Get JSON SchemaBundleIdentifier | https://schemas.sourcemeta.com/ossf/osv/v1.7.3/schema.json |
---|---|
Base Dialect | 2020-12 |
Dialect | https://json-schema.org/draft/2020-12/schema |
Health | |
Size | 0.011992 MB |
This schema has 0 direct dependencies and 0 indirect dependencies.
This schema has 6 quality errors.
/allOf/0/if
unnecessary_allof_wrapper_modernWrapping keywords in `allOf` is often unnecessary and may even introduce a minor evaluation performance overhead
/$defs/ecosystemName/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
/$defs/severity/items/properties/type/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
/properties/affected/items/properties/ranges/items/properties/type/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
/properties/credits/items/properties/type/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
/properties/references/items/properties/type/enum
enum_with_typeSetting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types