Skip to content

Commit ce22934

Browse files
author
Joonas Hiltunen
committed
Add dependency scan configuration file
1 parent 0fe1beb commit ce22934

1 file changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
fail-on-severity: low
2+
show-openssf-scorecard: true
3+
4+
# List of explicitly allowed licenses for EUPL 1.2 Inbound Compatibility
5+
# (Allows importing these libraries into a EUPL 1.2 project)
6+
allow-licenses:
7+
# ==========================================
8+
# 1. Public domain / no-attribution
9+
# ==========================================
10+
- CC0-1.0
11+
- Unlicense
12+
- WTFPL
13+
- 0BSD
14+
15+
# ==========================================
16+
# 2. Standard permissive
17+
# ==========================================
18+
- MIT
19+
- Apache-2.0
20+
- ISC
21+
- BSD-2-Clause
22+
- BSD-3-Clause
23+
- Zlib
24+
25+
# ==========================================
26+
# 3. Weak copyleft
27+
# ==========================================
28+
- MPL-1.1
29+
- MPL-2.0
30+
- CDDL-1.0
31+
- EPL-1.0
32+
- EPL-2.0
33+
- CECILL-2.1
34+
35+
# ==========================================
36+
# 4. Library Copyleft (LGPL)
37+
# Explicitly Compatible via EUPL Appendix
38+
# ==========================================
39+
- LGPL-2.1-only
40+
- LGPL-2.1-or-later
41+
- LGPL-3.0-only
42+
- LGPL-3.0-or-later
43+
44+
# ==========================================
45+
# 5. EUPL
46+
# ==========================================
47+
- EUPL-1.0
48+
- EUPL-1.1
49+
- EUPL-1.2
50+
51+
# ==========================================
52+
# 6. Other / Niche permissive licenses
53+
# ==========================================
54+
55+
- AAL
56+
- AFL-3.0
57+
- Apache-1.1
58+
- APL-1.0
59+
- APSL-2.0
60+
- Artistic-1.0-Perl
61+
- Artistic-2.0
62+
- BSL-1.0
63+
- CATOSL-1.1
64+
- CPAL-1.0
65+
- CUA-OPL-1.0
66+
- ECL-2.0
67+
- EFL-2.0
68+
- Entessa
69+
- EUDatagrid
70+
- Fair
71+
- LPPL-1.3c
72+
- LPL-1.02
73+
- MirOS
74+
- Motosoto
75+
- Multics
76+
- NASA-1.3
77+
- NCSA
78+
- NTP
79+
- Naumen
80+
- Nokia
81+
- PostgreSQL
82+
- PSF-2.0
83+
- RPSL-1.0
84+
- RSCPL
85+
- SimPL-2.0
86+
- Sleepycat
87+
- SPL-1.0
88+
- VSL-1.0
89+
- W3C
90+
- W3C-20150513
91+
- Xnet
92+
- ZPL-2.0

0 commit comments

Comments
 (0)