Skip to content

Commit a9bd17c

Browse files
add flag to enable attack surface monitoring
1 parent f657a67 commit a9bd17c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/models/attack_surface.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package models
22

33
type AttackSurface struct {
44
// global only
5+
Enable bool `yaml:"enable,omitempty"`
56
EnableDNSTraversal bool `yaml:"enable_dns_traversal,omitempty"`
67
DomainNames []string `yaml:"domain_names,omitempty"`
78
IgnoreDomainNames []string `yaml:"ignore_domain_names,omitempty"`

0 commit comments

Comments
 (0)