Auto WordPress Plugins Update [Thu Aug 31 04:02:10 UTC 2023] 🤖

patch-1
GitHub Action 2023-08-31 04:02:10 +00:00
parent 109a3790d1
commit 51731aba50
11 changed files with 59 additions and 9 deletions

View File

@ -1 +1 @@
2.4.4 2.4.5

View File

@ -1 +1 @@
2.0.1 2.0.2

View File

@ -1 +1 @@
2.25.23 2.25.24

View File

@ -1 +1 @@
7.9.1 7.9.2

View File

@ -1 +1 @@
9.0.23 9.0.24

View File

@ -1 +1 @@
3.8.2 3.9.0

View File

@ -0,0 +1 @@
10.5

View File

@ -1 +1 @@
14.1.5 14.1.6

View File

@ -1 +1 @@
4.13.0 4.13.1

View File

@ -0,0 +1,49 @@
id: wordpress-wp-reviews-plugin-for-google
info:
name: Widgets for Google Reviews Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/wp-reviews-plugin-for-google/
metadata:
plugin_namespace: wp-reviews-plugin-for-google
wpscan: https://wpscan.com/plugin/wp-reviews-plugin-for-google
tags: tech,wordpress,wp-plugin,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/wp-reviews-plugin-for-google/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/wp-reviews-plugin-for-google.txt
extractors:
- type: regex
part: body
internal: true
name: internal_detected_version
group: 1
regex:
- '(?i)Stable.tag:\s?([\w.]+)'
- type: regex
part: body
name: detected_version
group: 1
regex:
- '(?i)Stable.tag:\s?([\w.]+)'
matchers-condition: or
matchers:
- type: dsl
name: "outdated_version"
dsl:
- compare_versions(internal_detected_version, concat("< ", last_version))
- type: regex
part: body
regex:
- '(?i)Stable.tag:\s?([\w.]+)'