README.md: description of access_json

This commit is contained in:
thomashaw
2017-09-05 15:56:00 +01:00
parent 521206c03f
commit 09a15ae7c8

View File

@@ -401,6 +401,9 @@ You can use datastores to store generate information for complex scenarios, such
It is also possible to iterate through a datastore, and feed each value into separate modules. This is illustrated in:
```scenarios/examples/datastore_examples/iteration_and_element_access.xml```
Some generators generate structured content in JSON format, for example the organisation type. It is possible to access a particular element of structured data from a datastore with the access_json using the ruby hash lookup format. In order to access a particular element from a datastore:
```scenarios/examples/datastore_examples/json_selection_example.xml```
## Modules
SecGen is designed to be easily extendable with modules that define vulnerabilities and other kinds of software, configuration, and content changes.