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 1f8aaf7 commit 9a32abaCopy full SHA for 9a32aba
cpp/ql/src/jsf/4.13 Functions/AV Rule 119.ql
@@ -14,4 +14,4 @@ from Function f
14
where
15
f.fromSource() and
16
f.calls+(f)
17
-select f, "Functions shall not call theselves, either directly or indirectly."
+select f, "Functions shall not call themselves, either directly or indirectly."
0 commit comments