diff --git a/docs/faq.md b/docs/faq.md index 3de099cdab4..dac8b0dff2b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -91,6 +91,16 @@ If you have any questions, please feel free to create an issue! ## Data +### Why isn't a record available? + +If you are unable to retrieve a record you are expecting to be able to find, it +may be because it has not imported successfully, due to there being a quality issue with it. + +If a record has not met [OSV.dev's quality bar](data_quality.md), the 404 page +for the vulnerability will state this. + +You should raise this with the home database responsible for the record. + ### I've found something wrong with the data Data quality is very important to us. Please remember that OSV.dev is an diff --git a/gcp/appengine/frontend3/src/templates/404.html b/gcp/appengine/frontend3/src/templates/404.html index 76186370223..b1ab3107a5f 100644 --- a/gcp/appengine/frontend3/src/templates/404.html +++ b/gcp/appengine/frontend3/src/templates/404.html @@ -12,6 +12,27 @@ {% block top_bar %} {% endblock %} {% block content %} +{% if vuln_id %} +
+ {% if has_importfindings %}
+ The record has not imported successfully from its source
+ {% endif %}
+ Please see our
+ FAQ for more information.
+