You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A change in FossID 24.2.1 is that the API server returns an error when
the client tries to create an ignore rule when an identical rule already
exists. The situation can arise because of global ignore rules: defined by
an operator, they are automatically assigned to a newly created scan.
Therefore, when listing the rules of a previous delta scan, these global
rules are also present.
The previous commit didn't resolve the issue fully therefore this commit
fixes the issue by simply ignoring duplicate rule creation.
Signed-off-by: Nicolas Nobelis <[email protected]>
0 commit comments