Updated the packaging support files. #141
Annotations
10 warnings
Build:
SharpSnmpLib/Security/AESPrivacyProviderBase.cs#L429
'TripleDESPrivacyProvider' is obsolete: '3DES is no longer secure. Please use a more secure provider.'
|
Build:
SharpSnmpLib/Security/SHA512AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/SHA384AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/SHA256AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/SHA1AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/MD5AuthenticationProvider.cs#L93
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/DefaultAuthenticationProvider.cs#L85
Make 'ComputeHash' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/AESPrivacyProviderBase.cs#L449
Make 'GetIV' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/IP.cs#L123
Do not update the loop counter 'i' within the loop body. (https://rules.sonarsource.com/csharp/RSPEC-127)
|
Build:
SharpSnmpLib/Security/AESPrivacyProviderBase.cs#L429
'TripleDESPrivacyProvider' is obsolete: '3DES is no longer secure. Please use a more secure provider.'
|
Loading