Skip to content

Commit fd40986

Browse files
authored
Update to version v3.2.9 (#196)
1 parent 07149e2 commit fd40986

File tree

26 files changed

+1967
-398
lines changed

26 files changed

+1967
-398
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.9] - 2024-06-21
9+
10+
### Updated
11+
12+
- Updated braces from 3.0.2 to 3.0.3 to mitigate security vulnerability [CVE-2024-4068](https://avd.aquasec.com/nvd/2024/cve-2024-4068)
13+
- Updated ejs from 3.1.9 to 3.1.10 to mitigate security vulnerability [CVE-2024-33883](https://avd.aquasec.com/nvd/2024/cve-2024-33883)
14+
- Updated ws from 7.5.9 to 7.5.10 to mitigate security vulnerability [CVE-2024-37890](https://github.com/advisories/GHSA-3h5v-q93c-6h6q)
15+
- Updated json-path from 2.7.0 to 2.9.0 to mitigate security vulnerability [CVE-2023-51074](https://nvd.nist.gov/vuln/detail/CVE-2023-51074)
16+
- Updated taurus from 1.16.29 to 1.16.31
17+
818
## [3.2.8] - 2024-04-15
919

1020
### Updated

VERSION.txt

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

deployment/ecr/distributed-load-testing-on-aws-load-tester/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM blazemeter/taurus:1.16.29
1+
FROM blazemeter/taurus:1.16.31
22
# taurus includes python and pip
33
RUN /usr/bin/python3 -m pip install --upgrade pip
44
RUN pip install --no-cache-dir awscli
@@ -41,10 +41,8 @@ RUN pip install cryptography==42.0.5
4141
RUN rm -rf /root/.bzt/python-packages/3.10.12/cryptography*
4242
RUN cp -r /usr/local/lib/python3.10/dist-packages/cryptography* /root/.bzt/python-packages/3.10.12/
4343

44-
# Replacing Pillow with more stable version resolve CVE-2023-50447
45-
RUN rm -rf /root/.local/lib/python3.10/site-packages/Pillow*
46-
RUN pip install pillow==10.3.0
47-
RUN cp -r /usr/local/lib/python3.10/dist-packages/pillow* /root/.local/lib/python3.10/site-packages/
44+
# Removing dotnet dependencies as NUnit and Xunit is not supported in DLT
45+
RUN rm -rf /usr/share/dotnet
4846

4947
# Replacing aiohttp with more stable version to resolve CVE-2024-23334
5048
RUN rm -rf /usr/local/lib/python3.10/dist-packages/aiohttp*

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* lets-plot-batik v2.2.1 will be replaced with 4.2.0
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
21+
* json-path v2.7.0 will be replaced with v2.9.0
2122
2223
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.
2324
"""
@@ -34,7 +35,7 @@
3435
"lets-plot-batik": "org/jetbrains/lets-plot/lets-plot-batik/4.2.0/lets-plot-batik-4.2.0.jar",
3536
"commons-net": "commons-net/commons-net/3.9.0/commons-net-3.9.0.jar",
3637
"tika-core": "org/apache/tika/tika-core/2.9.2/tika-core-2.9.2.jar",
37-
38+
"json-path": "com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.jar"
3839
}
3940
JMETER_VERSION = "5.5"
4041
JMETER_PLUGINS_MANAGER_VERSION = "1.10"

source/api-services/package-lock.json

Lines changed: 10 additions & 10 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.8",
3+
"version": "3.2.9",
44
"description": "REST API micro services",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)