Skip to content

Commit

Permalink
Auto WordPress Plugins Update [Wed Sep 6 04:19:05 UTC 2023] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 6, 2023
1 parent 951c5ee commit d05b2d9
Show file tree
Hide file tree
Showing 20 changed files with 68 additions and 18 deletions.
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.29.3
3.29.4
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/facebook-for-woocommerce.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.32
3.0.33
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/google-listings-and-ads.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.4
2.5.5
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/header-footer-code-manager.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.35
1.1.36
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/host-webfonts-local.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.7
5.7.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.24
2.25.25
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/mailpoet.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.26.0
4.26.1
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/mainwp-child.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5
4.5.1
1 change: 1 addition & 0 deletions helpers/wordpress/plugins/pinterest-for-woocommerce.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.3.9
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/really-simple-ssl.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.8
7.0.9
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/shortpixel-image-optimiser.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.0
5.4.1
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/the-events-calendar.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0.1
6.2.1
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/translatepress-multilingual.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.6.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.7
2.7.8
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/updraftplus.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.9
1.23.10
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/woocommerce-payments.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
6.3.2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.2
3.6.3
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/woocommerce-services.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.3.4
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/wordpress-seo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.0
21.1
49 changes: 49 additions & 0 deletions technologies/wordpress/plugins/pinterest-for-woocommerce.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
id: wordpress-pinterest-for-woocommerce

info:
name: Pinterest for WooCommerce Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/pinterest-for-woocommerce/
metadata:
plugin_namespace: pinterest-for-woocommerce
wpscan: https://wpscan.com/plugin/pinterest-for-woocommerce
tags: tech,wordpress,wp-plugin,top-200

requests:
- method: GET

path:
- "{{BaseURL}}/wp-content/plugins/pinterest-for-woocommerce/readme.txt"

payloads:
last_version: helpers/wordpress/plugins/pinterest-for-woocommerce.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 d05b2d9

Please sign in to comment.