Fix detect-dangling-cname.yaml (#8546)
Revert back to checking only the answer section, and remove an unnecessary backslash.patch-1
parent
c93498ea29
commit
4348755fbd
|
@ -27,8 +27,9 @@ dns:
|
||||||
- "NXDOMAIN"
|
- "NXDOMAIN"
|
||||||
|
|
||||||
- type: regex
|
- type: regex
|
||||||
|
part: answer
|
||||||
regex:
|
regex:
|
||||||
- "IN\tCNAME\\t(.+)$"
|
- "IN\tCNAME\t(.+)$"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
|
|
Loading…
Reference in New Issue