mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
README.md: description of access_json
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user