Skip to content

Commit b8e619a

Browse files
committed
Extend qhelp references
1 parent 8527ccc commit b8e619a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/ql/src/experimental/Security/CWE-943/NoSQLInjection.qhelp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<example>
3131

3232
<references>
33+
<li>Mongoengine: <a href="http://mongoengine.org/">Documentation</a>.</li>
34+
<li>Flask-Mongoengine: <a href="http://docs.mongoengine.org/projects/flask-mongoengine/en/latest/">Documentation</a>.</li>
35+
<li>PyMongo: <a href="https://pypi.org/project/pymongo/">Documentation</a>.</li>
36+
<li>Flask-PyMongo: <a href="https://flask-pymongo.readthedocs.io/en/latest/">Documentation</a>.</li>
3337
<li>OWASP: <a href="https://owasp.org/www-pdf-archive/GOD16-NOSQL.pdf">NoSQL Injection</a>.</li>
3438
<li>Security Stack Exchange Discussion: <a href="https://security.stackexchange.com/questions/83231/mongodb-nosql-injection-in-python-code">Question 83231</a>.</li>
3539
</references>

0 commit comments

Comments
 (0)