You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/event.rs, the learning methods are defined as follows:
/// in src/event.rs/// Machine Learning Method.#[derive(Clone,Copy,Eq,PartialEq,Deserialize,Serialize)]pubenumLearningMethod{Unsupervised,SemiSupervised,}
After the EventCategory::HttpThreat is replaced to EventCategory::Reconnaissance, the following code in src/event/common.rs may return incorrect results.
In src/event.rs, the learning methods are defined as follows:
After the
EventCategory::HttpThreat
is replaced toEventCategory::Reconnaissance
, the following code in src/event/common.rs may return incorrect results.review-database/src/event/common.rs
Lines 163 to 172 in 2eda8f9
Tasks:
The text was updated successfully, but these errors were encountered: