You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rule S4426 does not raise issues for ECDsaOpenSsl when running on .Net 7 runtime.
Repro steps
var ec3 = new ECDsaOpenSsl();
ec3.GenerateKey(ECCurve.NamedCurves.brainpoolP192t1); // Noncompliant {{Use a key length of at least 224 bits for EC cipher algorithm.}}
Expected behavior
An issue should be raised.
Actual behavior
No issue raised.
Known workarounds
Please provide a description of any known workarounds.
The text was updated successfully, but these errors were encountered:
Description
The rule S4426 does not raise issues for
ECDsaOpenSsl
when running on .Net 7 runtime.Repro steps
Expected behavior
An issue should be raised.
Actual behavior
No issue raised.
Known workarounds
Please provide a description of any known workarounds.
The text was updated successfully, but these errors were encountered: