@platformatic/foundation
Advanced tools
+28
-1
@@ -681,2 +681,27 @@ export function overridableValue (spec, defaultValue) { | ||
| export const policies = { | ||
| type: 'object', | ||
| properties: { | ||
| deny: { | ||
| type: 'object', | ||
| patternProperties: { | ||
| '^.*$': { | ||
| oneOf: [ | ||
| { type: 'string' }, | ||
| { | ||
| type: 'array', | ||
| items: { | ||
| type: 'string' | ||
| }, | ||
| minItems: 1 | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| required: ['deny'], | ||
| additionalProperties: false | ||
| } | ||
| export const applications = { | ||
@@ -1227,3 +1252,4 @@ type: 'array', | ||
| } | ||
| } | ||
| }, | ||
| policies | ||
| } | ||
@@ -1253,2 +1279,3 @@ | ||
| telemetry, | ||
| policies, | ||
| applications, | ||
@@ -1255,0 +1282,0 @@ runtimeProperties, |
+1
-1
| { | ||
| "name": "@platformatic/foundation", | ||
| "version": "3.11.0", | ||
| "version": "3.12.0", | ||
| "description": "Platformatic Foundation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
99288
0.47%2905
0.9%