Skip to content

Commit

Permalink
Auto WordPress Plugins Update [Thu Aug 31 04:19:01 UTC 2023] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 31, 2023
1 parent 5e0c01b commit 4cde2af
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 9 deletions.
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/disable-comments.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.4
2.4.5
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/jetpack-boost.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.23
2.25.24
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/newsletter.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.9.1
7.9.2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.1
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/wp-google-maps.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.23
9.0.24
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/wp-mail-smtp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.2
3.9.0
1 change: 1 addition & 0 deletions helpers/wordpress/plugins/wp-reviews-plugin-for-google.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.5
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/wp-statistics.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.1.5
14.1.6
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/wp-user-avatar.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.13.0
4.13.1
49 changes: 49 additions & 0 deletions technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml
Original file line number Diff line number Diff line change
@@ -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

requests:
- 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.]+)'

0 comments on commit 4cde2af

Please sign in to comment.