misc changes

patch-1
sandeep 2021-02-26 00:21:07 +05:30
parent 2e3aa4355f
commit acd1ab4735
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
id: affiliatewp-allowed-products id: wordpress-affiliatewp-log
info: info:
name: WordPress Plugin "AffiliateWP Allowed Products" Log Disclosure name: WordPress Plugin "AffiliateWP Allowed Products" Log Disclosure
@ -14,8 +14,13 @@ requests:
matchers: matchers:
- type: word - type: word
words: words:
- 'woocommerce' - 'Referral could not be retrieved'
condition: and - 'Affiliate CSV'
- type: word
words:
- 'text/plain'
part: header
- type: status - type: status
status: status:

View File

@ -43,3 +43,4 @@ workflows:
- template: vulnerabilities/wordpress/wp-xmlrpc.yaml - template: vulnerabilities/wordpress/wp-xmlrpc.yaml
- template: vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml - template: vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml
- template: vulnerabilities/wordpress/wp-enabled-registration.yaml - template: vulnerabilities/wordpress/wp-enabled-registration.yaml
- template: vulnerabilities/wordpress/wordpress-affiliatewp-log.yaml