Package io.codemodder

Interface DependencyGAV

All Known Implementing Classes:
DependencyGAV.Default

public interface DependencyGAV
Models a Java dependency we might want to add.
  • Field Details

    • JAVA_SECURITY_TOOLKIT

      static final DependencyGAV JAVA_SECURITY_TOOLKIT
      The pixee Java Security Toolkit is required by many weaves/visitors so we'll expose it here.
    • OWASP_XSS_JAVA_ENCODER

      static final DependencyGAV OWASP_XSS_JAVA_ENCODER
      There are multiple XSS rules require an XSS encoder.
  • Method Details