Files
mandiant-capa-rules/nursery/linked-against-cpp-json-library.yml
Yacine Elhamer 8d851f3343 updated rules
2023-08-20 15:39:29 +02:00

17 lines
438 B
YAML

rule:
meta:
name: linked against CPP JSON library
namespace: linking/static/jsoncpp
authors:
- "@mr-tz"
scopes:
static: file
dynamic: file
references:
- https://github.com/open-source-parsers/jsoncpp
features:
- or:
- string: "Exceeded stackLimit in readValue()."
- string: "Missing ',' or '}' in object declaration"
- string: "Extra non-whitespace after JSON value."