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 3043633 commit 2e028a4Copy full SHA for 2e028a4
python/ql/lib/semmle/python/frameworks/BSon.qll
@@ -1,12 +1,21 @@
1
/**
2
- * Provides classes modeling security-relevant aspects of the PyMongo bindings.
+ * Provides classes modeling security-relevant aspects of the `bson` PyPI package.
3
+ * See
4
+ * - https://pypi.org/project/bson/
5
+ * - https://github.com/py-bson/bson
6
*/
7
8
private import python
9
private import semmle.python.dataflow.new.DataFlow
10
private import semmle.python.Concepts
11
private import semmle.python.ApiGraphs
12
13
+/**
14
+ * Provides models for the `bson` PyPI package.
15
16
17
18
+ */
19
private module BSon {
20
21
* ObjectId returns a string representing an id.
0 commit comments