Skip to content

Commit 8fa70cf

Browse files
authored
Merge commit from fork
Fix PiRogueToolSuite/colander/security/advisories/GHSA-g488-q437-q4mr Fix srlabs/colander-audit/issues/3
1 parent a4670d8 commit 8fa70cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/settings/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@
416416
"title": "Table of content"
417417
}
418418
},
419-
"BLEACH": False
419+
# Fix: GHSA-g488-q437-q4mr
420+
"BLEACH": True
420421
}
421422
}
422423

0 commit comments

Comments
 (0)