Commit Graph

355 Commits

Author SHA1 Message Date
DustInDark
45484abea7 fixed warning 2022-06-16 17:49:25 +09:00
DustInDark
54749cd7cd cargo fmt 2022-06-16 17:42:24 +09:00
DustInDark
91a781ffa2 changed way of getting arg due to clap derive 2022-06-16 17:40:58 +09:00
DustInDark
c2a8a0f018 changed arg import from argmatches to clap derive 2022-06-16 17:39:55 +09:00
DustInDark
a8d345b422 changed option character 2022-06-15 10:29:02 +09:00
Tanaka Zakku
fdb7056f62 update cargo and usage text 2022-06-15 07:10:07 +09:00
DustInDark
62397032e2 removed unnecessary lifetime 2022-06-15 03:31:00 +09:00
DustInDark
a0de17f53f removed unnecessary field in Config struct 2022-06-15 03:28:16 +09:00
DustInDark
d258ee0bfc fixed u option is not working 2022-06-15 03:15:15 +09:00
DustInDark
5e5993f7fa removed unnecessary \n 2022-06-14 23:08:56 +09:00
DustInDark
334c401cda Merge branch 'main' into clap_update_v3 2022-06-14 22:53:52 +09:00
DustInDark
c2db1e1b49 changed help output #387 2022-06-14 22:49:54 +09:00
DustInDark
508a32288e removed unnecessary escape character 2022-06-14 19:31:34 +09:00
Tanaka Zakku
ce51728070 v1.3.2 2022-06-13 08:55:01 +09:00
DustInDark
b49e274551 removed unnecessary default data. due to clap derive default value #413 2022-06-13 02:58:06 +09:00
DustInDark
0f30ae8172 removed duplicate description to default_value `usage 2022-06-13 02:50:37 +09:00
DustInDark
7e1551a4f8 cargo fmt 2022-06-13 02:10:46 +09:00
DustInDark
f7ff096ac9 removed prev usage #413 2022-06-13 02:00:36 +09:00
DustInDark
180e8cada2 adjusted usage to clap v3 derive struct #413 2022-06-13 01:58:40 +09:00
DustInDark
74ba4e45de fixed version number in config #587 2022-06-12 16:03:16 +09:00
DustInDark
d37c6b1866 Merge branch 'main' into 583-enhancement-output-processing-rules-msg-and-rule-status-metrics 2022-06-11 15:29:14 +09:00
DustInDark
c1aecb1096 fixed rate output #583 2022-06-11 04:23:26 +09:00
DustInDark
71d58e6c62 separate load kind rule count and rules status count #583 2022-06-11 03:40:46 +09:00
DustInDark
8e2d1b6244 fixed test 2022-06-11 02:57:23 +09:00
DustInDark
bfed19b230 erase unnecessary comment 2022-06-11 02:56:50 +09:00
DustInDark
056e63ce5a output status field summary #583 2022-06-11 02:55:20 +09:00
DustInDark
2830ee7b1a changed display-record-id option to hide-record-id #579 2022-06-10 16:49:22 +09:00
DustInDark
bcc9133ac7 fixed usage bug 2022-06-10 12:47:20 +09:00
DustInDark
9abff480e9 Merge branch 'main' into 574-add-more-timestamp-format-options 2022-06-10 12:00:35 +09:00
Tanaka Zakku
620fa7b634 fix \ escape 2022-06-09 09:28:05 +09:00
Tanaka Zakku
35f4a92f21 updated readme and usage examples 2022-06-09 09:20:49 +09:00
DustInDark
4f0bd67ca9 changed treat of suffix in data #487 2022-06-09 01:16:27 +09:00
DustInDark
7332a774be cargo fmt 2022-06-09 01:11:20 +09:00
DustInDark
c3587bef9a added test #487 2022-06-09 01:09:57 +09:00
DustInDark
68329a0748 added specified field data from multi data in details #487 2022-06-09 01:08:40 +09:00
DustInDark
781117f206 added three time option #574 2022-06-08 18:50:30 +09:00
DustInDark
4220a9b5e2 replaced unnecessary clone use 2022-06-07 20:55:01 +09:00
DustInDark
9362e81f53 fixed cargo clippy error 2022-06-07 20:39:08 +09:00
DustInDark
f273ffd74d fixed cargo clippy error 2022-06-07 20:00:04 +09:00
DustInDark
ac5ac7fe1a fixed cargo clippy 2022-06-07 19:49:24 +09:00
DustInDark
c3f31c4ac2 fixed cargo fmt 2022-06-07 19:24:23 +09:00
DustInDark
4b623bb631 cargo fmt 2022-06-07 19:05:26 +09:00
DustInDark
a2de1314f9 fixed cargo clippy errors 2022-06-07 19:04:42 +09:00
DustInDark
d00737c033 add view event frequency timeline option (#567)
* added option visual-timeline option #566

* updated readme #566

* updated changelog #566

* updated rules

* cargo fmt

* change --visual-timeline to --visualize-timeline

Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com>
2022-06-05 17:41:08 +09:00
Yamato Security
bdd841f872 V1.3.0 release finalization (#564)
* readme, cargo, usages  update

* readme update
2022-06-04 06:53:40 +09:00
DustInDark
0df42b67ba output saving results message (#563)
* added Results Summary title #561

* added results message when output option is enabled. #561

* version number update

* added newline

* removed newline

* tuned output #561

* fixed bug that console output table header color is same with 1st row color #561

* cargo fmt
2022-06-03 20:49:26 +09:00
DustInDark
af5a85fc0c separate excluded and noisy rules count (#559)
* changed ignored rules display separately  exclude rules and noisy rules.

* fixed tests #556

* cargo fmt

* updated changelog #556

* change order

* sorted output order #556

* cargo fmt

* screenshot update

Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com>
2022-06-03 11:56:20 +09:00
DustInDark
2dcf960d51 display default channel name if not defined (#555)
* displayed other channel data in Channel column #553

* updated changelog #553

* updated changelog

* readme and channel abbreviataions update

* changelog update

Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com>
2022-06-01 13:01:14 +09:00
DustInDark
4c1aa94eba display logo in green (#552)
* added termcolor reset function #537

* added logo green output #537

* fixed test

* cargo fmt

* updated changelog #537

* fixed clippy error

* update logo screenshot

* updated rules

* changed no colored logo when --no-color option is enabled

* fixed colored reset bug when --update-rules option is enabled

* fixed color reset bug when --level-tuning option is enabled

* cargo fmt

Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com>
2022-05-31 17:06:12 +09:00
DustInDark
2653e87588 start timeline and end timeline do not work (#547)
* fixed dont work start-timeline and end-timeline #546

* fixed condition

* added changelog #546

* changelog update

* changed stop analysis when start-timeline and end-timeline happend parse error #546

* cargo fmt

* fixed alert message

* fixed lack of timestamp convert

* cargo fmt

* readme/usage update

Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com>
2022-05-28 10:07:39 +09:00