update to CVE-2017-5487, added extractor
parent
81572ce596
commit
dfcd364059
|
@ -33,3 +33,8 @@ requests:
|
||||||
- '"name":'
|
- '"name":'
|
||||||
- '"avatar_urls":'
|
- '"avatar_urls":'
|
||||||
condition: and
|
condition: and
|
||||||
|
extractors:
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
regex:
|
||||||
|
- '"name":"[^"]*"'
|
Loading…
Reference in New Issue