cve module tests added

pull/2/head
Alexandre Dulaunoy 2016-03-18 08:17:17 +01:00
parent 909efc1e42
commit b505f1bd32
2 changed files with 2 additions and 0 deletions

1
tests/bodycve.json Normal file
View File

@ -0,0 +1 @@
{"module": "cve", "vulnerability": "CVE-2010-3333"}

1
tests/query-cve.sh Normal file
View File

@ -0,0 +1 @@
curl -s http://127.0.0.1:6666/query -H "Content-Type: application/json" --data @bodycve.json -X POST