make authtokengenerator publishable #3
Annotations
10 warnings
Build, Test and Sonar:
src/IdentityServer/src/Hashing/Pbkdf2Algorithm.cs#L70
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
Build, Test and Sonar:
src/IdentityServer/src/Hashing/Pbkdf2Algorithm.cs#L6
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build, Test and Sonar:
src/IdentityServer/src/Hashing/PasswordProvider.cs#L6
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
Build, Test and Sonar:
src/Server/src/Abstractions/SearchResult.cs#L34
Non-nullable property 'Tenants' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Sonar:
src/Server/src/Abstractions/ResourceAuthoring/UpdateClientRequest.cs#L12
Non-nullable property 'RedirectUris' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Sonar:
src/Server/src/Abstractions/ResourceAuthoring/UpdateClientRequest.cs#L12
Non-nullable property 'PostLogoutRedirectUris' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Sonar:
src/Server/src/Abstractions/ResourceAuthoring/UpdateClientRequest.cs#L12
Non-nullable property 'AllowedIdentityTokenSigningAlgorithms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Sonar:
src/Server/src/Abstractions/ResourceAuthoring/UpdateClientRequest.cs#L12
Non-nullable property 'AllowedCorsOrigins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Sonar:
src/Server/src/Abstractions/ResourceAuthoring/UpdateClientRequest.cs#L12
Non-nullable property 'IpAddressFilter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build, Test and Sonar:
src/Server/src/Abstractions/Model/Tenant.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading