Update and rename liferay-portal-detect.yaml to liferay-portal.yaml

patch-1
Prince Chaddha 2022-10-25 17:51:47 +05:30 committed by GitHub
parent ac4f58f16e
commit 00c7e51909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -19,17 +19,18 @@ requests:
stop-at-first-match: true stop-at-first-match: true
matchers: matchers:
- type: word - type: word
case-insensitive: true part: header
words: words:
- "Liferay-Portal" - "Liferay-Portal"
part: header case-insensitive: true
- type: word - type: word
part: body
words: words:
- <title>json-web-services-api</title> - <title>json-web-services-api</title>
- There are no services matching that phrase. - There are no services matching that phrase.
- Unable to deserialize object - Unable to deserialize object
condition: or condition: or
part: body
extractors: extractors:
- type: regex - type: regex