Skip to content

Commit

Permalink
add DLA security advisory (DefectDojo#11058)
Browse files Browse the repository at this point in the history
* add DLA security advisory

* ruff linter

* ruff linter
  • Loading branch information
manuel-sommer authored and Pedro Henrique Dias Junqueira de Souza committed Oct 21, 2024
1 parent 3778077 commit e2b5b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/settings/.settings.dist.py.sha256sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6cd4cfc4ae1dc8f89a2d28122705df499b12efae6993c60aa205661cffea2220
4d3e91f176b73278750dc2f46d27cd4fe2b47d24682ad06d6267880bbdec599c
1 change: 1 addition & 0 deletions dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,7 @@ def saml2_attrib_map_format(dict):
"FEDORA": "https://bodhi.fedoraproject.org/updates/",
"ALSA": "https://osv.dev/vulnerability/", # e.g. https://osv.dev/vulnerability/ALSA-2024:0827
"USN": "https://ubuntu.com/security/notices/", # e.g. https://ubuntu.com/security/notices/USN-6642-1
"DLA": "https://security-tracker.debian.org/tracker/", # e.g. https://security-tracker.debian.org/tracker/DLA-3917-1
}
# List of acceptable file types that can be uploaded to a given object via arbitrary file upload
FILE_UPLOAD_TYPES = env("DD_FILE_UPLOAD_TYPES")
Expand Down

0 comments on commit e2b5b4f

Please sign in to comment.