Files
PrivateBin/lib
El RIDO 0ed48c455f address unneeded defensive code lint
IMHO this check is actually necessary, as we do call the function with an empty argument. So we need a guard there, but we could simplify it a bit, by making the argument an empty array by default. I still kept the check for undefined (line 3249, first check) in case the caller passes us an undefined variable.

See: https://github.com/PrivateBin/PrivateBin/security/quality/rules/js%2Funneeded-defensive-code - Copilot suggested to simply remove the if-condition and its else block, which I think is wrong.
2026-01-25 09:26:14 +01:00
..
2025-12-02 07:07:04 +01:00
2025-11-19 10:02:15 +01:00
2025-11-19 09:57:08 +01:00
2024-06-04 07:13:55 +02:00
2025-11-11 17:56:49 +01:00