We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c25e0 commit 8f39c73Copy full SHA for 8f39c73
pocsuite3/lib/yaml/nuclei/operators/matchers/__init__.py
@@ -222,4 +222,4 @@ def match_xpath(matcher: Matcher, body: str) -> (bool, list):
222
if len(matched_xpaths) > 0 and matcher.match_all:
223
return True, matched_xpaths
224
225
- return False, []
+ return False, []
0 commit comments