mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Upgrade electron-builder and electron-updater
This commit is contained in:
@@ -170,5 +170,11 @@
|
||||
"expression": "\\bmultiArgs\\b",
|
||||
"reason": "Potential arbitrary code execution, piped to eval",
|
||||
"excludedModules": ["node_modules/thenify"]
|
||||
},
|
||||
{
|
||||
"name": "bluebird-toFastProperties",
|
||||
"expression": "\\btoFastProperties\\b",
|
||||
"reason": "Whatever is provided is sent straight to eval()",
|
||||
"excludedModules": []
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user