All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gdssecurity.pmd.annotations.SQLSink Maven / Gradle / Ivy

Go to download

Custom ruleset for the open source static analysis tool PMD. The ruleset contains rules intended to identify security violations that map to the 2013 OWASP Top 10

The newest version!
package com.gdssecurity.pmd.annotations;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Documented
@Retention(value=RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
public @interface SQLSink {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy