File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,10 @@ present (but empty) in the [data exports](#is-the-database-available-to-download
69
69
Records that have the [ ` withdrawn ` ] ( https://ossf.github.io/osv-schema/#withdrawn-field ) field set will be excluded from:
70
70
* the responses to POST API queries
71
71
* the main [ list page] ( https://osv.dev/list ) and related search results
72
- The entry remains in the database, and:
73
- * is returned by the ` /vulns/<ID> ` GET API
74
- * is visible at ` https://osv.dev/vulnerability/<ID> ` page (and clearly visibly marked as "withdrawn")
72
+
73
+ The entry remains in the database, and is:
74
+ * returned by the ` /vulns/<ID> ` GET API
75
+ * visible at ` https://osv.dev/vulnerability/<ID> ` page (and clearly visibly marked as "withdrawn")
75
76
* still exported in the [ GCS exports] ( #is-the-database-available-to-download ) (including the ` withdrawn ` field)
76
77
77
78
## How does OSV.dev handle deleted records?
You can’t perform that action at this time.
0 commit comments