Commit d0ea212
chore: Add Azure Linux (AZL) source to production (#5175)
## Overview
Add Azure Linux (AZL) as a source in the production instance of osv.dev.
Microsoft publishes OSV-format advisories at
[microsoft/AzureLinuxVulnerabilityData](https://github.com/microsoft/AzureLinuxVulnerabilityData),
and the ecosystem already has full support in the codebase.
Closes #5041
## Details
Adds an `azurelinux` entry to source.yaml. It's a Git-based source (type
0) that pulls `AZL-`-prefixed JSON files from the osv directory of
Microsoft's repo. The repo has around 12,000 advisories and is updated
automatically a few times a day.
The equivalent entry was previously added to source_test.yaml and tested
on the staging instance.
## Testing
- Verified the import worked correctly on the test instance via
source_test.yaml before promoting to production.
- Confirmed the repo structure, file prefix (`AZL-`), directory (osv),
and extension (`.json`) match the upstream repo.
- Checked that the entry follows the same pattern as other Git-based
sources like `almalinux`, `bellsoft`, and `psf`.
Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com>1 parent a7ace87 commit d0ea212
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
75 | 89 | | |
76 | 90 | | |
77 | 91 | | |
| |||
0 commit comments