Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions content/includes/waf/policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3722,8 +3722,8 @@ <h2 id="policy/override-rules">override-rules</h2>
<td></td>
</tr>
<tr class="even">
<td><code>override</code></td>
<td>string</td>
<td><a href="#policy/override-rules/override">override</a></td>
<td>object</td>
<td>The overriding security policy definition.</td>
<td></td>
</tr>
Expand All @@ -3735,6 +3735,25 @@ <h2 id="policy/override-rules">override-rules</h2>
</tr>
</tbody>
</table>
<h3 id="policy/override-rules/override">override</h3>
<table>
<colgroup>
<col style="width: 29%" />
<col style="width: 5%" />
<col style="width: 47%" />
<col style="width: 17%" />
</colgroup>
<thead>
<tr class="header">
<th>Field Name</th>
<th>Type</th>
<th>Description</th>
<th>Allowed Values</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h3 id="policy/override-rules/violation">violation</h3>
<table>
<colgroup>
Expand Down
2 changes: 1 addition & 1 deletion data/nap-waf/schema/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3055,7 +3055,7 @@
},
"override" : {
"description" : "The overriding security policy definition.",
"type" : "string"
"type" : "object"
},
"violation" : {
"description" : "Contains the details of the raised VIOL_RULE violation.\nMandatory if action-type is violation.",
Expand Down
Loading