mirror of
https://github.com/mandiant/capa.git
synced 2026-04-28 11:53:20 -07:00
tests: add negative substring feature test fixture
This commit is contained in:
7
tests/fixtures/features/static.json
vendored
7
tests/fixtures/features/static.json
vendored
@@ -632,6 +632,13 @@
|
||||
"feature": "substring: HTTP/1.0",
|
||||
"explanation": "basic substring"
|
||||
},
|
||||
{
|
||||
"file": "pma16-01",
|
||||
"location": "function=0x4021B0",
|
||||
"feature": "substring: nope",
|
||||
"expected": false,
|
||||
"explanation": "substring not present"
|
||||
},
|
||||
{
|
||||
"file": "pma16-01",
|
||||
"location": "function=0x402F40",
|
||||
|
||||
Reference in New Issue
Block a user