Skip to content

Commit 63fa72f

Browse files
Fix name
1 parent f01d35b commit 63fa72f

File tree

1 file changed

+1
-1
lines changed
  • .github/codeql/custom-queries/python

1 file changed

+1
-1
lines changed

.github/codeql/custom-queries/python/rmtree.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id python/call-to-shutil-rmtree
3-
* @name Identify use of rmtree from shutil
3+
* @name Use of shutil.rmtree
44
* @description We have specific ways to delete files - this query
55
* notifies when there are calls to `shutil.rmtree` so
66
* that we can revue how deletion is done.

0 commit comments

Comments
 (0)