Last active
October 20, 2018 14:17
-
-
Save JLLeitschuh/bb8143b766fc924a6f384201222c33ec to your computer and use it in GitHub Desktop.
Exposed User
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildscript { | |
repositories { | |
gradlePluginPortal() | |
} | |
dependencies { | |
/* | |
* In practice, this attack could have been leveraged against any plugin on | |
* the Gradle plugin portal. | |
* I created my own plugin for testing purposes. | |
*/ | |
classpath("gradle.plugin.org.jlleitschuh.testing.security:gradle-testing:+") | |
} | |
} | |
apply(plugin = "org.jlleitschuh.testing.security-plugin") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment