You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a class that has a method titled format. This extension is marking calls to my custom method as insecure. I believe this is a bug because this extension is intended to only run on .format of strings.
To Reproduce
Code or Steps to reproduce the behavior:
hexiro
changed the title
STR100: Calling format with insecure string. Found in 'FormattingUtility().format(log)'.
STR100: Calling format with insecure string. Found in '.format(text)'.
Mar 26, 2022
Describe the bug
I have a class that has a method titled
format
. This extension is marking calls to my custom method as insecure. I believe this is a bug because this extension is intended to only run on .format of strings.To Reproduce
Code or Steps to reproduce the behavior:
Additional context
The text was updated successfully, but these errors were encountered: