add licenses

pull/2715/head
Mikael Finstad 7 months ago
parent 2601102e13
commit 260110511c
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -19,6 +19,7 @@ const safeLicenses: Record<string, true | string[]> = {
Zlib: true,
'Python-2.0': true,
'BlueOak-1.0.0': true,
'MIT/X11': true,
// Permissive licenses with some conditions
'Apache-2.0': true,
@ -41,7 +42,7 @@ const safeLicenses: Record<string, true | string[]> = {
// Font licenses
'OFL-1.1': true, // permissive
UNKNOWN: ['fast-shallow-equal', 'react-universal-interface'],
UNKNOWN: ['fast-shallow-equal', 'react-universal-interface', 'buffers'],
};
const unsafeLicenses = licensesJson.flatMap((l) => {

Loading…
Cancel
Save