update fastjson-version extractors

patch-1
yuan 2021-11-05 14:40:25 +08:00
parent 6e6ed28504
commit d41b153714
1 changed files with 6 additions and 4 deletions

View File

@ -17,8 +17,10 @@ requests:
{"@type":"java.lang.AutoCloseable"
matchers:
- type: word
extractors:
- type: regex
name: version
part: body
words:
- "fastjson-version"
group: 1
regex:
- 'fastjson-version.*([0-9]\.[0-9]+\.[0-9]+)'