Commit Graph

1063 Commits

Author SHA1 Message Date
fukusuket
b1bb8a1d52 - Change declaration for static_vcruntime version 2.0 2022-07-31 03:50:32 +09:00
fukusuket
d4c7929a3b [fix]refs #635.
- add build script.
2022-07-31 02:40:56 +09:00
DustInDark
1123159ed8 Merge pull request #634 from Yamato-Security/633-enhancement-make-startswith-endswith-contains-case-insensitive
added test #633
2022-07-29 20:30:23 +09:00
DastInDark
21b0dfab30 added test #633 2022-07-29 09:32:08 +09:00
DustInDark
eb61a2c0e2 Merge pull request #628 from Yamato-Security/readme-typo-fix
Downloads typo fix
2022-07-24 18:10:25 +09:00
Tanaka Zakku
717b214917 Downloads typo fix 2022-07-24 11:22:18 +09:00
Yamato Security
66aff63f3f Merge pull request #627 from Yamato-Security/finalize-1.4.2
1.4.2 finalization
v1.4.2
2022-07-24 06:43:07 +09:00
Tanaka Zakku
966994a755 1.4.2 finalization 2022-07-23 23:01:58 +09:00
DustInDark
5a12aaf27a Merge pull request #625 from Yamato-Security/623-bugenhancement-display-relative-rules-path
Display relative rules path
2022-07-23 22:22:52 +09:00
DastInDark
2f8bb69055 fixed error 2022-07-23 21:49:14 +09:00
Tanaka Zakku
3312572bb8 update readme EvtxFile 2022-07-20 03:56:08 +09:00
DastInDark
fe102e6d23 updated changelog #623 2022-07-19 22:30:43 +09:00
DastInDark
bed2656c5c cargo fmt 2022-07-19 22:22:49 +09:00
DastInDark
058537d93d removed unused crate #623 2022-07-19 22:22:18 +09:00
DastInDark
cbf96a4743 removed unnecessary processing due to change rule path to rule file #623 2022-07-19 22:20:38 +09:00
DastInDark
591e7f18f1 changed rule path to rule file name #623 2022-07-19 22:19:58 +09:00
Tanaka Zakku
286737d5bb changelog update 2022-07-19 10:43:47 +09:00
Tanaka Zakku
cc323376b9 update changelog and cargo 2022-07-19 10:43:07 +09:00
DastInDark
2f174104fc Change: evtx file value do not display relative path convert. #623 2022-07-18 22:36:28 +09:00
DastInDark
45f49682d5 fixed display relative path processing #623 2022-07-18 22:29:06 +09:00
DastInDark
b97de6b588 revert file path display relative path #623 2022-07-18 21:55:04 +09:00
DastInDark
00cd26eaeb Due to path.is_absolute is not check included relative path in absolute path. 2022-07-18 13:30:38 +09:00
DastInDark
564500b52d removed unnecessary omit regex #623 2022-07-18 13:14:38 +09:00
DastInDark
da8f5ff26c updated changelog due to additional ommission to other issue #479 2022-07-18 00:29:44 +09:00
DastInDark
fa42d67bcc update changelog #623 2022-07-18 00:26:12 +09:00
DastInDark
ea63251a4b cargo fmt 2022-07-18 00:15:10 +09:00
DastInDark
ad2beac49a add test #623 2022-07-18 00:14:46 +09:00
DastInDark
115f8a0632 adjusted relative rule path omit to evtx file column #623 2022-07-18 00:13:47 +09:00
DastInDark
1fba668b23 removed comment 2022-07-17 21:40:27 +09:00
DastInDark
67018ba8c8 changed optimized output when rule option value is relative path #623 2022-07-17 20:25:18 +09:00
DastInDark
983ee98629 added pathdiff crate due to relative rule path output #623 2022-07-17 20:23:38 +09:00
DustInDark
70c62f7533 Merge pull request #624 from Yamato-Security/update-cargo-packages
update regex 1.5 to 1.6
2022-07-15 16:21:28 +09:00
Tanaka Zakku
a69a352b4f remove comment 2022-07-15 11:05:20 +09:00
Tanaka Zakku
b68bc7c034 update regex 1.5 to 1.6 2022-07-15 10:58:08 +09:00
kazuminn
bb6717f7cc Feature/improve parallel processing (#622)
* WIP until imple debug trait for dashmap

* change filename print.rs to message.rs

* implement debug for DashMap but member is private. So I cannot Implemented.

* I deleted debug for DashMap

* sorted datetime of dashmap

* delete the unnessesary comment
2022-07-14 12:33:58 +09:00
Yamato Security
2eaa9fb19b Merge pull request #621 from Yamato-Security/dependabot/cargo/openssl-src-111.22.01.1.1q
Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q
2022-07-07 07:27:01 +09:00
dependabot[bot]
a693d9d6eb Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.21.0+1.1.1p to 111.22.0+1.1.1q.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)

---
updated-dependencies:
- dependency-name: openssl-src
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 20:16:54 +00:00
DustInDark
ed9f99362f Merge pull request #619 from Yamato-Security/618-fix
Fixed error error occurs when executing cargo run because the files in the config folder cannot be read.
2022-07-04 00:03:51 +09:00
hach1yon
6a29b166fd fix change log 2022-07-03 23:46:30 +09:00
DastInDark
d172831e94 cargo fmt 2022-07-03 22:59:21 +09:00
DastInDark
c299edd62d fix: used check path func based on current exection path #618 2022-07-03 22:56:56 +09:00
DastInDark
159d7ee137 updated chagelog jp #618 2022-07-03 22:55:31 +09:00
DastInDark
d4943753a8 updated changelog #618 2022-07-03 20:58:58 +09:00
DastInDark
604444236e updated hayabusa version num 2022-07-03 20:52:26 +09:00
DastInDark
51079810cb change: fixed config folder check alert condition 2022-07-03 20:51:57 +09:00
DastInDark
f43b39af15 add: used check path func base on execution path #618 2022-07-03 20:51:00 +09:00
DastInDark
60a12cb1ff add: test #618 2022-07-03 20:50:20 +09:00
DastInDark
867d51d9c5 add: check path func #618 2022-07-03 20:49:22 +09:00
DastInDark
f27467d16c add: check rules and rules-config option path check and use current dir when no exist specified path with options #618 2022-07-03 19:38:58 +09:00
DustInDark
14e8341c7d Merge pull request #616 from Yamato-Security/615-enhancement-combining-u-and-r-options
enhancement combining u and r options
2022-07-03 08:40:23 +09:00