-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf31774
commit 9bd7aee
Showing
42 changed files
with
463 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
pkg/synthesis/tests_expected_output/Example1c_ConvertToAbstractNoHint.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Allow Only Rules | ||
~~~~~~~~~~~~~~~~~ | ||
inbound rules | ||
TCP dst-ports: 445 from (group = frontend) to (group = backend) | ||
src: (group = frontend) dst: (group = backend) conn: TCP dst-ports: 445 | ||
outbound rules | ||
TCP dst-ports: 445 from (group = frontend) to (group = backend) | ||
src: (group = frontend) dst: (group = backend) conn: TCP dst-ports: 445 |
8 changes: 4 additions & 4 deletions
8
pkg/synthesis/tests_expected_output/Example1c_PreProcessing.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
category: Application | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
symbolic inbound rules: | ||
0. action: allow paths: TCP dst-ports: 445 from (group = frontend) to (group = backend) | ||
1. action: deny paths: All Connections from (*) to (*) | ||
0. action: allow paths: src: (group = frontend) dst: (group = backend) conn: TCP dst-ports: 445 | ||
1. action: deny paths: src: (*) dst: (*) conn: All Connections | ||
symbolic outbound rules: | ||
0. action: allow paths: TCP dst-ports: 445 from (group = frontend) to (group = backend) | ||
1. action: deny paths: All Connections from (*) to (*) | ||
0. action: allow paths: src: (group = frontend) dst: (group = backend) conn: TCP dst-ports: 445 | ||
1. action: deny paths: src: (*) dst: (*) conn: All Connections |
8 changes: 4 additions & 4 deletions
8
pkg/synthesis/tests_expected_output/ExampleDenyPassSimple_ConvertToAbstractNoHint.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Allow Only Rules | ||
~~~~~~~~~~~~~~~~~ | ||
inbound rules | ||
All Connections from (*) to (group != Hufflepuff and group != Slytherin) | ||
All Connections from (*) to (group = Dumbledore) | ||
src: (*) dst: (group != Hufflepuff and group != Slytherin) conn: All Connections | ||
src: (*) dst: (group = Dumbledore) conn: All Connections | ||
outbound rules | ||
All Connections from (*) to (group != Hufflepuff and group != Slytherin) | ||
All Connections from (*) to (group = Dumbledore) | ||
src: (*) dst: (group != Hufflepuff and group != Slytherin) conn: All Connections | ||
src: (*) dst: (group = Dumbledore) conn: All Connections |
20 changes: 10 additions & 10 deletions
20
pkg/synthesis/tests_expected_output/ExampleDenyPassSimple_PreProcessing.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
category: Environment | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
symbolic inbound rules: | ||
0. action: jump_to_application paths: All Connections from (*) to (group = Dumbledore) | ||
1. action: deny paths: All Connections from (*) to (group = Hufflepuff) | ||
2. action: deny paths: All Connections from (*) to (group = Slytherin) | ||
0. action: jump_to_application paths: src: (*) dst: (group = Dumbledore) conn: All Connections | ||
1. action: deny paths: src: (*) dst: (group = Hufflepuff) conn: All Connections | ||
2. action: deny paths: src: (*) dst: (group = Slytherin) conn: All Connections | ||
symbolic outbound rules: | ||
0. action: jump_to_application paths: All Connections from (*) to (group = Dumbledore) | ||
1. action: deny paths: All Connections from (*) to (group = Hufflepuff) | ||
2. action: deny paths: All Connections from (*) to (group = Slytherin) | ||
0. action: jump_to_application paths: src: (*) dst: (group = Dumbledore) conn: All Connections | ||
1. action: deny paths: src: (*) dst: (group = Hufflepuff) conn: All Connections | ||
2. action: deny paths: src: (*) dst: (group = Slytherin) conn: All Connections | ||
category: Application | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
symbolic inbound rules: | ||
0. action: allow paths: All Connections from (*) to (*) | ||
1. action: deny paths: All Connections from (*) to (*) | ||
0. action: allow paths: src: (*) dst: (*) conn: All Connections | ||
1. action: deny paths: src: (*) dst: (*) conn: All Connections | ||
symbolic outbound rules: | ||
0. action: allow paths: All Connections from (*) to (*) | ||
1. action: deny paths: All Connections from (*) to (*) | ||
0. action: allow paths: src: (*) dst: (*) conn: All Connections | ||
1. action: deny paths: src: (*) dst: (*) conn: All Connections |
8 changes: 4 additions & 4 deletions
8
pkg/synthesis/tests_expected_output/ExampleDumbeldore_ConvertToAbstractNoHint.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Allow Only Rules | ||
~~~~~~~~~~~~~~~~~ | ||
inbound rules | ||
All Connections from (group = DumbledoreAll) to (*) | ||
All Connections from (group = DumbledoreNoSly) to (group != Slytherin) | ||
src: (group = DumbledoreAll) dst: (*) conn: All Connections | ||
src: (group = DumbledoreNoSly) dst: (group != Slytherin) conn: All Connections | ||
outbound rules | ||
All Connections from (group = DumbledoreAll) to (*) | ||
All Connections from (group = DumbledoreNoSly) to (group != Slytherin) | ||
src: (group = DumbledoreAll) dst: (*) conn: All Connections | ||
src: (group = DumbledoreNoSly) dst: (group != Slytherin) conn: All Connections |
16 changes: 8 additions & 8 deletions
16
pkg/synthesis/tests_expected_output/ExampleDumbeldore_PreProcessing.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
category: Application | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
symbolic inbound rules: | ||
0. action: allow paths: All Connections from (group = DumbledoreAll) to (*) | ||
1. action: deny paths: All Connections from (group = DumbledoreNoSly) to (group = Slytherin) | ||
2. action: allow paths: All Connections from (group = DumbledoreNoSly) to (*) | ||
3. action: deny paths: All Connections from (*) to (*) | ||
0. action: allow paths: src: (group = DumbledoreAll) dst: (*) conn: All Connections | ||
1. action: deny paths: src: (group = DumbledoreNoSly) dst: (group = Slytherin) conn: All Connections | ||
2. action: allow paths: src: (group = DumbledoreNoSly) dst: (*) conn: All Connections | ||
3. action: deny paths: src: (*) dst: (*) conn: All Connections | ||
symbolic outbound rules: | ||
0. action: allow paths: All Connections from (group = DumbledoreAll) to (*) | ||
1. action: deny paths: All Connections from (group = DumbledoreNoSly) to (group = Slytherin) | ||
2. action: allow paths: All Connections from (group = DumbledoreNoSly) to (*) | ||
3. action: deny paths: All Connections from (*) to (*) | ||
0. action: allow paths: src: (group = DumbledoreAll) dst: (*) conn: All Connections | ||
1. action: deny paths: src: (group = DumbledoreNoSly) dst: (group = Slytherin) conn: All Connections | ||
2. action: allow paths: src: (group = DumbledoreNoSly) dst: (*) conn: All Connections | ||
3. action: deny paths: src: (*) dst: (*) conn: All Connections |
12 changes: 6 additions & 6 deletions
12
pkg/synthesis/tests_expected_output/ExampleExprAndConds_ConvertToAbstract.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Allow Only Rules | ||
~~~~~~~~~~~~~~~~~ | ||
inbound rules | ||
All Connections from (*) to (tag = Slytherin and tag != DB) | ||
All Connections from (*) to (tag = Gryffindor and tag != DB) | ||
All Connections from (*) to (tag = Hufflepuff and tag != DB) | ||
src: (*) dst: (tag = Slytherin and tag != DB) conn: All Connections | ||
src: (*) dst: (tag = Gryffindor and tag != DB) conn: All Connections | ||
src: (*) dst: (tag = Hufflepuff and tag != DB) conn: All Connections | ||
outbound rules | ||
All Connections from (*) to (tag = Slytherin and tag != DB) | ||
All Connections from (*) to (tag = Gryffindor and tag != DB) | ||
All Connections from (*) to (tag = Hufflepuff and tag != DB) | ||
src: (*) dst: (tag = Slytherin and tag != DB) conn: All Connections | ||
src: (*) dst: (tag = Gryffindor and tag != DB) conn: All Connections | ||
src: (*) dst: (tag = Hufflepuff and tag != DB) conn: All Connections |
Oops, something went wrong.