Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create and edit a classification rule

Create rules to automatically classify the incoming vulnerabilities to the correct teams for remediation.

Before you begin

Role required: sn_vul.manage_classification_rule

About this task

When created, these rules classify the vulnerabilities as belonging to either a platform or an application. You can configure these rules to replace the value of a specific field on the vulnerability entry.

Use these rules to move the calculation upstream to the Third-Party Vulnerabilities Entry table to enable the reuse of content.

Procedure

  1. Navigate to All > Vulnerability Response > Administration > Classification Rules.

  2. To view a classification group, click that group.

  3. On the Classification Rules context menu, click New.

  4. On the form, fill in the fields.

FieldDescription
NameName of the new classification rule.
ActiveOption to activate the rule.
DescriptionDescription of the new classification rule.
Execution orderOrder in which the rule should be executed.
Advanced viewOption to view additional fields on the tabbed sections.
When this condition is met
Condition typeType of condition for the rule. Choices are as follows:- Filter: Basic filter conditions for determining whether to use the rule or not. - Filter group: Set of multiple conditions that are used together. The rule is evaluated based on the conditions defined in the filter group. - Script: Scripted condition used to determine when to apply this rule. This field appears only when the Advanced view option is selected.
ConditionCondition for the rule. Define conditions based on the column selected on the required vulnerability entry column. You can add multiple conditions to refine the rule. This field appears only when Filter is selected from the Condition type field.Note: When defining multiple conditions or templates, you can select only from a parent and a child table. You cannot select from two or more child tables.
Filter groupGroup of filters. The group is defined when a set of conditions is used repeatedly in multiple places. Click the lookup using the list icon (
Image omitted: lookup_list_icon.png
Lookup list icon) to select the filter group. For more information, see <a href="../../create-filter-group/">Create and define filter groups in Security Operations</a>. This field appears only when <strong>Filter group</strong> is selected from the <strong>Condition type</strong> field.</td></tr><tr><td>
Script
Script that is evaluated to determine when to apply this rule. You can write your code and set the response as either true or false. This field appears only when Script is selected from the Condition type field
Set these values
ClassificationClassification of the rule. To select an option, click the bulb icon \(
Image omitted: bulb\_icon.png
Bulb icon\). The list displays the options for Platform and Application. Alternatively, you can enter your own classification that is not in the list.
Classification typeType of classification. This field shows the filtered list of classification types based on your selected value for the Classification field.
Value typeType of the value that is assigned by using this rule. Choices are as follows:- Template: Select a template. You can use a required template. - Script: Select a pre-existing script, or write your own custom script. This field appears only when the Advanced view option is selected.
TemplateAnother condition for the rule apart from the Classification and Classification type fields. Select a combination of fields and values that you want to set when the rule is evaluated. This field appears only when Template is selected from the Value type field.
Script valueScript to set values on the current record. This field defines what values to set on the fields in vulnerability entries. This field appears only when Script is selected from the Value type field.
  1. To create the new rule, click Submit.

Example

Use VR classification rules to add the logic to upstream tables like Vulnerability and Discovered Items and calculate it. You can reuse the output multiple times, thereby improving the performance of rules such as assignment rules. For example, classify the Third-Party Entry (TPE) as Java and reuse the output in the assignment rules multiple times. Sample assignment rule:

VI.TPE.Classfication Type
          | IS | Java