We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044b42a commit 8f516adCopy full SHA for 8f516ad
1 file changed
dojo/settings/settings.dist.py
@@ -1873,6 +1873,7 @@ def saml2_attrib_map_format(din):
1873
"TYPO3-": "https://typo3.org/security/advisory/", # e.g. https://typo3.org/security/advisory/typo3-core-sa-2025-010
1874
"USN-": "https://ubuntu.com/security/notices/", # e.g. https://ubuntu.com/security/notices/USN-6642-1
1875
"VNS": "https://vulners.com/",
1876
+ "WID-SEC-W-": "https://cvepremium.circl.lu/vuln/", # e.g. https://cvepremium.circl.lu/vuln/wid-sec-w-2025-1468
1877
}
1878
# List of acceptable file types that can be uploaded to a given object via arbitrary file upload
1879
FILE_UPLOAD_TYPES = env("DD_FILE_UPLOAD_TYPES")
0 commit comments