Skip to content

Commit 0108d12

Browse files
committed
v0.4.0
1 parent dbc7fdb commit 0108d12

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.golangci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
5548
issues:
5649
exclude-rules:
5750
- path: pkg/output/banner.go

pkg/output/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import "github.com/projectdiscovery/gologger"
1212
var printed = false
1313

1414
const (
15-
Version = "v0.3.1"
15+
Version = "v0.4.0"
1616
banner = ` ______________ ________ _________ ____
1717
/ ___/ ___/ __ \/ ___/ _ \/ ___/ __ \/ __ \
1818
/ /__(__ ) /_/ / / / __/ /__/ /_/ / / / /

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ summary: Discover new target domains using Content Security Policy
33
description: |
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
77
grade: stable
88
base: core20
99

0 commit comments

Comments
 (0)