Currently, the "Critical" RSS feeds include only reports where web_critical > 0. This commit adds reports where web_direct > 0, since Direct non-compliances are a type of Critical non-compliance, but are counted by a separate variable. (There are many reports, e.g., where web_direct > 0 but web_critical == 0.)
This commit also tweaks the body of the RSS entries, adding a "Direct" count and rephrasing "Critical" to "Other Critical".
Currently, the "Critical" RSS feeds include only reports where
web_critical > 0
. This commit adds reports whereweb_direct > 0
, since Direct non-compliances are a type of Critical non-compliance, but are counted by a separate variable. (There are many reports, e.g., whereweb_direct > 0
butweb_critical == 0
.)This commit also tweaks the body of the RSS entries, adding a "Direct" count and rephrasing "Critical" to "Other Critical".