Commit 3092dc2
committed
fix(osv): Align
The `Osv` backend returns JSON data compliant with spec version 1.6.0,
while ORT's handling hasn't been updated to that (latest) version.
For example, the root cause of [2] is that `Reference.Type` is lacking
the value `EVIDENCE`.
Align only the values of `Reference.Type` with version 1.6.0 in order to
fix [2] quickly. In a future change, remaining alignments, if any,
should be made.
[1] https://github.com/ossf/osv-schema/blob/v1.6.0/validation/schema.json
[2] #7531
Signed-off-by: Frank Viernau <[email protected]>Reference.Type with spec version 1.6.01 parent 31ec26a commit 3092dc2
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
167 | 170 | | |
| 171 | + | |
| 172 | + | |
168 | 173 | | |
169 | 174 | | |
170 | 175 | | |
| |||
0 commit comments