# 
# Rules that determine what facts should be ignored. Each rule is applied once
# for each 'a' SAINT fact. A rule is a PERL condition that has full access to
# the $target..$text globals and to all functions.
#
# Empty lines and text after a "#" character are ignored. Long lines may
# be broken with backslash-newline.
# 
# Example:
# $target eq "myhost.com" && $text =~ /RDS/
# means don't report RDS vulnerabilities for myhost.com
#
