p

pmd-gds

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
https://github.com/albfernandez/GDS-PMD-Security-Rules
GPL
Alberto Fernández
Files download
File Operation
pmd-gds-2.33.0.jar download
pmd-gds-2.33.0.pom download
pmd-gds-2.33.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.albfernandez</groupId>
  <artifactId>pmd-gds</artifactId>
  <version>2.33.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.albfernandez:pmd-gds:2.33.0'
Gradle Kotlin
implementation("com.github.albfernandez:pmd-gds:2.33.0")
Scala SBT
libraryDependencies += "com.github.albfernandez" % "pmd-gds" % "2.33.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albfernandez', module='pmd-gds', version='2.33.0')
)
Apache Ivy
<dependency org="com.github.albfernandez" name="pmd-gds" rev="2.33.0" />
Leiningen
[com.github.albfernandez/pmd-gds "2.33.0"]
Apache Buildr
'com.github.albfernandez:pmd-gds:jar:2.33.0'