Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43813] Remove dependency to script-security-plugin.
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 50ebf9d commit ca84f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmd.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: xerces:xercesImpl:2.11.0" level="project" />
Expand Down Expand Up @@ -61,6 +59,8 @@
<orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.8.3" level="project" />
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.1.1" 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 ca84f38

Please sign in to comment.