[core] Upgrade json-smart and resolve CVE-2024-57699#5415
Merged
JingsongLi merged 1 commit intoapache:masterfrom Apr 8, 2025
Merged
[core] Upgrade json-smart and resolve CVE-2024-57699#5415JingsongLi merged 1 commit intoapache:masterfrom
JingsongLi merged 1 commit intoapache:masterfrom
Conversation
Contributor
|
+1 |
jerry-024
added a commit
to jerry-024/paimon
that referenced
this pull request
Apr 10, 2025
* github/master: (38 commits) [core] Add option to always select level 0 files when compacting (apache#5428) [hive] Fix `sync-all-properties` related tests (apache#5435) [core] File of Postpone bucket could be avro and no stats (apache#5427) [rest] add requestId into errorMsg (apache#5426) [hotfix] Fix test WithPartialUpdateMergeFunctionTest (apache#5425) [common] Set SYNC_ALL_PROPERTIES default to true, be kind to user. (apache#5411) [core] Introduce 'metadata.stats-mode.per.level' (apache#5422) [core] Throw exception when travel to timestamp before the earliest snapshot (apache#5423) [spark] Add bucket function and write benchmark (apache#5418) [flink] Flink batch delete supports aggregation.remove-record-on-delete option (apache#5402) [core] Fix aggregate delete bug and refactor SortBufferWriteBufferTestBase (apache#5414) [core] Validate fast-forward from the current branch (apache#5413) [core] Upgrade json-smart and resolve CVE-2024-57699 (apache#5415) [core] Add withLevel method in SnapshotReader to optimize RO table scanning (apache#5412) [cdc] Fix database sync performance issue of schema evolution (apache#5382) [core] Unify the order of procedure loading properties (apache#4657) [docs] add more docs about record-level expire (apache#5410) [core] Aggregate merge function should not return empty row with non-null column type exist (apache#5407) [core] Fix FileMonitorTable with Deletion Vectors Enabled (apache#5406) [core] Make the default version of bitmap index to 2 (apache#5405) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Since the current version contains vulnerability, we shoule consider upgrading json-smart version to resolve CVE-2024-57699.
Tests
API and Format
Documentation