Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiriMoran committed Dec 31, 2024
1 parent 992feca commit 1581e0b
Showing 1 changed file with 0 additions and 63 deletions.
63 changes: 0 additions & 63 deletions pkg/collector/data/examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,69 +456,6 @@ var ExampleDenyPassSimple = Example{
},
},
},

{
name: "Slytherin-Intra-App-Policy",
categoryType: "Application",
rules: []rule{
{
name: "Slytherin-Client-Access",
id: 3048,
source: "ANY",
dest: "Slytherin-Web",
services: []string{"/infra/services/HTTP", "/infra/services/HTTPS"},
action: allow,
},
{
name: "Slytherin-Web-To-App-Access",
id: 3049,
source: "Slytherin-Web",
dest: "Slytherin-App",
services: []string{"/infra/services/Vmware-VC-WebAccess"},
action: allow,
},
{
name: "Slytherin-App-To-DB-Access",
id: 3050,
source: "Slytherin-App",
dest: "Slytherin-DB",
services: []string{"/infra/services/SMB"},
action: allow,
},
},
},

{
name: "Hufflepuff-Intra-App-Policy",
categoryType: "Application",
rules: []rule{
{
name: "Hufflepuff-Client-Access",
id: 2048,
source: "ANY",
dest: "Hufflepuff-Web",
services: []string{"/infra/services/HTTP", "/infra/services/HTTPS"},
action: allow,
},
{
name: "Hufflepuff-Web-To-App-Access",
id: 2049,
source: "Hufflepuff-Web",
dest: "Hufflepuff-App",
services: []string{"/infra/services/Vmware-VC-WebAccess"},
action: allow,
},
{
name: "Hufflepuff-App-To-DB-Access",
id: 2050,
source: "Hufflepuff-App",
dest: "Hufflepuff-DB",
services: []string{"/infra/services/SMB"},
action: allow,
},
},
},

{
name: "Default-L3-Section",
categoryType: "Application",
Expand Down

0 comments on commit 1581e0b

Please sign in to comment.