Add sync adapter scope for administrative access #1387
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build & Test:
test/Altinn.Platform.Storage.Interface.Tests/AllowInSubform/AllowInSubformTests.cs#L15
'ApplicationLogic.AllowInSubform' is obsolete: 'This property is no longer in use and will be removed in the future.'
|
Build & Test:
test/Altinn.Platform.Storage.Interface.Tests/AllowInSubform/AllowInSubformTests.cs#L23
'ApplicationLogic.AllowInSubform' is obsolete: 'This property is no longer in use and will be removed in the future.'
|
Build & Test:
src/Storage/Authorization/StorageAccessHandler.cs#L55
Parameter 'authorizationService' has no matching param tag in the XML comment for 'StorageAccessHandler.StorageAccessHandler(IHttpContextAccessor, IPDP, IAuthorization, IOptions<GeneralSettings>, IOptions<PepSettings>, ILogger<StorageAccessHandler>, IInstanceRepository, IMemoryCache)' (but other parameters do)
|
Build & Test:
src/Storage/Authorization/StorageAccessHandler.cs#L56
Parameter 'generalSettings' has no matching param tag in the XML comment for 'StorageAccessHandler.StorageAccessHandler(IHttpContextAccessor, IPDP, IAuthorization, IOptions<GeneralSettings>, IOptions<PepSettings>, ILogger<StorageAccessHandler>, IInstanceRepository, IMemoryCache)' (but other parameters do)
|
Build & Test:
src/Storage/appsettings.json#L6
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
Build & Test:
src/Storage/appsettings.json#L7
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
Build & Test:
src/Storage/Authorization/StorageAccessHandler.cs#L52
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build & Test:
src/Storage/Authorization/StorageAccessHandler.cs#L89
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
Build & Test:
src/Storage/Authorization/StorageAccessHandler.cs#L107
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
Build & Test:
src/Storage/Authorization/StorageAccessHandler.cs#L149
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
Loading