Some of the vulnerability items of snow are not assigned to any assignment Group

bharanikumar20
Tera Expert

Some of the vulnerability items in vulnerability response module of snow are not assigned to any assignment group

For example, A configuration item has various VITs created with different QIDs, Some are assigned to respective group., some are left unassigned.

 

I have also checked the assignment rules " Assign VI to CI Owning Team " .

 

2 ACCEPTED SOLUTIONS

Satishkumar B
Giga Sage
Giga Sage

@bharanikumar20 

To resolve unassigned vulnerabilities in ServiceNow:

  1. Verify Assignment Rules: Ensure the rule is correctly set up and active.
  2. Check CI Mapping: Confirm CIs have correct assignment group mappings.
  3. Review Data: Ensure vulnerabilities are properly linked to CIs.

These steps should help identify and fix the assignment issues.

also try to execute you schedule manually to check if gets assigned.

 

mark my response is helpful and accept the solution if it helped you

View solution in original post

@bharanikumar20That's absolutely correct. Assignment rules operate via a Business Rule on the Vulnerable Item table called "Run assignment rules," which invokes the Script Include "AssignmentUtils" and calls the method "getAssignmentGroup."

SatishkumarB_0-1723019376804.png

…………………………………………........................................................................................
Mark it helpful 👍and Accept Solution !! If this helps you to understand.

…………………………………………........................................................................................

View solution in original post

3 REPLIES 3

Satishkumar B
Giga Sage
Giga Sage

@bharanikumar20 

To resolve unassigned vulnerabilities in ServiceNow:

  1. Verify Assignment Rules: Ensure the rule is correctly set up and active.
  2. Check CI Mapping: Confirm CIs have correct assignment group mappings.
  3. Review Data: Ensure vulnerabilities are properly linked to CIs.

These steps should help identify and fix the assignment issues.

also try to execute you schedule manually to check if gets assigned.

 

mark my response is helpful and accept the solution if it helped you

bharanikumar20
Tera Expert

@Satishkumar B - Thanks , I have found the issue .problem found with the Assignment rules and their execution.

 

The rule stops processing once the criteria matches. 

https://www.servicenow.com/community/secops-forum/vulnerability-assignment-rule-logic-and-execution-...

 

@bharanikumar20That's absolutely correct. Assignment rules operate via a Business Rule on the Vulnerable Item table called "Run assignment rules," which invokes the Script Include "AssignmentUtils" and calls the method "getAssignmentGroup."

SatishkumarB_0-1723019376804.png

…………………………………………........................................................................................
Mark it helpful 👍and Accept Solution !! If this helps you to understand.

…………………………………………........................................................................................