Rebase (#5416)
This commit is contained in:
parent
c8025ab47e
commit
c3bb142c98
BIN
bin/vnu.jar
BIN
bin/vnu.jar
Binary file not shown.
|
@ -176,6 +176,7 @@ def vnu_filter_message(msg, filter_db_issues, filter_test_issues):
|
|||
"True if the vnu message is a known false positive"
|
||||
if re.search(
|
||||
r"""^Document\ uses\ the\ Unicode\ Private\ Use\ Area|
|
||||
^Trailing\ slash\ on\ void\ elements\ has\ no\ effect|
|
||||
^Element\ 'h.'\ not\ allowed\ as\ child\ of\ element\ 'pre'""",
|
||||
msg["message"],
|
||||
flags=re.VERBOSE,
|
||||
|
|
Loading…
Reference in a new issue