summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorliuwentan <[email protected]>2023-09-08 14:52:46 +0800
committerliuwentan <[email protected]>2023-09-08 14:52:46 +0800
commitc237d7dbafe04e95911c1b8e318d0a99add63553 (patch)
treef5b506528ce79878bfc814d337951fa7be1c4754 /include
parentca2e4d6cd221d5bd3bbc965461e276035c5e469b (diff)
[OPTIMIZE]get_hit_groups don't return superior group id & hit_groups may be duplicatedv4.0.39
Diffstat (limited to 'include')
-rw-r--r--include/maat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/maat.h b/include/maat.h
index 1e9477f..fdbfe6e 100644
--- a/include/maat.h
+++ b/include/maat.h
@@ -295,6 +295,7 @@ size_t maat_state_get_scan_count(struct maat_state *state);
* @param type:
* MAAT_LIST_TYPE_FULL => get all hit groups after maat_state_new
* MAAT_LIST_TYPE_INC => get hit groups for this scan
+ * NOTE: hit groups may be duplicated, only return hit sub group id
*/
int maat_state_get_hit_groups(struct maat_state *state, enum maat_list_type type,
struct maat_hit_group *groups, size_t n_group);