Skip to content
Snippets Groups Projects
Commit 2dc509db authored by anhndd's avatar anhndd
Browse files

update README

parent ab807c44
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,10 @@ Detection and resolution mechanisms are intergrated into Security Controller of ...@@ -4,10 +4,10 @@ Detection and resolution mechanisms are intergrated into Security Controller of
## The intergration will include 4 new files stand for 4 main APIs respectively: ## The intergration will include 4 new files stand for 4 main APIs respectively:
- [ ] highLevelDetectionAPI.py: pair-wise conflicting rule checking API - [ ] *highLevelDetectionAPI.py*: pair-wise conflicting rule checking API
- [ ] partialOrderingRelationshipAPI.py: handle partial ordering relationship deployment and validation checker - [ ] *partialOrderingRelationshipAPI.py*: handle partial ordering relationship deployment and validation checker
- [ ] separationConstraintAPI.py: handle separation constraint deployment and validation checker - [ ] *separationConstraintAPI.py*: handle separation constraint deployment and validation checker
- [ ] checker.py: pair-wise rules checker to detect potential conflicting rules - [ ] *checker.py*: pair-wise rules checker to detect potential conflicting rules
## Getting started ## Getting started
...@@ -22,10 +22,10 @@ Detection and resolution mechanisms are intergrated into Security Controller of ...@@ -22,10 +22,10 @@ Detection and resolution mechanisms are intergrated into Security Controller of
There are two main options for running the test on our mechanism: There are two main options for running the test on our mechanism:
- [ ] Run server_detection_real_time.py which can be considered as real-time checking use case (Including auto rule generation, rule deployment, SC and POR specification, and detection) - [ ] Run *server_detection_real_time.py* which can be considered as real-time checking use case (Including auto rule generation, rule deployment, SC and POR specification, and detection)
- [ ] server_detection_real_time_measurement.py is another version of the test case to evaluate the accuracy and measure execution time as well as RAM usage - [ ] *server_detection_real_time_measurement.py* is another version of the test case to evaluate the accuracy and measure execution time as well as RAM usage
## Supporting files ## Supporting files
- [ ] We add a folder 'MeasurementModule' which contains the supporting files used for evaluation purpose: rule generation, accuracy check, graph drawer for evaluation result output - [ ] We add a folder *MeasurementModule* which contains the supporting files used for evaluation purpose: rule generation, accuracy check, graph drawer for evaluation result output
- [ ] Run MeasurementModule/drawGraph.py to see the result of our evaluation shown in the paper - [ ] Run *MeasurementModule/drawGraph.py* to see the result of our evaluation shown in the paper
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment