You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This guide will explain how to deactivate a Kiuwan rule.

Contents:

How to deactivate a rule

Sometimes, and for different reasons, you need to de-activate a Kiuwan rule (see How to manage Kiuwan defects when I do not completely agree with them).

To de-activate a rule means that Kiuwan will not execute that rule’s validation.

 

The reasons can be of different nature (you are not interested in the validations the rule is performing, the rule for some reason is producing many false positives or any other reason).

This guide's purpose is to teach you how to do it.


Let’s start with some very basic concepts.

When you execute a Kiuwan analysis, Kiuwan applies a set of rules to your source code. For example, a rule can scan for SQL-Injections vulnerabilities, others might be searching for path-traversal issues, etc.


Any application you analyze is scanned by a set of rules. The concrete set of rules being applied to your analysis is called a Model.


Kiuwan’s ruleset contains more than 3000 rules, but not all of them are by default activated.

The default set of activated rules (in other words, the default model) is called CQM.

 

Saying that CQM is the default model means that any application you create is, by default, scanned applying the active rules contained within CQM.


Every application is associated with a specific model. If you don’t make any configuration, every new application will be associated with CQM, and therefore the rules to be applied will be those active in CQM.

You can, of course, create your own “custom models" and associate different models to different applications.


See which model you are using for your application


You can either use CQM or a custom model.

If you are using Kiuwan Local Analyzer GUI, click Advanced to see which model you are using. 

A window will be displayed like this:

 

If the Analysis model field value is Automatic, CQM is used by default.

If you are using any other model, another name will be displayed.


Another way to know the model is through the Kiuwan website. Go to Application Management, find your application and select Model from the drop-down menu on the right.

A window will open with the Model associated with your application:


My application's model is CQM


CQM is the default Kiuwan model, and it’s read-only. You can use it but you cannot modify it.


If you are using CQM and you want to modify it (for example, deactivating a rule), you must follow the next steps:

  1. Create your own custom model (most probably as a copy of CQM)

  2. Find the rule and deactivate it

  3. Publish your model

  4. Associate your application to your custom model and run again the analysis



1. Create your initial custom model


To create your custom model please follow instructions detailed at

https://www.kiuwan.com/docs/display/K5/Advanced+Model+Management#AdvancedModelManagement-CreatinganewModel 


2. Find the rule and deactivate it


Got to Rules tab of your custom model and find the rule using the filters (https://www.kiuwan.com/docs/display/K5/Rules+Management#RulesManagement-Rulessection)


Bear in mind that a rule is identified by two fields:

  • its name

    • for example, “Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')”

  • its rule - code

    • for example, OPT.JAVA.SEC_JAVA.SqlInjectionRule


So you can search the rule by its name (or description) :



or by its rule code, although in this case you must first enable rule code filter (see image)



and fill if with the rule code



By clicking on the green circle you can de-activate or activate it.


3. Publish your model

 

All the changes you are making to your model are being saved in a “Draft” version.

Those changes will not be publicly available until you Publish your model.

 

You can click Publish and provide a version tag.


Once it’s published any new analysis of an application associated with this model will use this latest version.


4. Associate your application to your custom model and run again the analysis


Find your application in Application Management, click Model and just select the model just being created.



Now, when you run the analysis of the application, your custom model will be used.



I’m using a custom model


If you are already using a custom model, just follow steps #2 (Find the rule and deactivate it) and #3 (Publish your model) as described above.

Then, re-run your analysis.



Related articles

 



 

  • No labels