Skip to content

Commit ed34a45

Browse files
authored
Fix incorrect formatting in the FAQ (#2296)
Add a line break to prevent a section being considered part of the previous one. Also fix a minor grammatical inconsistency.
1 parent 66f5552 commit ed34a45

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/faq.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ present (but empty) in the [data exports](#is-the-database-available-to-download
6969
Records that have the [`withdrawn`](https://ossf.github.io/osv-schema/#withdrawn-field) field set will be excluded from:
7070
* the responses to POST API queries
7171
* 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")
7576
* still exported in the [GCS exports](#is-the-database-available-to-download) (including the `withdrawn` field)
7677

7778
## How does OSV.dev handle deleted records?

0 commit comments

Comments
 (0)