AttackSurfaceAnalyzer
AttackSurfaceAnalyzer copied to clipboard
Add Arguments to Strings.Get arguments
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.