s

script-security

Allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.
https://github.com/jenkinsci/script-security-plugin
MIT License
CrafterCMS
Sumer Jabri
Files download
File Operation
script-security-1.72.8.jar download
script-security-1.72.8.pom download
script-security-1.72.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.craftercms</groupId>
  <artifactId>script-security</artifactId>
  <version>1.72.8</version>
</dependency>
Gradle Groovy
implementation 'org.craftercms:script-security:1.72.8'
Gradle Kotlin
implementation("org.craftercms:script-security:1.72.8")
Scala SBT
libraryDependencies += "org.craftercms" % "script-security" % "1.72.8"
Groovy Grape
@Grapes(
  @Grab(group='org.craftercms', module='script-security', version='1.72.8')
)
Apache Ivy
<dependency org="org.craftercms" name="script-security" rev="1.72.8" />
Leiningen
[org.craftercms/script-security "1.72.8"]
Apache Buildr
'org.craftercms:script-security:jar:1.72.8'