Skip to content

Commit b5e88f7

Browse files
authored
feat: import Julia advisories to prod (#4316)
This exactly the spec on test.osv.dev right now
1 parent 320b372 commit b5e88f7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,22 @@
279279
repo_username: 'git'
280280
strict_validation: False
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+
human_link: 'https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/{{ BUG_ID.split("-")[1] }}/{{ BUG_ID }}.md'
293+
link: 'https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/'
294+
editable: False
295+
repo_username: 'git'
296+
strict_validation: True
297+
282298
- name: 'mageia'
283299
versions_from_repo: False
284300
rest_api_url: 'https://advisories.mageia.org/vulns.json'

0 commit comments

Comments
 (0)