Front page | perl.perl5.porters |
Postings from September 2023
Re: Native stack traces?
Thread Previous
|
Thread Next
From:
"Ruud H.G. van Tol" via perl5-porters
Date:
September 11, 2023 10:20
Subject:
Re: Native stack traces?
Message ID:
106f0e50-55b4-4824-83eb-7888cab6edd8@isolution.nl
On 2023-09-08 17:42, Ovid wrote:
> /Most/ of the time, I just want a quick stack trace with the ability
> to hide scalar values so that PII doesn't leak.
That means that the PII-values need to be marked as such.
You can for example use Variable::Magic to make a value look like
"secret" or 0xDEADBEEF,
unless the call came from a trusted source.
-- Ruud
Thread Previous
|
Thread Next