Skip to content

Commit

Permalink
Fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sarpsahinalp committed Oct 8, 2024
1 parent a144dc5 commit 12f7590
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ static ElementMatcher<MethodDescription> getMethodsMatcher(
* and the values are lists of method names that are considered to be file execute operations.
*/
public static final Map<String, List<String>> methodsWhichCanExecuteFiles = Map.of(
"java.io.UnixFileSystem",
List.of("setPermission"),
"java.io.File",
List.of("setExecutable"),
"java.io.WinNTFileSystem",
List.of("setReadOnly"),
"java.io.Win32FileSystem",
Expand Down

0 comments on commit 12f7590

Please sign in to comment.