Srijan Rastogi

Results 21 comments of Srijan Rastogi

@nulldiego - Thanks for reporting this. It is not yet supported in the framework. Will keep this ticket in track with the same.

Issue is not at our side, and would be fixed from codeQL end, awaiting release from codeQL.

@SuyeshBadge - Are you still working on this?

@SuyeshBadge - Have you tested these changes by running an example on local and verifying whether the fields of struct are getting masked?

> Certainly, @aryanmehrotra . > > I identified the issue with the filter not working and have implemented a fix. However, we can still connect if you'd like to discuss...

@SuyeshBadge - can you please attach the snapshots for the masked logs, if you have tested it locally on any example.

@SuyeshBadge - have you tried passing the struct as args in log? Something like this: ```go func helloHandler(ctx *gofr.Context) (interface{}, error) { user := struct { Name string Email string...

@SuyeshBadge - I don't think this should be intended behaviour. As if we consider this, then we are restricting user to only mask fields in unformatted logs. We should have...

@SuyeshBadge - Although this implementation is masking the fields as required. But it is also adding a log which is not helpful and not understandable for user. See below: Also,...