Greenbone Security Assistant
|
A validator rule. More...
#include <validator.h>
Data Fields | |
gchar * | alias_for |
Name of the rule for which this is an alias. More... | |
gchar * | regex |
Regular expression. More... | |
gboolean | is_binary |
Whether to expect raw byte data, skip UTF-8 checks. More... | |
A validator rule.
gchar* validator_rule::alias_for |
Name of the rule for which this is an alias.
gboolean validator_rule::is_binary |
Whether to expect raw byte data, skip UTF-8 checks.
gchar* validator_rule::regex |
Regular expression.