Skip to content

Commit 1d3ed04

Browse files
authored
feat: Add Julia ecosystem to source_test (#4282)
Our structure is quite similar to Haskell's here. We don't (yet) have a human-rendered HTML page, but we could link directly to the markdowns on GitHub if you'd prefer to have _something_ for the human_link. E.g., https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2025/JLSEC-2025-1.md is fairly human-friendly.
1 parent 3d33ed2 commit 1d3ed04

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source_test.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,21 @@
279279
repo_username: 'git'
280280
strict_validation: True
281281

282+
- name: 'julia'
283+
versions_from_repo: False
284+
type: 0
285+
ignore_patterns: ['^(?!JLSEC-).*$']
286+
repo_branch: 'generated/osv'
287+
repo_url: 'https://github.com/JuliaLang/SecurityAdvisories.jl.git'
288+
detect_cherrypicks: False
289+
extension: '.json'
290+
db_prefix: ['JLSEC-']
291+
ignore_git: False
292+
link: 'https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/'
293+
editable: False
294+
repo_username: 'git'
295+
strict_validation: True
296+
282297
- name: 'mageia'
283298
versions_from_repo: False
284299
rest_api_url: 'https://advisories.mageia.org/vulns.json'

0 commit comments

Comments
 (0)