mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
fix typos in documentation
Co-authored-by: Stephan Brandauer <kaeluka@github.com>
This commit is contained in:
committed by
GitHub
parent
2433eafef2
commit
573f17dc63
@@ -71,7 +71,7 @@ module InsecureTemporaryFile {
|
||||
}
|
||||
}
|
||||
|
||||
/** A a string that references the global tmp dir. Seen as a source for insecure temporary file creation. */
|
||||
/** A string that references the global tmp dir. Seen as a source for insecure temporary file creation. */
|
||||
class OSTempDir extends Source {
|
||||
OSTempDir() {
|
||||
this = DataFlow::moduleImport("os").getAMemberCall("tmpdir")
|
||||
|
||||
Reference in New Issue
Block a user