mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
16 lines
438 B
YAML
16 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."
|