Merge branch 'master' into 5283-fix-ui-lockup-for-typed-arrays

This commit is contained in:
Stephen McLaughlin
2025-10-05 12:25:12 +01:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -3,3 +3,9 @@
## Reporting a Vulnerability
Please report any potential security issues to `team@nodered.org`. This will notify the core project team who will respond accordingly.
## Escalation
If you do not receive an acknowledgement of your report within 6 business days, or if you cannot find a private security contact for the project, you may escalate to the OpenJS Foundation CNA at `security@lists.openjsf.org`.
If the project acknowledges your report but does not provide any further response or engagement within 14 days, escalation is also appropriate.

View File

@@ -308,10 +308,6 @@ async function loadPluginConfig(fileInfo) {
// isEnabled = info.enabled;
// }
if (!fs.existsSync(jsFile)) {
}
var plugin = {
type: "plugin",
id: id,