mirror of
https://github.com/ParrotXray/Mantis.git
synced 2026-08-24 18:50:28 +09:00
wip
This commit is contained in:
parent
73ad4374bd
commit
b87e851f9f
4
TODO
4
TODO
@ -1,7 +1,7 @@
|
||||
1. .csv 一開始文件格式為 traffic-yyyy-oo-zz.csv, 換天後直接變日期創新檔,例如今天啟動今天為 traffic-2026-05-11.csv 隔天變成 traffic-2026-05-12.csv [x]
|
||||
2. will change tract-onnx engine to ort-tract engine [x]
|
||||
3. 改善推論效能及速度,在大量資料時 [x]
|
||||
4. 實現 ML + RULE 的共用 HashMap 實現共同決策結果
|
||||
4. 實現 ML + RULE 的共用 HashMap 實現共同決策結果 [x]
|
||||
5. 代碼最佳化,檢查是否除了 build.rs 以外有無 .unwarp() and eprintln() [x]
|
||||
6. 完成前端 detection 頁面
|
||||
7. 使用 sqllite 實現帳號系統、白黑名單永久記錄
|
||||
@ -36,7 +36,7 @@ PRIORITY BACKLOG (updated 2026-05-18)
|
||||
Protocols mapped: http(1) http2(2) tls(3) dns(4) ssh(5) smtp(6)
|
||||
ftp(7) mqtt(8) quic(9).
|
||||
|
||||
[ ] ML + Rule fusion decision layer
|
||||
[x] ML + Rule fusion decision layer
|
||||
Core differentiator of the project. Currently ML and rule
|
||||
engine produce independent alerts with no cross-awareness.
|
||||
Design: shared per-flow HashMap; two fusion modes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user