Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8527ccc commit b8e619aCopy full SHA for b8e619a
1 file changed
python/ql/src/experimental/Security/CWE-943/NoSQLInjection.qhelp
@@ -30,6 +30,10 @@
30
<example>
31
32
<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>
37
<li>OWASP: <a href="https://owasp.org/www-pdf-archive/GOD16-NOSQL.pdf">NoSQL Injection</a>.</li>
38
<li>Security Stack Exchange Discussion: <a href="https://security.stackexchange.com/questions/83231/mongodb-nosql-injection-in-python-code">Question 83231</a>.</li>
39
</references>
0 commit comments