[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2026-08-07 10:23:09 +00:00
parent 8d4bd4f7bf
commit 893f1ce4d6
48 changed files with 18844 additions and 11987 deletions
@@ -17,13 +17,19 @@ extensions/akismet/.gitattributes
extensions/akismet/locale/en.yml
extensions/akismet/node_modules/.yarn-integrity
extensions/akismet/CHANGELOG.md
extensions/akismet/tests/integration/ValidatePostTest.php
extensions/akismet/tests/integration/setup.php
extensions/akismet/tests/integration/VerifyKeySettingTest.php
extensions/akismet/tests/unit/.gitkeep
extensions/akismet/tests/unit/AkismetTest.php
extensions/akismet/tests/fixtures/.gitkeep
extensions/akismet/tests/fixtures/FakeAkismetProvider.php
extensions/akismet/tests/phpunit.integration.xml
extensions/akismet/tests/phpunit.unit.xml
extensions/akismet/src/AkismetUnexpectedResponseException.php
extensions/akismet/src/Listener/SubmitHam.php
extensions/akismet/src/Listener/ValidatePost.php
extensions/akismet/src/Listener/ValidateApiKey.php
extensions/akismet/src/Listener/SubmitSpam.php
extensions/akismet/src/Provider/AkismetProvider.php
extensions/akismet/src/Akismet.php
@@ -373,6 +379,7 @@ extensions/sticky/locale/en.yml
extensions/sticky/CHANGELOG.md
extensions/sticky/tests/integration/api/StickyDiscussionsTest.php
extensions/sticky/tests/integration/api/ListDiscussionsTest.php
extensions/sticky/tests/integration/api/StickyExcerptTest.php
extensions/sticky/tests/integration/setup.php
extensions/sticky/tests/integration/AuditTest.php
extensions/sticky/tests/unit/.gitkeep
@@ -703,6 +710,7 @@ extensions/tags/less/common/TagLabel.less
extensions/tags/less/common/common.less
extensions/tags/less/common/TagSelectionModal.less
extensions/tags/less/admin/EditTagModal.less
extensions/tags/less/admin/SelectTagsSettingComponent.less
extensions/tags/less/admin/TagsPage.less
extensions/tags/less/forum.less
extensions/tags/less/admin.less
@@ -1198,15 +1206,19 @@ extensions/realtime/tests/integration/SendNotificationsJobTest.php
extensions/realtime/tests/integration/RestartOnSettingChangeTest.php
extensions/realtime/tests/integration/api/IndexTypingTagsAttributeTest.php
extensions/realtime/tests/integration/api/notifications/ShowNotificationTest.php
extensions/realtime/tests/integration/api/TypingIdentifiedAuthTest.php
extensions/realtime/tests/integration/api/IndexTypingTagAuthTest.php
extensions/realtime/tests/integration/payload/GeneratorTest.php
extensions/realtime/tests/integration/setup.php
extensions/realtime/tests/integration/WebsocketBindingsTest.php
extensions/realtime/tests/integration/IndexTypingPresenceRoutingTest.php
extensions/realtime/tests/unit/Extend/RealtimeExtenderTest.php
extensions/realtime/tests/unit/Extend/RealtimeRegistryTest.php
extensions/realtime/tests/unit/Websocket/FactoryRoutingTest.php
extensions/realtime/tests/unit/Websocket/TypingRelayTest.php
extensions/realtime/tests/unit/Websocket/ChannelSubscriptionAuthTest.php
extensions/realtime/tests/unit/Websocket/MessageTest.php
extensions/realtime/tests/unit/Websocket/PusherClientRetryTest.php
extensions/realtime/tests/unit/.gitkeep
extensions/realtime/tests/fixtures/.gitkeep
extensions/realtime/tests/phpunit.integration.xml
@@ -1222,6 +1234,7 @@ extensions/realtime/src/Content/ForumContent.php
extensions/realtime/src/Websocket/Api/ForumAttributes.php
extensions/realtime/src/Websocket/Api/AuthController.php
extensions/realtime/src/Websocket/Api/PresenceChannelAuthorizer.php
extensions/realtime/src/Websocket/PusherClientFactory.php
extensions/realtime/src/Websocket/Server/HttpServer.php
extensions/realtime/src/Websocket/Server/QueryParams.php
extensions/realtime/src/Websocket/Channel/PresenceChannel.php
@@ -1238,6 +1251,7 @@ extensions/realtime/src/Websocket/Logger/ConnectionLogger.php
extensions/realtime/src/Websocket/Logger/WebsocketLogger.php
extensions/realtime/src/Websocket/Logger/Logger.php
extensions/realtime/src/Websocket/Logger/HttpLogger.php
extensions/realtime/src/Websocket/TypingIdentity.php
extensions/realtime/src/Websocket/Exception/InvalidSignature.php
extensions/realtime/src/Websocket/Exception/WebsocketException.php
extensions/realtime/src/Websocket/Exception/AppKeyNotAllowed.php
@@ -1347,6 +1361,7 @@ extensions/messages/views/emails/html/messageReceived.blade.php
extensions/messages/tests/integration/api/dialogs/UpdateTest.php
extensions/messages/tests/integration/api/ListTest.php
extensions/messages/tests/integration/api/dialog_messages/CreateTest.php
extensions/messages/tests/integration/api/dialog_messages/DeleteTest.php
extensions/messages/tests/integration/setup.php
extensions/messages/tests/unit/.gitkeep
extensions/messages/tests/fixtures/.gitkeep
@@ -1809,6 +1824,7 @@ LICENSE.md
php-packages/phpstan/stubs/Tobyz/JsonApiServer/Context.stub
php-packages/phpstan/stubs/Tobyz/JsonApiServer/JsonApi.stub
php-packages/phpstan/stubs/Illuminate/Log/Context/Repository.stub
php-packages/phpstan/stubs/Illuminate/Console/CommandMutex.stub
php-packages/phpstan/stubs/Illuminate/Filesystem/FilesystemManager.stub
php-packages/phpstan/stubs/Illuminate/Filesystem/Filesystem.stub
php-packages/phpstan/stubs/Illuminate/Support/ServiceProvider.stub
@@ -1988,6 +2004,7 @@ framework/core/js/tests/integration/common/components/LoadingIndicator.test.ts
framework/core/js/tests/integration/common/components/Avatar.test.ts
framework/core/js/tests/integration/common/components/Select.test.ts
framework/core/js/tests/integration/common/components/FormGroup.test.ts
framework/core/js/tests/integration/common/components/OverflowingList.test.ts
framework/core/js/tests/integration/common/components/ColorPreviewInput.test.ts
framework/core/js/tests/integration/common/components/Alert.test.ts
framework/core/js/tests/integration/common/components/SelectDropdown.test.ts
@@ -2008,6 +2025,7 @@ framework/core/js/tests/integration/admin/components/UserListPage.test.ts
framework/core/js/tests/integration/admin/components/AdvancedPage.test.ts
framework/core/js/tests/integration/admin/components/MailPage.test.ts
framework/core/js/tests/integration/admin/components/GeneralSearchSource.test.ts
framework/core/js/tests/integration/admin/components/AdminPageSetting.test.ts
framework/core/js/tests/integration/admin/components/DashboardPage.test.ts
framework/core/js/tests/integration/admin/components/PermissionsPage.test.ts
framework/core/js/tests/integration/admin/components/AppearencePage.test.ts
@@ -2015,6 +2033,8 @@ framework/core/js/tests/integration/admin/AssetsRevision.test.ts
framework/core/js/tests/integration/admin/Application.test.ts
framework/core/js/tests/integration/forum/components/Modals.test.ts
framework/core/js/tests/integration/forum/components/DiscussionPage.test.ts
framework/core/js/tests/integration/forum/components/GlobalSearch.test.ts
framework/core/js/tests/integration/forum/components/IndexSidebar.test.ts
framework/core/js/tests/integration/forum/components/PostStream.test.ts
framework/core/js/tests/integration/forum/components/IndexPage.test.ts
framework/core/js/tests/integration/forum/components/HeaderSecondary.test.ts
@@ -2022,6 +2042,7 @@ framework/core/js/tests/unit/common/extend.test.ts
framework/core/js/tests/unit/common/utils/isDark.test.ts
framework/core/js/tests/unit/common/utils/extractText.test.ts
framework/core/js/tests/unit/common/utils/applyIconStyle.test.ts
framework/core/js/tests/unit/common/utils/countItemsThatFit.test.ts
framework/core/js/tests/unit/common/utils/Translator.test.ts
framework/core/js/tests/unit/common/utils/string.test.ts
framework/core/js/tests/unit/common/utils/abbreviateNumber.test.ts
@@ -2101,6 +2122,7 @@ framework/core/js/dist-typings/common/components/ThemeMode.d.ts
framework/core/js/dist-typings/common/components/Icon.d.ts
framework/core/js/dist-typings/common/components/Checkbox.d.ts
framework/core/js/dist-typings/common/components/MultiSelect.d.ts
framework/core/js/dist-typings/common/components/OverflowingList.d.ts
framework/core/js/dist-typings/common/components/InfoTile.d.ts
framework/core/js/dist-typings/common/components/AlertManager.d.ts
framework/core/js/dist-typings/common/components/Tooltip.d.ts
@@ -2151,6 +2173,7 @@ framework/core/js/dist-typings/common/utils/isDark.d.ts
framework/core/js/dist-typings/common/utils/RequestError.d.ts
framework/core/js/dist-typings/common/utils/classList.d.ts
framework/core/js/dist-typings/common/utils/formatAmount.d.ts
framework/core/js/dist-typings/common/utils/countItemsThatFit.d.ts
framework/core/js/dist-typings/common/utils/styleSelectedText.d.ts
framework/core/js/dist-typings/common/utils/BasicEditorDriver.d.ts
framework/core/js/dist-typings/common/utils/haptic.d.ts
@@ -2426,6 +2449,7 @@ framework/core/js/src/common/components/Separator.js
framework/core/js/src/common/components/ModalManager.tsx
framework/core/js/src/common/components/RequestErrorModal.tsx
framework/core/js/src/common/components/TextEditor.js
framework/core/js/src/common/components/OverflowingList.tsx
framework/core/js/src/common/components/InfoTile.tsx
framework/core/js/src/common/components/IPAddress.tsx
framework/core/js/src/common/components/Button.tsx
@@ -2446,6 +2470,7 @@ framework/core/js/src/common/components/DetailedDropdownItem.tsx
framework/core/js/src/common/components/Modal.tsx
framework/core/js/src/common/components/FormModal.tsx
framework/core/js/src/common/utils/subclassOf.js
framework/core/js/src/common/utils/countItemsThatFit.ts
framework/core/js/src/common/utils/focusTrap.ts
framework/core/js/src/common/utils/haptic.ts
framework/core/js/src/common/utils/styleSelectedText.ts
@@ -2819,8 +2844,10 @@ framework/core/tests/integration/admin/IndexTest.php
framework/core/tests/integration/user/AvatarImageValidationTest.php
framework/core/tests/integration/user/GroupPermissionCacheTest.php
framework/core/tests/integration/slugger/SlugDriverTest.php
framework/core/tests/integration/console/MigrateCommandIsolationTest.php
framework/core/tests/integration/console/TinkerCommandTest.php
framework/core/tests/integration/console/AssetsPublishTest.php
framework/core/tests/integration/console/ScheduleRunTest.php
framework/core/tests/integration/policy/DiscussionPolicyTest.php
framework/core/tests/integration/policy/PostPolicyTest.php
framework/core/tests/integration/database/AfterCommitListenerTest.php
@@ -2858,6 +2885,7 @@ framework/core/tests/integration/extenders/FrontendContentTest.php
framework/core/tests/integration/extenders/ModelTest.php
framework/core/tests/integration/extenders/ThrottleApiTest.php
framework/core/tests/integration/extenders/MailTest.php
framework/core/tests/integration/frontend/FontAwesomeStylesheetTest.php
framework/core/tests/integration/frontend/XsltPolyfillTest.php
framework/core/tests/integration/frontend/AssetsRevisionPayloadTest.php
framework/core/tests/integration/frontend/FontAwesomeLoadingTest.php
@@ -2896,6 +2924,7 @@ framework/core/tests/unit/User/AbstractPolicyTest.php
framework/core/tests/unit/User/AvatarUploaderTest.php
framework/core/tests/unit/User/LoginProviderTest.php
framework/core/tests/unit/Frontend/Compiler/FileVersionerTest.php
framework/core/tests/unit/Frontend/Compiler/LessFontUrlTest.php
framework/core/tests/unit/Frontend/Compiler/RevisionCompilerTest.php
framework/core/tests/unit/Frontend/Compiler/AssetsRevisionTest.php
framework/core/tests/unit/Frontend/Content/AssetsTest.php