major
minor
minor
#27027
Declarative forms: SelectField disappears after upload if option list depends on mandatory property
#27042
MaintenanceJspBase should write to the log first, then to the client, instead of the other way around.
defect
The check has been failing since September 9, 2023, with the following error message:
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:7.1.0-TL:aggregate (default-cli) on project tl-parent-all: Fatal exception(s) analyzing tl-parent-all: One or more exceptions occurred during analysis: [ERROR] UpdateException: org.owasp.dependencycheck.data.nvdcve.DatabaseException: Error updating 'CVE-2020-36569' [ERROR] caused by DatabaseException: Error updating 'CVE-2020-36569' [ERROR] caused by JdbcBatchUpdateException: Value too long for column "VERSIONENDEXCLUDING CHARACTER VARYING(60)": "'0.0.0-20160722212129-ac0cc4484ad4_before_v0.0.0-20200131131040-063a3fb69896' (75)"; SQL statement: [ERROR] INSERT INTO software (cveid, cpeEntryId, versionEndExcluding, versionEndIncluding, versionStartExcluding, versionStartIncluding, vulnerable) VALUES (?, ?, ?, ?, ?, ?, ?) [22001-210] [ERROR] NoDataException: No documents exist
The issue appears to have been fixed in 7.4.4; see https://github.com/jeremylong/DependencyCheck/issues/5220
Test
- Run `mvn dependency-check:aggregate ` on the Build Reactor module (tl-parent-all for the engine).