Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbec463

Browse files
committed
Adding new bold patterns
1 parent 7c1cff6 commit fbec463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
CHECK_ZERO_COLUMNS_THRESHOLD = 10
564564

565565
# Boldify all logger messages containing these "patterns"
566-
BOLD_PATTERNS = ("' injectable", "might be injectable", "' is vulnerable", "is not injectable", "test failed", "test passed", "live test final result", "test shows that", "the back-end DBMS is", "created Github", "blocked by the target server", "protection is involved")
566+
BOLD_PATTERNS = ("' injectable", "provided empty", "leftover chars", "might be injectable", "' is vulnerable", "is not injectable", "test failed", "test passed", "live test final result", "test shows that", "the back-end DBMS is", "created Github", "blocked by the target server", "protection is involved")
567567

568568
# Generic www root directory names
569569
GENERIC_DOC_ROOT_DIRECTORY_NAMES = ("htdocs", "httpdocs", "public", "wwwroot", "www")

0 commit comments

Comments
 (0)