libsast
libsast copied to clipboard
deleting multiline comments does not work correctly
Libsast pattern for deleting multiline comment ("/*([\S|\s]+?)*/") will delete code if it will find "/" in constant string. For example: uriMatcher.addURI(PROVIDER_NAME, "users/", 1);