Greenbone Security Assistant
Data Fields
validator_rule Struct Reference

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...
 

Detailed Description

A validator rule.

Field Documentation

◆ alias_for

gchar* validator_rule::alias_for

Name of the rule for which this is an alias.

◆ is_binary

gboolean validator_rule::is_binary

Whether to expect raw byte data, skip UTF-8 checks.

◆ regex

gchar* validator_rule::regex

Regular expression.


The documentation for this struct was generated from the following file: