Package io.codemodder
Interface DependencyGAV
- All Known Implementing Classes:
DependencyGAV.Default
public interface DependencyGAV
Models a Java dependency we might want to add.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DependencyGAV
The pixee Java Security Toolkit is required by many weaves/visitors so we'll expose it here.static final DependencyGAV
There are multiple XSS rules require an XSS encoder. -
Method Summary
-
Field Details
-
JAVA_SECURITY_TOOLKIT
The pixee Java Security Toolkit is required by many weaves/visitors so we'll expose it here. -
OWASP_XSS_JAVA_ENCODER
There are multiple XSS rules require an XSS encoder.
-
-
Method Details