зеркало из https://github.com/github/codeql.git
Python: Use .matches instead of .indexOf() = 0
This commit is contained in:
Родитель
daa1b6fc79
Коммит
4a7bfbe091
|
@ -65,7 +65,7 @@ class DjangoResponseContentXSSVulnerable extends DjangoResponseContent {
|
|||
or
|
||||
exists(StringValue s |
|
||||
cls.getContentTypeArg(call).pointsTo(s) and
|
||||
s.getText().indexOf("text/html") = 0
|
||||
s.getText().matches("text/html%")
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче