AttackSurfaceAnalyzer icon indicating copy to clipboard operation
AttackSurfaceAnalyzer copied to clipboard

Add Arguments to Strings.Get arguments

Open gfs opened this issue 4 years ago • 0 comments

When a Strings.Get call fails to find a string in the table it returns the original string that was called. This means that any data that might be slotted in later using a string.format is lost.

Solution: Rename the labels for strings to include the number of arguments they have as well.

gfs avatar Apr 27 '20 18:04 gfs