-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
.wwhrd.yml
42 lines (38 loc) · 1.12 KB
/
.wwhrd.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
denylist:
- GPL-2.0
- GPL-3.0
allowlist:
- 0BSD
- Apache-2.0
- BSD-2-Clause
- BSD-3-Clause
- ISC
- JSON
- MIT
- MPL-2.0
- MPL-2.0-no-copyleft-exception
- NewBSD
- FreeBSD
overrides:
# https://github.com/bmizerany/pat/blob/master/LICENSE
"github.com/bmizerany/pat": MIT
# https://github.com/xi2/xz/blob/master/LICENSE
"github.com/xi2/xz": Public Domain
# https://github.com/acomagu/bufpipe/blob/master/LICENSE
"github.com/acomagu/bufpipe": MIT
# https://github.com/aquasecurity/trivy-policies/blob/main/LICENSE
"github.com/aquasecurity/trivy-policies/pkg/spec": MIT
"github.com/aquasecurity/trivy-policies/rules/specs": MIT
# https://github.com/csaf-poc/csaf_distribution/blob/main/LICENSES/MIT.txt
"github.com/csaf-poc/csaf_distribution/v3/csaf": MIT
"github.com/csaf-poc/csaf_distribution/v3/util": MIT
exceptions:
- "golang.org/x/mobile/..."
- "golang.org/x/tools/..."
- "golang.org/x/mod/..."
- "golang.org/x/xerrors/..."
- "github.com/stretchr/testify"
additional:
# list here paths to additional licenses
golang/go: "raw.githubusercontent.com/golang/go/master/LICENSE"