update changelog

This commit is contained in:
Yamato Security
2022-10-09 06:07:38 +09:00
parent c264c4cb92
commit 8c212b7524
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -422,7 +422,7 @@ fn emit_csv<W: std::io::Write>(
write_color_buffer(
&disp_wtr,
get_writable_color(Some(Color::Rgb(0, 255, 0))),
"Rules brought to you by:",
"Rule Authors:",
false,
)
.ok();
@@ -1189,7 +1189,7 @@ fn output_detected_rule_authors(rule_author_counter: HashMap<String, i128>) {
for y in 0..div {
if y * 4 + x < sorted_authors.len() {
tmp.push(format!(
"{}({})",
"{} ({})",
sorted_authors[y * 4 + x].0,
sorted_authors[y * 4 + x].1
));