Skip to content

Commit 3b239bb

Browse files
author
owen-jones-diffblue
authored
Merge pull request diffblue#583 from diffblue/owen-jones-diffblue/fix-sink-message
Propagate description of conditionally applied sink rules
2 parents 433eb31 + 7afb6e5 commit 3b239bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taint-analysis/taint_summary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ taint_algorithm_computing_summary_of_functiont::transform(
12901290
CONDITIONAL_APPLICATION_OF_SINK_RULE,
12911291
sink_conditions,
12921292
std::to_string(sink_rule.get_id()),
1293-
""
1293+
sink_rule.get_comment()
12941294
});
12951295
}
12961296
}

0 commit comments

Comments
 (0)