Skip to content

Commit

Permalink
add TEMP to vulnid
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Nov 2, 2024
1 parent 8a08e60 commit 431b80a
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 @@
fcc15cb97df6ff9ef6752a1fe498502126174285e37d67640a6cc7a83314d951
05a77acbc18e4c86a93d49570dc8ac1373bdc93684d36e843a4000980b3c1051
1 change: 1 addition & 0 deletions dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,7 @@ def saml2_attrib_map_format(dict):
"ELSA": "https://linux.oracle.com/errata/&&.html", # e.g. https://linux.oracle.com/errata/ELSA-2024-12714.html
"ELBA": "https://linux.oracle.com/errata/&&.html", # e.g. https://linux.oracle.com/errata/ELBA-2024-7457.html
"RXSA": "https://errata.rockylinux.org/", # e.g. https://errata.rockylinux.org/RXSA-2024:4928
"TEMP": "https://security-tracker.debian.org/tracker/", #e.g. https://security-tracker.debian.org/tracker/TEMP-0841856-B18BAF

Check failure on line 1741 in dojo/settings/settings.dist.py

View workflow job for this annotation

GitHub Actions / ruff-linting

Ruff (E262)

dojo/settings/settings.dist.py:1741:62: E262 Inline comment should start with `# `
}
# 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 431b80a

Please sign in to comment.