nextcloud/lib
Côme Chilliet 85fbd3eb0a
fix: Work around psalm taint false-positive by not using var_export
var_export is listed as a taint sink because it may output stuff
 depending on the parameters. It was not the case here, but we can
 simply json_encode the result by passing it as context to the logger
 method rather than using var_export.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-02-17 15:24:08 +01:00
..
composer chore(filecache): remove index fs_id_storage_size 2025-02-13 11:37:10 +01:00
l10n Fix(l10n): Update translations from Transifex 2025-02-15 00:21:54 +00:00
private fix: Work around psalm taint false-positive by not using var_export 2025-02-17 15:24:08 +01:00
public chore: Correctly flag json encoding methods as escaping html and quotes 2025-02-17 15:24:07 +01:00
unstable fix(lexicon): syntax 2025-01-14 10:38:15 -01:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php Merge pull request #48738 from nextcloud/perf/log-high-memory-requests 2025-02-13 19:50:32 +01:00
versioncheck.php feat(PHP): Allow PHP 8.4 2024-11-08 12:59:12 +01:00