Skip to content

Commit

Permalink
Update: 3.8 known issue for JSON threat protection plugin (#7924)
Browse files Browse the repository at this point in the history
* 3.8 known issue for JSON threat protection plugin

* add the known issue to the plugin's own changelog
  • Loading branch information
lena-larionova authored Sep 13, 2024
1 parent 06a42f0 commit 9834d70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/_hub/kong-inc/json-threat-protection/_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
### {{site.base_gateway}} 3.8.0.0

* Introduced the new **JSON Threat Protection** plugin.

**Known issues**:
* In the [JSON Threat Protection plugin](/hub/kong-inc/json-threat-protection/configuration/), the default value of `-1`
for any of the `max_*` parameters indicates unlimited.
In some environments (such as ARM64-based environments), the default value is interpreted incorrectly.
The plugin can erroneously block valid requests if any of the parameters continue with the default values.
To mitigate this issue, configure the JSON Threat Protection plugin with limits for all of the `max_*` parameters.
8 changes: 8 additions & 0 deletions app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,14 @@ to be set for the Kafka client.
* Fixed a memory leak issue where the master nodes cache expanded infinitely upon refresh.
* Fixed an issue where multiple cluster instances were accidentally flushed.

### Known issues

* In the [JSON Threat Protection plugin](/hub/kong-inc/json-threat-protection/configuration/), the default value of `-1`
for any of the `max_*` parameters indicates unlimited.
In some environments (such as ARM64-based environments), the default value is interpreted incorrectly.
The plugin can erroneously block valid requests if any of the parameters continue with the default values.
To mitigate this issue, configure the JSON Threat Protection plugin with limits for all of the `max_*` parameters.

## 3.7.1.2
**Release Date** 2024/07/09

Expand Down

0 comments on commit 9834d70

Please sign in to comment.