You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
Username: choosen Username
21
21
Password: choosen Password
22
22
```
23
+
23
24
4. You are now logged in. Additional users can be created in the user managment section. New users are created without any permissions by default. They are not even permitted to log in. This can be changed by assigning them to the pre-exsisting groups or by granting them the required permission individually.
The secureCodeBox can save the security tests results into different data stores. A list with all availible stores and how to configure and use them can be found [here](./persistence/README.md).
58
59
59
-
## Meta Fields and How to use them
60
+
## Starting securityTests
60
61
61
-
MetaFields can be used to tag security tests with custom data relevant for you. We have encountered some data values which we found paticulary usefull and standardized their format to be used in multiple places. The list and formats can be found [here](./metafields/README.md).
62
+
### Starting securityTests using the UI
63
+
64
+
When a scan is started via the Camunda UI, the scan is considered to be a manual scans. This means that its results has to be confirmed before they it gets persisted by the configured persistence provider (e.g. elasticsearch). The results will show up in the tasklist and will get persistet once their the task has been marked as completed.
65
+
66
+
### Starting securityTests using the REST-API
62
67
63
-
## Starting securityTests using the REST-API
68
+
When a scan is started via the REST-API, the scan is considered to be automated. This means that the results will get automatically persisted into the configured perssitence provider (e.g. elasticsearch). The results of the securityTest will however **not** show up in the tasklist. The securityTest will be completed directly and the results are only availible via the persistence provider or by accessing it via the Rest-API.
64
69
65
70
In order to start a scan via the REST-API, send a PUT-Request to the following URL:
66
71
`<<Engine_Address>>/box/securityTests`.
@@ -85,6 +90,12 @@ The scanning target is set within the payload. A securityTest running a nmap por
85
90
86
91
You can check out a more detailed API documentation in the Swagger Docs of the secureCodeBox Engine. The Swagger Docs come together with the secureCodeBox Engine. You can access it at `<<Engine_Address>>/swagger-ui.html`. If you dont have one running yet you can look at the staticly exported version of it here: [Static API Docs](../developer-guide/api-doc.md)
87
92
93
+
#### Meta Fields and How to use them
94
+
95
+
MetaFields can be used to tag security tests with custom data relevant for you. We have encountered some data values which we found paticulary usefull and standardized their format to be used in multiple places. The list and formats can be found [here](./metafields/README.md).
96
+
97
+
MetaFields can currently only be set via the rest api. See the swagger docs for how to set them.
98
+
88
99
### In Depth Scan Examples
89
100
90
101
The following links contain completes examples and explanations how to set up and start scans against demo application.
0 commit comments