Skip to content

Commit 2e028a4

Browse files
yoffRasmusWL
andauthored
Apply suggestions from code review
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 3043633 commit 2e028a4

File tree

1 file changed

+10
-1
lines changed
  • python/ql/lib/semmle/python/frameworks

1 file changed

+10
-1
lines changed

python/ql/lib/semmle/python/frameworks/BSon.qll

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/**
2-
* Provides classes modeling security-relevant aspects of the PyMongo bindings.
2+
* 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
36
*/
47

58
private import python
69
private import semmle.python.dataflow.new.DataFlow
710
private import semmle.python.Concepts
811
private import semmle.python.ApiGraphs
912

13+
/**
14+
* Provides models for the `bson` PyPI package.
15+
* See
16+
* - https://pypi.org/project/bson/
17+
* - https://github.com/py-bson/bson
18+
*/
1019
private module BSon {
1120
/**
1221
* ObjectId returns a string representing an id.

0 commit comments

Comments
 (0)