Skip to content

Instantly share code, notes, and snippets.

@misterAnderson90
Created December 21, 2021 01:54
Show Gist options
  • Save misterAnderson90/1eab14b48f0d87c80bab205f616a9eb3 to your computer and use it in GitHub Desktop.
Save misterAnderson90/1eab14b48f0d87c80bab205f616a9eb3 to your computer and use it in GitHub Desktop.

CogniCrypt (report 5) for BudgetWatch

  • Class: com.google.common.hash.AbstractStreamingHashFunction

  • Method: hashObject

  • Line: 37

  • Issue details: IncompleteOperationError-2

    • IncompleteOperationError violating CrySL rule for java.security.MessageDigest.

    • Operation on object of type java.security.MessageDigest object not completed. Expected call to digest, update.

Code

  • Not available (Perhaps it resides in an external library).

Questions

  1. How likely might this warning in a third-party library reveal a security threat to this app? a. Very unlikely; b. Unlikely; c. I cannot evaluate this; d. Likely; e. Very likely;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment