Files
PrivateBin/js
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-10-28 11:33:47 +01:00
2025-07-22 10:32:08 +02:00
2025-10-07 00:29:16 +02:00
2025-07-22 09:49:48 +02:00
2025-11-12 08:00:50 +01:00
2022-11-13 06:37:23 +01:00