CodeQL library for Java/Kotlin
codeql/java-all 0.8.12 (changelog, source)
Search

Module FastJson

Provides classes and predicates for working with the FastJson framework.

Import path

import semmle.code.java.frameworks.FastJson

Imports

java

Provides all default Java QL imports.

Predicates

fastJsonLooksSafe

Holds if there is some call to ParserConfig.setSafeMode that does not explicitly disable safe mode.

Classes

FastJson

The class com.alibaba.fastjson.JSON.

FastJsonParseMethod

A FastJson parse method. This is either JSON.parse or JSON.parseObject.

FastJsonSetSafeMode

A call to ParserConfig.setSafeMode.