Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,22 @@
repo_username: 'git'
strict_validation: False

- name: 'julia'
versions_from_repo: False
type: 0
ignore_patterns: ['^(?!JLSEC-).*$']
repo_branch: 'generated/osv'
repo_url: 'https://github.com/JuliaLang/SecurityAdvisories.jl.git'
detect_cherrypicks: False
extension: '.json'
db_prefix: ['JLSEC-']
ignore_git: False
human_link: 'https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/{{ BUG_ID.split("-")[1] }}/{{ BUG_ID }}.md'
link: 'https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/'
editable: False
repo_username: 'git'
strict_validation: True

- name: 'mageia'
versions_from_repo: False
rest_api_url: 'https://advisories.mageia.org/vulns.json'
Expand Down
Loading