Skip to content

Commit a54a13d

Browse files
authored
Merge pull request #14 from cisco-sbg/CLAM-2638-1.0.7-news
News: updates prior to 1.0.7
2 parents 4ab6044 + 8c8c9bc commit a54a13d

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

Jenkinsfile

-20
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ properties(
4848
string(name: 'FUZZ_CORPUS_BRANCH',
4949
defaultValue: '1.0',
5050
description: 'private-fuzz-corpus branch'),
51-
string(name: 'APPCHECK_PIPELINE',
52-
defaultValue: 'appcheck-1.0',
53-
description: 'test-pipelines branch for appcheck'),
5451
string(name: 'SHARED_LIB_BRANCH',
5552
defaultValue: 'master',
5653
description: 'tests-jenkins-shared-libraries branch')
@@ -212,23 +209,6 @@ node('default') {
212209
}
213210
}
214211

215-
tasks["appcheck"] = {
216-
stage("AppCheck") {
217-
final appcheckResult = build(job: "test-pipelines/${params.APPCHECK_PIPELINE}",
218-
propagate: true,
219-
wait: true,
220-
parameters: [
221-
[$class: 'StringParameterValue', name: 'CLAMAV_JOB_NAME', value: "${JOB_NAME}"],
222-
[$class: 'StringParameterValue', name: 'CLAMAV_JOB_NUMBER', value: "${BUILD_NUMBER}"],
223-
[$class: 'StringParameterValue', name: 'BUILD_JOB_NAME', value: "test-pipelines/${params.BUILD_PIPELINE}"],
224-
[$class: 'StringParameterValue', name: 'BUILD_JOB_NUMBER', value: "${buildResult.number}"],
225-
[$class: 'StringParameterValue', name: 'VERSION', value: "${params.VERSION}"]
226-
]
227-
)
228-
echo "test-pipelines/${params.APPCHECK_PIPELINE} #${appcheckResult.number} succeeded."
229-
}
230-
}
231-
232212
parallel tasks
233213
}
234214
}

NEWS.md

+28
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ differ slightly from third-party binary packages.
77

88
ClamAV 1.0.7 is a patch release with the following fixes:
99

10+
- [CVE-2024-20506](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-20506):
11+
Changed the logging module to disable following symlinks on Linux and Unix
12+
systems so as to prevent an attacker with existing access to the 'clamd' or
13+
'freshclam' services from using a symlink to corrupt system files.
14+
15+
This issue affects all currently supported versions. It will be fixed in:
16+
- 1.4.1
17+
- 1.3.2
18+
- 1.0.7
19+
- 0.103.12
20+
21+
Thank you to Detlef for identifying this issue.
22+
23+
- [CVE-2024-20505](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-20505):
24+
Fixed a possible out-of-bounds read bug in the PDF file parser that could
25+
cause a denial-of-service (DoS) condition.
26+
27+
This issue affects all currently supported versions. It will be fixed in:
28+
- 1.4.1
29+
- 1.3.2
30+
- 1.0.7
31+
- 0.103.12
32+
33+
Thank you to OSS-Fuzz for identifying this issue.
34+
35+
- Removed unused Python modules from freshclam tests including deprecated
36+
'cgi' module that is expected to cause test failures in Python 3.13.
37+
1038
- Fix unit test caused by expiring signing certificate.
1139
- Backport of [GitHub pull request](https://github.com/Cisco-Talos/clamav/pull/1305)
1240

0 commit comments

Comments
 (0)