Update dependency com.cedarsoftware:json-io to v4.14.1 [SECURITY] #139
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.
This PR contains the following updates:
4.9.1
->4.14.1
GitHub Vulnerability Alerts
CVE-2023-34610
An issue was discovered json-io through 4.14.0 allows attackers to cause a denial of service or other unspecified impacts via crafted object that have deeply nested structures.
Release Notes
jdereg/json-io (com.cedarsoftware:json-io)
v4.14.1
Compare Source
EnumSet
support fixed. @laurgarnv4.14.0
Compare Source
Enum
serialization error with Java 17 #155. According to @wweng-talend, if you set : "--illegal-access=deny" on jvm parameters, it works the same between jdk11 and jdk17.EnumSet
with json without type #120. Fix by @sgandon and @wwang-talendv4.13.0
Compare Source
v4.12.0
Compare Source
v4.11.1
Compare Source
FORCE_MAP_FORMAT_ARRAY_KEYS_ITEMS:true|false
to allow forcing JSON output format to always writeMap
as@keys/@​items
in the JSON (example:{"@​keys":["a", "b"], "@​values":[1, 2]}
, rather than its default behavior of recognizing allString
keys and writing theMap
as a JSON object, example:{"a":1, "b":2}.
The default value for this flag isfalse
.v4.11.0
Compare Source
JsonReader.setAllowNanAndInfinity(boolean)
andJsonWriter.setAllowNanAndInfinity(boolean)
. The default isfalse
to match the JSON standard.JsonReader.jsonToJava("")
orJsonReader.jsonToJava(null)
now returns anull
, rather than throwing an exception.ProcessBuilder
to be serialized.isAccessible()
on Java'sField
class. This has been removed.{ "@​type": "char", "value": "\"" }
, the value was read in as\u0000
. It now reads in correctly as a double quote character.v4.10.1
Compare Source
FastPushbackBufferedReader
constructor public so that this stream reader can be used anywhere.v4.10.0
Compare Source
Maps
, logical primitives that are notlong
,double
,boolean
, ornull
, were being kept inJsonObjects
instead of being converted into their respective types (int
,float
,Date
, etc.)v4.9.12
v4.9.11
MetaUtils.getLogMessage()
.v4.9.10
v4.9.9
Compare Source
v4.9.8
Compare Source
v4.9.7
Compare Source
JsonReader.addReaderPermanent()
andJsonWriter.addWriterPermanent()
to allow for a static (lifecycle of JVM) reader / writer to be added. Now, custom readers and writers can be added that only exist per-instance ofJsonReader
/JsonWriter
or permanently, so they do not have to be added each instantiation (through args or call.addReader()
or.addWriter()
).v4.9.6
Compare Source
enum
handling. Updated how enums are detected so that subclasses of enums are detected.ordinal
andinternal
fields no longer output.v4.9.5
Compare Source
v4.9.4
Compare Source
v4.9.3
v4.9.2
.keySet()
and.values()
are coerced to standard mutable collection classes.Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.