Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[JENKINS-43813] Remove dependency to script-security-plugin.
Browse files Browse the repository at this point in the history
Removed script sandbox for Groovy parsers. Now parsers can be defined
in the global configuration by an administrator with RUN_SCRIPTS
permission. The script itself is not checked by the sandbox anymore.
  • Loading branch information
uhafner committed Jul 14, 2017
1 parent 1e66dec commit a53f512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks.iml
Expand Up @@ -14,8 +14,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="analysis-core" />
<orderEntry type="library" name="Maven: org.jenkins-ci.plugins:script-security:1.25" level="project" />
<orderEntry type="library" name="Maven: org.kohsuke:groovy-sandbox:1.10" level="project" />
<orderEntry type="library" name="Maven: de.java2html:java2html:5.0" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.3.2" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-digester3:3.2" level="project" />
Expand Down Expand Up @@ -51,6 +49,8 @@
<orderEntry type="library" scope="TEST" name="Maven: org.jenkins-ci.plugins:credentials:1.16.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: net.jcip:jcip-annotations:1.0" level="project" />
<orderEntry type="library" name="Maven: org.jenkins-ci.plugins:matrix-project:1.2.1" level="project" />
<orderEntry type="library" name="Maven: org.jenkins-ci.plugins:script-security:1.13" level="project" />
<orderEntry type="library" name="Maven: org.kohsuke:groovy-sandbox:1.8" level="project" />
<orderEntry type="library" name="Maven: org.jenkins-ci.main:maven-plugin:2.9" level="project" />
<orderEntry type="library" name="Maven: org.jenkins-ci.plugins:javadoc:1.0" level="project" />
<orderEntry type="library" name="Maven: org.jenkins-ci.plugins:mailer:1.7" level="project" />
Expand Down

0 comments on commit a53f512

Please sign in to comment.