Skip to content

Commit 039d9cb

Browse files
authored
Fix typo
1 parent 6b28575 commit 039d9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ This query shows a data flow configuration that uses all network input as data s
306306
/**
307307
* @kind path-problem
308308
* @problem.severity warning
309-
* @id filesystemacess
309+
* @id filesystemaccess
310310
*/
311311
import python
312312
import semmle.python.dataflow.new.DataFlow

0 commit comments

Comments
 (0)