capa-rules/nursery/linked-against-cpp-json-library.yml
2023-11-24 11:34:28 +01:00

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."