File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,6 @@ linters-settings:
4545 strict-append : false
4646 enforce-err-cuddling : true
4747
48- gomnd :
49- # Values always ignored: "1", "1.0", "0" and "0.0"
50- # Default: []
51- ignored-numbers :
52- - ' 2'
53- - ' 0644'
54-
5548issues :
5649 exclude-rules :
5750 - path : pkg/output/banner.go
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import "github.com/projectdiscovery/gologger"
1212var printed = false
1313
1414const (
15- Version = "v0.3.1 "
15+ Version = "v0.4.0 "
1616 banner = ` ______________ ________ _________ ____
1717 / ___/ ___/ __ \/ ___/ _ \/ ___/ __ \/ __ \
1818 / /__(__ ) /_/ / / / __/ /__/ /_/ / / / /
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ summary: Discover new target domains using Content Security Policy
33description : |
44 Take as input target URLs and probe them to retrieve their CSP (either from Head or Header)
55 and get new target domains.
6- version : 0.3.1
6+ version : 0.4.0
77grade : stable
88base : core20
99
You can’t perform that action at this time.
0 commit comments