mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Unsafe deserialization: add support for Jodd JSON library
This commit is contained in:
@@ -15,7 +15,7 @@ may have unforeseen effects, such as the execution of arbitrary code.
|
||||
<p>
|
||||
There are many different serialization frameworks. This query currently
|
||||
supports Kryo, XmlDecoder, XStream, SnakeYaml, JYaml, JsonIO, YAMLBeans, HessianBurlap, Castor, Burlap,
|
||||
Jackson, Jabsorb and Java IO serialization through
|
||||
Jackson, Jabsorb, Jodd JSON and Java IO serialization through
|
||||
<code>ObjectInputStream</code>/<code>ObjectOutputStream</code>.
|
||||
</p>
|
||||
</overview>
|
||||
@@ -105,6 +105,10 @@ Blog posts by the developer of Jackson libraries:
|
||||
Jabsorb documentation on deserialization:
|
||||
<a href="https://github.com/Servoy/jabsorb/blob/master/src/org/jabsorb/">Jabsorb JSON Serializer</a>.
|
||||
</li>
|
||||
<li>
|
||||
Jodd JSON documentation on deserialization:
|
||||
<a href="https://json.jodd.org/parser">JoddJson Parser</a>.
|
||||
</li>
|
||||
</references>
|
||||
|
||||
</qhelp>
|
||||
|
||||
Reference in New Issue
Block a user