From 586d702a401dbe8b1b0657dfdfb325ed536fcfb9 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Fri, 24 Mar 2023 13:05:15 +0100 Subject: [PATCH] Create cli.remap-path-prefix.md --- .changes/cli.remap-path-prefix.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/cli.remap-path-prefix.md diff --git a/.changes/cli.remap-path-prefix.md b/.changes/cli.remap-path-prefix.md new file mode 100644 index 000000000..faf96a79e --- /dev/null +++ b/.changes/cli.remap-path-prefix.md @@ -0,0 +1,5 @@ +--- +"cli.rs": "patch" +--- + +Configure the rust compiler to truncate absolute paths in panic messages and debug symbols when building in release mode. This prevents a possible leak of PII through absolute paths. \ No newline at end of file