Table: baleen_owasp
List Open Web Application Security Project rules.
Notes:
- List queries require a
namespace
.
Examples
List current status of owasp rules
select name, enabledfrom baleen_owaspwhere namespace = 'kfuAlneru9fjrG==';
Get disabled rules
select name, enabledfrom baleen_owaspwhere namespace = 'kfuAlneru9fjrG==' and not enabled;
Schema for baleen_owasp
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
description | text | The description of the rule. | |
enabled | boolean | Status of the rule. | |
group | text | The group of the rule. | |
id | text | The ID of the OWASP rule. | |
name | text | The name of the rule. | |
namespace | text | = | Namespace of the owasp rule. |