Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 501aef7

Browse files
committed
improves archetype docu
1 parent df2d2e6 commit 501aef7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/developer-guide/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ curl -X POST 'http://<your-docker-host>:8080/box/jobs/lock/<your-process-topic>
6262

6363
</details>
6464

65+
6566
To send results of your scan use the following curl. Please replace `<your-docker-host>` with the host of your secureCodeBox and `<job-id>` with the previously received `jobId`.
6667
```
6768
curl -X POST 'http://<your-docker-host>:8080/box/jobs/<job-id>/result' -H 'Content-Type: application/json' -H 'accept: application/json' --data-binary $'{"findings": [{"attributes": {"TEST_PORT": 34,"TEST_IP": "162.222.1.3"}, "category": "Infrastructure", "description": "The DNS Port is open.", "hint": "SQL-Injection: Please think about using prepared statements.", "id": "3dd4840c-81ae-4fed-90b5-b3eea3d4c701", "location": "tcp://162.222.1.3:53", "name": "Open Port", "osi_layer": "NETWORK", "reference": { "id": "CVE-2017-15707", "source": "https://www.cvedetails.com/cve/CVE-2017-15707/"}, "severity": "HIGH"}], "rawFindings": "string", "scannerId": "29bf7fd3-8512-4d73-a28f-608e493cd726", "scannerType": "test"}'
@@ -76,6 +77,7 @@ curl -X POST 'http://<your-docker-host>:8080/box/jobs/<job-id>/result' -H 'Conte
7677

7778
</details>
7879

80+
7981
To edit these models, Camunda provides a free modelling tool for the BPMN models which you can [download here](camunda_modeler).
8082
Feel free to get inspiration from the [prepackaged processes here](prepackaged_processes).
8183

0 commit comments

Comments
 (0)