[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2026-01-12 10:09:29 +00:00
parent 11752c445c
commit 0f641637e0
8 changed files with 2588 additions and 1364 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1768194849
},
"Trickest wordlist update": {
"last_update": 1768126031
"last_update": 1768212560
}
}

View file

@ -10055,10 +10055,6 @@ catalog/view/sass/stylesheet.scss
view/sass/stylesheet.scss
sass/stylesheet.scss
stylesheet.scss
upload/assets/framework/liquid.browser.umd.js
assets/framework/liquid.browser.umd.js
framework/liquid.browser.umd.js
liquid.browser.umd.js
upload/assets/framework/component.js
assets/framework/component.js
framework/component.js
@ -10247,6 +10243,10 @@ assets/framework/library/tax.js
framework/library/tax.js
library/tax.js
tax.js
upload/assets/framework/nunjucks.min.js
assets/framework/nunjucks.min.js
framework/nunjucks.min.js
nunjucks.min.js
upload/assets/bootstrap/js/bootstrap.js
assets/bootstrap/js/bootstrap.js
bootstrap/js/bootstrap.js

View file

@ -2333,7 +2333,6 @@ upload/catalog/view/sass/scss/bootstrap-reboot.scss
upload/catalog/view/sass/scss/_offcanvas.scss
upload/catalog/view/sass/scss/_variables.scss
upload/catalog/view/sass/stylesheet.scss
upload/assets/framework/liquid.browser.umd.js
upload/assets/framework/component.js
upload/assets/framework/index.js
upload/assets/framework/input/radio.js
@ -2372,6 +2371,7 @@ upload/assets/framework/library/event.js
upload/assets/framework/library/webcomponent.js
upload/assets/framework/library/db.js
upload/assets/framework/library/tax.js
upload/assets/framework/nunjucks.min.js
upload/assets/bootstrap/js/bootstrap.js
upload/assets/bootstrap/js/bootstrap.min.js.map
upload/assets/bootstrap/js/bootstrap.min.js

View file

@ -14409,6 +14409,14 @@ Internal/ProductDownloads/ApprovedDirectories/RegisterTest.php
ProductDownloads/ApprovedDirectories/RegisterTest.php
ApprovedDirectories/RegisterTest.php
RegisterTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/BlockedSessionNoticeTest.php
woocommerce/tests/php/src/Internal/FraudProtection/BlockedSessionNoticeTest.php
tests/php/src/Internal/FraudProtection/BlockedSessionNoticeTest.php
php/src/Internal/FraudProtection/BlockedSessionNoticeTest.php
src/Internal/FraudProtection/BlockedSessionNoticeTest.php
Internal/FraudProtection/BlockedSessionNoticeTest.php
FraudProtection/BlockedSessionNoticeTest.php
BlockedSessionNoticeTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/SessionDataCollectorTest.php
woocommerce/tests/php/src/Internal/FraudProtection/SessionDataCollectorTest.php
tests/php/src/Internal/FraudProtection/SessionDataCollectorTest.php
@ -14441,6 +14449,14 @@ src/Internal/FraudProtection/PaymentMethodEventTrackerTest.php
Internal/FraudProtection/PaymentMethodEventTrackerTest.php
FraudProtection/PaymentMethodEventTrackerTest.php
PaymentMethodEventTrackerTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/FraudProtectionDispatcherTest.php
woocommerce/tests/php/src/Internal/FraudProtection/FraudProtectionDispatcherTest.php
tests/php/src/Internal/FraudProtection/FraudProtectionDispatcherTest.php
php/src/Internal/FraudProtection/FraudProtectionDispatcherTest.php
src/Internal/FraudProtection/FraudProtectionDispatcherTest.php
Internal/FraudProtection/FraudProtectionDispatcherTest.php
FraudProtection/FraudProtectionDispatcherTest.php
FraudProtectionDispatcherTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/CheckoutEventTrackerTest.php
woocommerce/tests/php/src/Internal/FraudProtection/CheckoutEventTrackerTest.php
tests/php/src/Internal/FraudProtection/CheckoutEventTrackerTest.php
@ -72898,6 +72914,18 @@ src/Internal/FraudProtection/CartEventTracker.php
Internal/FraudProtection/CartEventTracker.php
FraudProtection/CartEventTracker.php
CartEventTracker.php
plugins/woocommerce/src/Internal/FraudProtection/BlockedSessionNotice.php
woocommerce/src/Internal/FraudProtection/BlockedSessionNotice.php
src/Internal/FraudProtection/BlockedSessionNotice.php
Internal/FraudProtection/BlockedSessionNotice.php
FraudProtection/BlockedSessionNotice.php
BlockedSessionNotice.php
plugins/woocommerce/src/Internal/FraudProtection/FraudProtectionDispatcher.php
woocommerce/src/Internal/FraudProtection/FraudProtectionDispatcher.php
src/Internal/FraudProtection/FraudProtectionDispatcher.php
Internal/FraudProtection/FraudProtectionDispatcher.php
FraudProtection/FraudProtectionDispatcher.php
FraudProtectionDispatcher.php
plugins/woocommerce/src/Internal/FraudProtection/CheckoutEventTracker.php
woocommerce/src/Internal/FraudProtection/CheckoutEventTracker.php
src/Internal/FraudProtection/CheckoutEventTracker.php

View file

@ -2299,10 +2299,12 @@ plugins/woocommerce/tests/php/src/Internal/Utilities/COTMigrationUtilTest.php
plugins/woocommerce/tests/php/src/Internal/Utilities/DatabaseUtilTest.php
plugins/woocommerce/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/SynchronizeTest.php
plugins/woocommerce/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/RegisterTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/BlockedSessionNoticeTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/SessionDataCollectorTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/AdminSettingsHandlerTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/DecisionHandlerTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/PaymentMethodEventTrackerTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/FraudProtectionDispatcherTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/CheckoutEventTrackerTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/ApiClientTest.php
plugins/woocommerce/tests/php/src/Internal/FraudProtection/CartEventTrackerTest.php
@ -9426,6 +9428,8 @@ plugins/woocommerce/src/Internal/FraudProtection/FraudProtectionTracker.php
plugins/woocommerce/src/Internal/FraudProtection/PaymentMethodEventTracker.php
plugins/woocommerce/src/Internal/FraudProtection/SessionDataCollector.php
plugins/woocommerce/src/Internal/FraudProtection/CartEventTracker.php
plugins/woocommerce/src/Internal/FraudProtection/BlockedSessionNotice.php
plugins/woocommerce/src/Internal/FraudProtection/FraudProtectionDispatcher.php
plugins/woocommerce/src/Internal/FraudProtection/CheckoutEventTracker.php
plugins/woocommerce/src/Internal/FraudProtection/ApiClient.php
plugins/woocommerce/src/Internal/FraudProtection/SessionClearanceManager.php

View file

@ -1535,10 +1535,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://cdc.gov/robots.txt
http://npr.org/robots.txt
http://t.me/robots.txt
http://web.archive.org/robots.txt
http://dropbox.com/robots.txt
http://microsoft.com/robots.txt
http://s3.amazonaws.com/robots.txt
http://storage.googleapis.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -3227,7 +3227,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://creativecommons.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard