Auto WordPress Plugins Update [Wed Jan 11 04:02:18 UTC 2023] 🤖

patch-1
GitHub Action 2023-01-11 04:02:18 +00:00
parent 8883da943d
commit c19d6b1e1a
19 changed files with 67 additions and 17 deletions

View File

@ -1 +1 @@
3.0.7
3.0.8

View File

@ -1 +1 @@
2.3.5
2.3.6

View File

@ -1 +1 @@
2.0.5
2.0.6

View File

@ -1 +1 @@
11.6
11.7

View File

@ -1 +1 @@
5.3.1
5.3.2

View File

@ -1 +1 @@
1.6.3
1.7.0

View File

@ -1 +1 @@
4.3.1
4.4.0

View File

@ -1 +1 @@
3.6.14
3.6.15

View File

@ -1 +1 @@
2.0.6
2.1.0

View File

@ -1 +1 @@
2.3.1
2.3.2

View File

@ -1 +1 @@
2.4.3
2.4.4

View File

@ -1 +1 @@
5.6.2
5.6.3

View File

@ -0,0 +1 @@
N/A

View File

@ -1 +1 @@
7.2.2
7.2.3

View File

@ -1 +1 @@
19.13
19.14

View File

@ -1 +1 @@
9.0.14
9.0.15

View File

@ -1 +1 @@
1.96
1.97

View File

@ -1 +1 @@
13.2.13
13.2.14

View File

@ -0,0 +1,49 @@
id: wordpress-webp-express
info:
name: WebP Express Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/webp-express/
metadata:
plugin_namespace: webp-express
wpscan: https://wpscan.com/plugin/webp-express
tags: tech,wordpress,wp-plugin,top-200
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/webp-express/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/webp-express.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.]+)'