- ML model features have been embedded in the model's own ONNX file instead of...
- ML model features have been embedded in the model's own ONNX file instead of being hard-coded in the component and the old model was replaced by this new one. - A new RPC has been added to the Centralized Attack Detector component that allows other components to know which features the ML model is using. - Added a short path in the Service component for forwarding service-to-device ACL rules (to be removed in the future). - Added logging messages on the Service and Device components to test and track ACL rule forwarding (to be removed in the future).
Showing
- manifests/monitoringservice.yaml 1 addition, 1 deletionmanifests/monitoringservice.yaml
- manifests/serviceservice.yaml 1 addition, 1 deletionmanifests/serviceservice.yaml
- my_deploy.sh 2 additions, 66 deletionsmy_deploy.sh
- proto/l3_centralizedattackdetector.proto 9 additions, 12 deletionsproto/l3_centralizedattackdetector.proto
- src/device/service/DeviceServiceServicerImpl.py 3 additions, 0 deletionssrc/device/service/DeviceServiceServicerImpl.py
- src/device/service/Tools.py 3 additions, 0 deletionssrc/device/service/Tools.py
- src/device/service/driver_api/DriverFactory.py 1 addition, 0 deletionssrc/device/service/driver_api/DriverFactory.py
- src/device/service/driver_api/DriverInstanceCache.py 7 additions, 1 deletionsrc/device/service/driver_api/DriverInstanceCache.py
- src/device/service/drivers/emulated/EmulatedDriver.py 1 addition, 0 deletionssrc/device/service/drivers/emulated/EmulatedDriver.py
- src/l3_attackmitigator/service/l3_attackmitigatorServiceServicerImpl.py 4 additions, 2 deletions...itigator/service/l3_attackmitigatorServiceServicerImpl.py
- src/l3_centralizedattackdetector/service/l3_centralizedattackdetectorServiceServicerImpl.py 4 additions, 2 deletions...ervice/l3_centralizedattackdetectorServiceServicerImpl.py
- src/l3_centralizedattackdetector/service/ml_model/crypto_auto_features.onnx 0 additions, 0 deletions...attackdetector/service/ml_model/crypto_auto_features.onnx
- src/service/service/ServiceServiceServicerImpl.py 35 additions, 2 deletionssrc/service/service/ServiceServiceServicerImpl.py
Loading
Please register or sign in to comment