mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
17 lines
438 B
YAML
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."
|