We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01d35b commit 63fa72fCopy full SHA for 63fa72f
.github/codeql/custom-queries/python/rmtree.ql
@@ -1,6 +1,6 @@
1
/**
2
* @id python/call-to-shutil-rmtree
3
-* @name Identify use of rmtree from shutil
+* @name Use of shutil.rmtree
4
* @description We have specific ways to delete files - this query
5
* notifies when there are calls to `shutil.rmtree` so
6
* that we can revue how deletion is done.
0 commit comments