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 05e20a3 commit 33bc313Copy full SHA for 33bc313
python/ql/lib/semmle/python/frameworks/Pydantic.qll
@@ -65,7 +65,7 @@ module Pydantic {
65
* NOTE: We currently overapproximate, and treat all attributes as containing
66
* another pydantic model. For the code below, we _could_ limit this to `main_foo`
67
* and members of `other_foos`. IF THIS IS CHANGED, YOU MUST CHANGE THE ADDITIONAL
68
- * TAINT STEPS BELOW, SUCH THAT SIMPLE ACCESS OF SOMETHIGN LIKE `str` IS STILL
+ * TAINT STEPS BELOW, SUCH THAT SIMPLE ACCESS OF SOMETHING LIKE `str` IS STILL
69
* TAINTED.
70
*
71
0 commit comments