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
Prerequisites
Currently, I'm testing the CryptoAnalysis on non-crypto APIs. Therefore, I wrote a custom CrySL rule for StringBuilder, for testing purposes only. Custom CrySL rules are recognized.
Bug
Assume the following example:
With this simple CrySL rule:
The expected error is printed without method chaining:
But actually no error when using method chaining:
The text was updated successfully, but these errors were encountered:
Prerequisites
Currently, I'm testing the CryptoAnalysis on non-crypto APIs. Therefore, I wrote a custom CrySL rule for StringBuilder, for testing purposes only. Custom CrySL rules are recognized.
Bug
Assume the following example:
With this simple CrySL rule:
The expected error is printed without method chaining:
But actually no error when using method chaining:
The text was updated successfully, but these errors were encountered: