Skip to content

Commit f524068

Browse files
committedApr 27, 2023
docs(job-files):
1 parent d79ba9b commit f524068

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# runtime-resources
2-
This repository contains information and examples for how to configure runtime scans at GuardRails.
2+
3+
This repository contains:
4+
5+
* Example _Job_ files, useful for customizing for consumption of the GuardRails application testing engine
6+
* The SUT and Emissary strategies consumed by the GuardRails application testing engine
7+

‎jobs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ Documentation around the _Job_ file structure can be found at https://docs.guard
22

33
Examples of _Job_ files can be found at https://github.com/guardrailsio/runtime-resources/tree/main/jobs
44

5+
* advanced-BrowserApp-job-example: This _Job_ file targets the [NodeGoat](https://github.com/OWASP/NodeGoat) SUT, which we host using [purpleteam-iac-sut](https://github.com/purpleteam-labs/purpleteam-iac-sut). You can use this _Job_ file and just update the `sutHost` to point to your hosted copy of NodeGoat as well as the `username` and `password` properties. If you are curious as to what the varius strategies do, you can read through their source code. For example the `sutAuthentication: { sitesTreeSutAuthenticationPopulationStrategy: FormStandard } can be found [here](https://github.com/guardrailsio/runtime-resources/blob/main/sUtAndEmissaryStrategies/1_sitesTreeSutAuthenticationPopulation/formStandard.js)
6+
* simple-BrowserApp-job-example: This _Job_ file is good for most browser applications that don't require authentication. If using this _Job_ file, you will need to provide a valid `sutHost` property value. As it is, it will inform the application testing engine to scan the specified host from the root. If you want to be more specific, you can add routes to be scanned
7+

0 commit comments

Comments
 (0)
Failed to load comments.