//
pkg.gl
Category
github.com/project-flogo/microgateway
activity
sqld
injectsec
gru
package
0.1.0
Repository:
https://github.com/project-flogo/microgateway.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
3
Files
872 SLOC
#
Functions
NewDetectorMaker
NewDetectorMaker creates a new detector maker.
NewGRU
NewGRU creates a new GRU anomaly detection engine.
NewModel
NewModel creates a new GRU model.
NewRNN
NewRNN create a new GRU for characters as inputs.
#
Variables
Chunks
Chunks are SQL chunks.
#
Structs
Detector
Detector detects SQL injection attacks.
DetectorMaker
DetectorMaker makes SQL injection attack detectors.
GRU
GRU is a GRU based anomaly detection engine.
Model
Model is a GRU model.
RNN
RNN is a LSTM that takes characters as input.