Skip to content

Commit 728ab1e

Browse files
add DLA security advisory (#11058)
* add DLA security advisory * ruff linter * ruff linter
1 parent c494b0b commit 728ab1e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6cd4cfc4ae1dc8f89a2d28122705df499b12efae6993c60aa205661cffea2220
1+
4d3e91f176b73278750dc2f46d27cd4fe2b47d24682ad06d6267880bbdec599c

dojo/settings/settings.dist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,7 @@ def saml2_attrib_map_format(dict):
17341734
"FEDORA": "https://bodhi.fedoraproject.org/updates/",
17351735
"ALSA": "https://osv.dev/vulnerability/", # e.g. https://osv.dev/vulnerability/ALSA-2024:0827
17361736
"USN": "https://ubuntu.com/security/notices/", # e.g. https://ubuntu.com/security/notices/USN-6642-1
1737+
"DLA": "https://security-tracker.debian.org/tracker/", # e.g. https://security-tracker.debian.org/tracker/DLA-3917-1
17371738
}
17381739
# List of acceptable file types that can be uploaded to a given object via arbitrary file upload
17391740
FILE_UPLOAD_TYPES = env("DD_FILE_UPLOAD_TYPES")

0 commit comments

Comments
 (0)