Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 2c95538

Browse files
committed
Added properties from security update.
1 parent e83742b commit 2c95538

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Argument | Description | Default Value
5959
```org.raml.fallback_datetime_to_datetime-only```| if TRUE, value passed to a datetime type will fallback on the datetime-only type and validate accordingly| ```false```
6060
```org.raml.cast_strings_as_numbers```| if TRUE, will attempt to cast strings as numbers and validate| ```false```
6161
```org.raml.nillable_types```| if TRUE, makes all types equivalent to type: <code>type: type&#124; nil;</code> | ```false```
62+
```raml.verifyRaml```|Verify the RAML file for YAML reference abuses | `true`
63+
```raml.verifyReferenceCycle```|Specifically verify YAML reference cycles| `true`
64+
```raml.maxDepth```|Limit depth of YAML references | `2000`
65+
```raml.maxReferences```|Limit number of YAML references in expansions|`10000`
6266
```raml.parser.encoding```| Defines the charset being used by the parser| ```UTF-8```
6367

6468
The RAML parser's XML parsing components also respect Java XML entity properties.

0 commit comments

Comments
 (0)