libsast icon indicating copy to clipboard operation
libsast copied to clipboard

deleting multiline comments does not work correctly

Open Skripko-Ivan opened this issue 1 year ago • 3 comments

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);

Skripko-Ivan avatar May 23 '24 11:05 Skripko-Ivan