File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Provides classes modeling security-relevant aspects of the I/O write or read operations
2
+ * Provides classes modeling security-relevant aspects of the I/O file write or file read operations
3
3
*/
4
4
5
5
private import python
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ module Starlette {
179
179
/**
180
180
* A call to the `baize.asgi.FileResponse` constructor as a sink for Filesystem access.
181
181
*
182
- * it is not contained to Starlette source code but it is mentioned as an alternative to Starlette FileResponse
182
+ * it is not contained to Starlette source code but it is mentioned in documents as an alternative to Starlette FileResponse
183
183
*/
184
184
class BaizeFileResponseCall extends FileSystemAccess:: Range , API:: CallNode {
185
185
BaizeFileResponseCall ( ) {
Original file line number Diff line number Diff line change @@ -1491,7 +1491,7 @@ private module StdlibPrivate {
1491
1491
1492
1492
/**
1493
1493
* A call to the `io.open_code` function.
1494
- * See https://docs.python.org/3/library/io.html#io.FileIO
1494
+ * See https://docs.python.org/3.11 /library/io.html#io.open_code
1495
1495
*/
1496
1496
private class OpenCodeCall extends FileSystemAccess:: Range , API:: CallNode {
1497
1497
OpenCodeCall ( ) { this = API:: moduleImport ( "io" ) .getMember ( "open_code" ) .getACall ( ) }
You can’t perform that action at this time.
0 commit comments