Skip to content

Commit

Permalink
CVE-2020-13936 Sandbox Bypass in Apache Velocity Engine (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Jun 24, 2024
1 parent d200628 commit 35d4ad7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
fail_on_unmatched_files: false
generate_release_notes: true
files: |
OpenICF-java-framework/openicf-zip/target/*.zip
OpenICF-csvfile-connector/target/*.jar
OpenICF-databasetable-connector/target/*.jar
OpenICF-groovy-connector/target/*.jar
OpenICF-kerberos-connector/target/*.jar
OpenICF-ldap-connector/target/*.jar
OpenICF-ssh-connector/target/*.jar
OpenICF-xml-connector/target/*.jar
OpenICF-java-framework/openicf-zip/target/*${{ github.event.inputs.releaseVersion }}.zip
OpenICF-csvfile-connector/target/*${{ github.event.inputs.releaseVersion }}.jar
OpenICF-databasetable-connector/target/*${{ github.event.inputs.releaseVersion }}.jar
OpenICF-groovy-connector/target/*${{ github.event.inputs.releaseVersion }}.jar
OpenICF-kerberos-connector/target/*${{ github.event.inputs.releaseVersion }}.jar
OpenICF-ldap-connector/target/*${{ github.event.inputs.releaseVersion }}.jar
OpenICF-ssh-connector/target/*${{ github.event.inputs.releaseVersion }}.jar
OpenICF-xml-connector/target/*${{ github.event.inputs.releaseVersion }}.jar
release-docker:
name: Docker release
runs-on: 'ubuntu-latest'
Expand Down
22 changes: 1 addition & 21 deletions OpenICF-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,31 +158,11 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-velocity</artifactId>
<version>1.1.8</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-api</artifactId>
</exclusion>
<exclusion>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
</exclusions>
<version>1.2</version>
</dependency>


<!-- other -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>

<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-exec</artifactId>
Expand Down

0 comments on commit 35d4ad7

Please sign in to comment.