Class TrustBoundaryViolationValueDetector

  • All Implemented Interfaces:
    edu.umd.cs.findbugs.Detector, edu.umd.cs.findbugs.Priorities

    public class TrustBoundaryViolationValueDetector
    extends BasicInjectionDetector
    • Constructor Detail

      • TrustBoundaryViolationValueDetector

        public TrustBoundaryViolationValueDetector​(edu.umd.cs.findbugs.BugReporter bugReporter)
    • Method Detail

      • getPriority

        protected int getPriority​(Taint taint)
        = All or nothing :
        • If the taint to sink path is found, it is mark as high
        • If the source is not confirm, it is mark as low. This is will be the most common case.
        Overrides:
        getPriority in class AbstractInjectionDetector
        Parameters:
        taint - Taint state
        Returns:
        High or low confidence