Project

General

Profile

Architecture #15239

Updated by Vincent MEMBRÉ almost 5 years ago

We need a new CSV file of the following format 

 directive_id;directive_audit_mode;technique_generation;has_hooks;technique_id;technique_version;directive_name;technique_name directive_id;directive_audit_mode;technique_generation;has_hooks;directive_name;technique_id;technique_name;technique_version 

 * Where technique generation tells if the technique merges directives or not. 
 * And has_hooks tells if the underlying technique has hooks or not 
 * And it may be interesting to have more information like the name of the technique the directive is based on

Back