Skip to content

Commit 342139f

Browse files
authored
Update to version v3.2.10 (#202)
1 parent fd40986 commit 342139f

File tree

27 files changed

+24826
-2923
lines changed

27 files changed

+24826
-2923
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.2.10] - 2024-08-02
9+
10+
### Updated
11+
12+
- Updated dnsjava jar on docker image to 3.6.1 to mitigate security vulnerability [CVE-2023-50387](https://nvd.nist.gov/vuln/detail/CVE-2023-50387)
13+
- Updated fast-xml-parser to 4.4.1 to mitigate [CVE-2024-41818](https://avd.aquasec.com/nvd/cve-2024-41818)
14+
15+
### Fixed
16+
17+
- Fixed issues pertaining to discrepency between the sum of failed response codes number and total number of error count
18+
819
## [3.2.9] - 2024-06-21
920

1021
### Updated

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.9
1+
3.2.10

deployment/ecr/distributed-load-testing-on-aws-load-tester/jar_updater.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* commons-net v3.8.0 will be replaced with v3.9.0
2020
* tika-core v1.28.3 will be replaced with v2.9.2
2121
* json-path v2.7.0 will be replaced with v2.9.0
22+
* dnsjava v2.1.9 will be replaced with v3.6.1
2223
2324
Also jmeter plugins manager will be updated to v1.10 to address CVEs and cmdrunner will be updated to v2.3 to accomodate with plugins manager.
2425
"""
@@ -35,7 +36,8 @@
3536
"lets-plot-batik": "org/jetbrains/lets-plot/lets-plot-batik/4.2.0/lets-plot-batik-4.2.0.jar",
3637
"commons-net": "commons-net/commons-net/3.9.0/commons-net-3.9.0.jar",
3738
"tika-core": "org/apache/tika/tika-core/2.9.2/tika-core-2.9.2.jar",
38-
"json-path": "com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.jar"
39+
"json-path": "com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.jar",
40+
"dnsjava": "dnsjava/dnsjava/3.6.1/dnsjava-3.6.1.jar"
3941
}
4042
JMETER_VERSION = "5.5"
4143
JMETER_PLUGINS_MANAGER_VERSION = "1.10"

source/api-services/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/api-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-services",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "REST API micro services",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)