Skip to content

Commit

Permalink
Revert "👌 IMPROVE: Bump Lucee loader dependency to 6.0.0.585 to avoid…
Browse files Browse the repository at this point in the history
… known CVEs"

Since Lucee 6.x still packages these vulnerable versions, I see no good reason to upgrade our build loader version and possibly break something.

This reverts commit b6225e0.
  • Loading branch information
michaelborn committed Feb 21, 2024
1 parent df2fd58 commit 1a2ac53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixes a regression on [OOE-26](https://ortussolutions.atlassian.net/browse/OOE-26) where empty string values are coerced to `NULL` when an ORM type *is* declared. Originally reported against `6.4.0`, resolved in `6.5.0`, then regressed in `6.5.1`. - Resolves [OOE-26](https://ortussolutions.atlassian.net/browse/OOE-26).

### 🔐 Security

Bump Lucee build dependency to `6.0.0.585` to avoid [vulnerable dependencies in []`org.apache.commons:commons-compress`](https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-6254296), [`com.github.mwiede:jsch`](https://security.snyk.io/vuln/SNYK-JAVA-COMGITHUBMWIEDE-6130900), and [`org.apache.commons:commons-compress`](https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-6254297). NOTE: None of these vulnerabilities are realized in the Ortus ORM Extension, since we do not ship any Lucee code.

## [6.5.1] - 2024-02-20

### 🐛 Fixed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ lucee-core-version: ${minLuceeVersion}
<dependency>
<groupId>org.lucee</groupId>
<artifactId>lucee</artifactId>
<version>6.0.0.585</version>
<version>5.4.4.38</version>
<!-- https://www.baeldung.com/maven-dependency-scopes#2-provided -->
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 1a2ac53

Please sign in to comment.