Class FuzzerSecurityIssueHigh

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.code_intelligence.jazzer.api.FuzzerSecurityIssueHigh
All Implemented Interfaces:
Serializable

public class FuzzerSecurityIssueHigh extends RuntimeException
Thrown to indicate that a fuzz target has detected a high severity security issue rather than a normal bug.

There is only a semantical but no functional difference between throwing exceptions of this type or any other. However, automated fuzzing platforms can use the extra information to handle the detected issues appropriately.

See Also:
  • Constructor Details

    • FuzzerSecurityIssueHigh

      public FuzzerSecurityIssueHigh()
    • FuzzerSecurityIssueHigh

      public FuzzerSecurityIssueHigh(String message)
    • FuzzerSecurityIssueHigh

      public FuzzerSecurityIssueHigh(String message, Throwable cause)
    • FuzzerSecurityIssueHigh

      public FuzzerSecurityIssueHigh(Throwable cause)