Skip to content

Commit dfc7cb2

Browse files
authored
Merge pull request #83 from secureCodeBox/docs/differences-ui-vs-rest
Clarifying differences ui vs rest
2 parents f3215e4 + b682fd1 commit dfc7cb2

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/user-guide/README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
Username: choosen Username
2121
Password: choosen Password
2222
```
23+
2324
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.
2425

2526
![User management](../resources/userManagement.png)
@@ -56,11 +57,15 @@ Password: choosen Password
5657

5758
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).
5859

59-
## Meta Fields and How to use them
60+
## Starting securityTests
6061

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
6267

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.
6469

6570
In order to start a scan via the REST-API, send a PUT-Request to the following URL:
6671
`<<Engine_Address>>/box/securityTests`.
@@ -85,6 +90,12 @@ The scanning target is set within the payload. A securityTest running a nmap por
8590

8691
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)
8792

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+
8899
### In Depth Scan Examples
89100

90101
The following links contain completes examples and explanations how to set up and start scans against demo application.

0 commit comments

Comments
 (0)