Skip to content

Commit

Permalink
Update Android IDs and links in schema table. (#255)
Browse files Browse the repository at this point in the history
Per discussion offline, this updates Android vulnerability ID prefixes
to corresponds with reality. This may need to be revisited in the future
(e.g. `ASB-A` -> `A-ASB`) but that would be a separate effort.

Signed-off-by: Duy Truong <[email protected]>
Co-authored-by: Duy Truong <[email protected]>
  • Loading branch information
doryiii and doryiii authored Aug 14, 2024
1 parent 9a67a38 commit 92f273d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ The defined database prefixes and their "home" databases are:
</thead>
<tbody>
<tr>
<td><code>A</code></td>
<td><a href="https://storage.googleapis.com/android-osv/">Android Vulnerability Database</a></td>
<td><code>`ASB-A`/`PUB-A`</code></td>
<td><a href="https://source.android.com/docs/security/bulletin">Android Security Bulletin</a></td>
<td>
<ul>
<li>How to contribute: TBD</li>
<li>Source URL: <code>N/A</code></li>
<li>How to contribute: <a href="https://bughunters.google.com/about/rules/android-friends/6171833274204160/android-and-google-devices-security-reward-program-rules">Android Vulnerability Rewards Program</a></li>
<li>Source URL: <a href="https://storage.googleapis.com/android-osv/index.html"><code>https://storage.googleapis.com/android-osv/&lt;ID&gt;.json</code></a></li>
<li>OSV Formatted URL: <code>https://storage.googleapis.com/android-osv/&lt;ID&gt;.json</code></li>
</ul>
</td>
Expand Down
2 changes: 1 addition & 1 deletion validation/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"type": "string",
"title": "Currently supported home database identifier prefixes",
"description": "These home databases are also documented at https://ossf.github.io/osv-schema/#id-modified-fields",
"pattern": "^(ASB|A|ALSA|ALBA|ALEA|BIT|CURL|CVE|DSA|DLA|DTSA|GHSA|GO|GSD|HSEC|LBSEC|MAL|OSV|PHSA|PSF|PYSEC|RLSA|RXSA|RSEC|RUSTSEC|USN)-"
"pattern": "^(ASB-A|PUB-A|ALSA|ALBA|ALEA|BIT|CURL|CVE|DSA|DLA|DTSA|GHSA|GO|GSD|HSEC|LBSEC|MAL|OSV|PHSA|PSF|PYSEC|RLSA|RXSA|RSEC|RUSTSEC|USN)-"
},
"severity": {
"type": [
Expand Down

0 comments on commit 92f273d

Please sign in to comment.