mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
18 lines
560 B
YAML
18 lines
560 B
YAML
rule:
|
|
meta:
|
|
name: linked against CPP standard library
|
|
namespace: linking/static
|
|
authors:
|
|
- "@mr-tz"
|
|
scopes:
|
|
static: file
|
|
dynamic: file
|
|
references:
|
|
- https://en.wikipedia.org/wiki/P._J._Plauger
|
|
- https://www.dinkumware.com/
|
|
examples:
|
|
- 03b236b23b1ec37c663527c1f53af3fe
|
|
features:
|
|
- or:
|
|
- string: "Copyright (c) by P.J. Plauger, licensed by Dinkumware, Ltd. ALL RIGHTS RESERVED."
|
|
- string: "Copyright (c) 1992-2004 by P.J. Plauger, licensed by Dinkumware, Ltd. ALL RIGHTS RESERVED."
|