We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf809f commit 9b613fcCopy full SHA for 9b613fc
.github/dependency-review-config.yml
@@ -1,12 +1,19 @@
1
vulnerability_check: false
2
allow_licenses:
3
- - '0BSD'
+ # Regular valid open source licenses supported by Google.
4
- 'Apache-2.0'
5
- 'BlueOak-1.0.0'
6
- 'BSD-2-Clause'
7
- 'BSD-3-Clause'
8
- - 'CC-BY-4.0'
9
- 'ISC'
10
- 'MIT'
11
- 'Python-2.0'
+ # Have a full copyright grant. Validated by opensource team.
12
- 'Unlicense'
13
+ - 'CC0-1.0'
14
+ - '0BSD'
15
+ # All CC-BY licenses have a full copyright grant and attribution section.
16
+ - 'CC-BY-3.0'
17
+ - 'CC-BY-4.0'
18
+allow-dependencies-licenses:
19
+ - 'pkg:npm/thingies@1.21.0' # MIT and Unlicense
0 commit comments