Skip to content

Instantly share code, notes, and snippets.

@JLLeitschuh
Last active October 20, 2018 14:17
Show Gist options
  • Save JLLeitschuh/bb8143b766fc924a6f384201222c33ec to your computer and use it in GitHub Desktop.
Save JLLeitschuh/bb8143b766fc924a6f384201222c33ec to your computer and use it in GitHub Desktop.
Exposed User
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