add check_regex() and check_creater()

This commit is contained in:
Kazuminn
2020-10-02 14:37:56 +09:00
parent d883def462
commit 2bf76c4209
6 changed files with 124 additions and 5 deletions

View File

@@ -3,3 +3,4 @@ mod common;
pub mod detection;
mod security;
mod system;
mod utils;