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
In various CryptoGuard projects in issue #134 that were headless tested, misuses were not caught in the following scenario from the analysis. The cases include a particular scenario where a value is stored in a map and is later used as parameter in objects from JCA. I have listed below the projects and the objects from the JCA that were present in these cases.
CryptoGuard projects and their respective cases
Below are cases that were headless tested. They are grouped according to their project name in CryptoGuard and the JCA object involved.
predictablecryptographickey(SecretKeySpec)
Other similar cases in this project folder include the case when misuse is caught by the analysis, but not because the analysis understands that a map is used. So the fix for this issue need to take into account also these types of cases. The case is PredictableCryptographicKeyABHCase2
In various CryptoGuard projects in issue #134 that were headless tested, misuses were not caught in the following scenario from the analysis. The cases include a particular scenario where a value is stored in a map and is later used as parameter in objects from JCA. I have listed below the projects and the objects from the JCA that were present in these cases.
CryptoGuard projects and their respective cases
Below are cases that were headless tested. They are grouped according to their project name in CryptoGuard and the JCA object involved.
No ConstraintError for iteration size being less 10000 is reported in PBEParameterSpec.
predictableseeds (SecureRandom)
Other similar cases in this project folder include:
predictablecryptographickey (SecretKeySpec)
Other similar cases in this project folder include the case when misuse is caught by the analysis, but not because the analysis understands that a map is used. So the fix for this issue need to take into account also these types of cases. The case is PredictableCryptographicKeyABHCase2
predictablepbepassword (PBEKeySpec)
Other similar cases as above in this project folder include:
staticinitializationvector (IvParameterSpec)
Other similar cases as above in this project folder include:
staticsalts (PBEParameterSpec)
Other similar cases in this project folder include:
The text was updated successfully, but these errors were encountered: