[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2026-04-17 09:39:51 +00:00
parent 48ec888eca
commit a4e7561491
16 changed files with 15878 additions and 2742 deletions
@@ -176,9 +176,19 @@ src/Umbraco.Cms.Api.Delivery/Services/RequestSegmentService.cs
src/Umbraco.Cms.Api.Delivery/Services/CurrentMemberClaimsProvider.cs
src/Umbraco.Cms.Api.Delivery/Services/RequestPreviewService.cs
src/Umbraco.Cms.Api.Delivery/Services/ApiContentQueryService.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiOutputCacheKeys.cs
src/Umbraco.Cms.Api.Delivery/Caching/NoOutputCachePolicy.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiOutputCachePolicy.cs
src/Umbraco.Cms.Api.Delivery/Caching/OutputCachePipelineFilter.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiContentTypeOutputCacheTagProvider.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiOutputCacheContentPolicy.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiDocumentOutputCacheEvictionHandler.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiOutputCacheManager.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiMemberOutputCacheEvictionHandler.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiOutputCacheMediaPolicy.cs
src/Umbraco.Cms.Api.Delivery/Caching/DefaultDeliveryApiOutputCacheRequestFilter.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiMediaOutputCacheEvictionHandler.cs
src/Umbraco.Cms.Api.Delivery/Caching/IDeliveryApiOutputCacheRequestFilter.cs
src/Umbraco.Cms.Api.Delivery/Caching/IDeliveryApiOutputCacheVaryByProvider.cs
src/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiOutputCachePolicyBase.cs
src/Umbraco.Cms.Api.Delivery/Accessors/RequestContextOutputExpansionStrategyAccessor.cs
src/Umbraco.Cms.Api.Delivery/Accessors/RequestContextServiceAccessorBase.cs
src/Umbraco.Cms.Api.Delivery/Accessors/RequestContextRequestStartItemProviderAccessor.cs
@@ -2147,10 +2157,12 @@ src/Umbraco.Core/Configuration/LoggingSettingsExtensions.cs
src/Umbraco.Core/Configuration/UserPasswordConfiguration.cs
src/Umbraco.Core/Cache/AppCacheExtensions.cs
src/Umbraco.Core/Cache/ValueEditorCache.cs
src/Umbraco.Core/Cache/IDeliveryApiOutputCacheManager.cs
src/Umbraco.Core/Cache/IWebsiteOutputCacheEvictionProvider.cs
src/Umbraco.Core/Cache/IWebsiteOutputCacheManager.cs
src/Umbraco.Core/Cache/FastDictionaryAppCacheBase.cs
src/Umbraco.Core/Cache/RepositoryCacheVersionService.cs
src/Umbraco.Core/Cache/IDeliveryApiOutputCacheTagProvider.cs
src/Umbraco.Core/Cache/IWebsiteOutputCacheTagProvider.cs
src/Umbraco.Core/Cache/ICacheSyncService.cs
src/Umbraco.Core/Cache/IRepositoryCachePolicy.cs
@@ -2196,6 +2208,7 @@ src/Umbraco.Core/Cache/SingleServerCacheVersionService.cs
src/Umbraco.Core/Cache/OutputCacheContentChangedContext.cs
src/Umbraco.Core/Cache/AppPolicedCacheDictionary.cs
src/Umbraco.Core/Cache/DeepCloneAppCache.cs
src/Umbraco.Core/Cache/IDeliveryApiOutputCacheEvictionProvider.cs
src/Umbraco.Core/Cache/IAppPolicyCache.cs
src/Umbraco.Core/Cache/DictionaryAppCache.cs
src/Umbraco.Core/Cache/DataTypeConfigurationCacheRefresher.cs
@@ -4069,18 +4082,17 @@ src/Umbraco.Web.Website/ViewEngines/PluginRazorViewEngineOptionsSetup.cs
src/Umbraco.Web.Website/ViewEngines/ProfilingViewEngineWrapperMvcViewOptionsSetup.cs
src/Umbraco.Web.Website/ViewEngines/RenderRazorViewEngineOptionsSetup.cs
src/Umbraco.Web.Website/ViewEngines/ProfilingViewEngine.cs
src/Umbraco.Web.Website/Caching/MemberOutputCacheEvictionHandler.cs
src/Umbraco.Web.Website/Caching/WebsiteMediaOutputCacheEvictionHandler.cs
src/Umbraco.Web.Website/Caching/WebsiteOutputCachePolicy.cs
src/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheRequestFilter.cs
src/Umbraco.Web.Website/Caching/WebsiteOutputCachePipelineFilter.cs
src/Umbraco.Web.Website/Caching/ContentTypeOutputCacheTagProvider.cs
src/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheDurationProvider.cs
src/Umbraco.Web.Website/Caching/MediaOutputCacheEvictionHandler.cs
src/Umbraco.Web.Website/Caching/WebsiteDocumentOutputCacheEvictionHandler.cs
src/Umbraco.Web.Website/Caching/WebsiteMemberOutputCacheEvictionHandler.cs
src/Umbraco.Web.Website/Caching/WebsiteContentTypeOutputCacheTagProvider.cs
src/Umbraco.Web.Website/Caching/IWebsiteOutputCacheRequestFilter.cs
src/Umbraco.Web.Website/Caching/IWebsiteOutputCacheVaryByProvider.cs
src/Umbraco.Web.Website/Caching/RelationOutputCacheEvictionHandlerBase.cs
src/Umbraco.Web.Website/Caching/WebsiteOutputCacheManager.cs
src/Umbraco.Web.Website/Caching/DocumentOutputCacheEvictionHandler.cs
src/Umbraco.Web.Website/Umbraco.Web.Website.csproj
src/Umbraco.Web.Website/Collections/SurfaceControllerTypeCollection.cs
src/Umbraco.Web.Website/Collections/SurfaceControllerTypeCollectionBuilder.cs
@@ -14105,6 +14117,7 @@ src/Umbraco.Web.Common/ModelsBuilder/IModelsBuilderDashboardProvider.cs
src/Umbraco.Web.Common/ModelsBuilder/NoopModelsBuilderDashboardProvider.cs
src/Umbraco.Web.Common/ModelsBuilder/DependencyInjection/UmbracoBuilderDependencyInjectionExtensions.cs
src/Umbraco.Web.Common/ModelsBuilder/ModelsBuilderNotificationHandler.cs
src/Umbraco.Web.Common/Caching/RelationOutputCacheEvictionHandlerBase.cs
src/Umbraco.Web.Common/Plugins/UmbracoPluginPhysicalFileProvider.cs
src/Umbraco.Web.Common/UmbracoHelper.cs
src/Umbraco.Web.Common/Localization/DynamicRequestCultureProviderBase.cs
@@ -14264,6 +14277,7 @@ build/nightly-E2E-run-tests-template.yml
build/nightly-E2E-build-template.yml
build/nightly-build-trigger.yml
build/templates/dependency-track.yml
build/templates/set-npm-version.yml
build/templates/backoffice-install.yml
build/templates/e2e-install.yml
.env.example
@@ -14576,6 +14590,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/NPocoTests/NP
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/NPocoTests/NPocoUpdateBatchTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/SchemaValidationTest.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/LocksTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/SyntaxProvider/DoesPrimaryKeyExistTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/SyntaxProvider/SqlServerSyntaxProviderTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/Repositories/LanguageRepositoryTest.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/Repositories/KeyValueRepositoryTests.cs
@@ -14635,6 +14650,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/AuditServiceTest
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceNotificationWithCacheTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MediaServiceNotificationWithCacheTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentPublishingServiceTests.Publish.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/EntityServiceGetAllPathsTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/TemplateServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ThreadSafetyServiceTest.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceTagsTests.cs
@@ -15095,6 +15111,14 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Json/DeliveryApiVersionAw
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Services/RequestPreviewServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Services/RequestRoutingServiceTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Services/RequestHeaderHandlerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiOutputCacheManagerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Caching/DefaultDeliveryApiOutputCacheRequestFilterTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiContentTypeOutputCacheTagProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiMemberOutputCacheEvictionHandlerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiOutputCacheMediaPolicyTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiOutputCacheContentPolicyTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiDocumentOutputCacheEvictionHandlerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Cms.Api.Delivery/Caching/DeliveryApiMediaOutputCacheEvictionHandlerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/DefaultShortStringHelperTestsWithoutSetup.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/DefaultShortStringHelperTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/StringValidationTests.cs
@@ -15499,11 +15523,11 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Routing/UmbracoRouteValueTrans
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Routing/ControllerActionSearcherTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/AspNetCoreHostingEnvironmentTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteOutputCachePolicyTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DocumentOutputCacheEvictionHandlerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheRequestFilterTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/ContentTypeOutputCacheTagProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/DefaultWebsiteOutputCacheDurationProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteDocumentOutputCacheEvictionHandlerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteOutputCacheManagerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Caching/WebsiteContentTypeOutputCacheTagProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/ApplicationUrlConfigurationNotificationHandlerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Middleware/BasicAuthenticationMiddlewareTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/RenderNoContentControllerTests.cs