Files
codeql/python/change-notes/2021-01-19-port-url-redirect-query.md
Rasmus Wriedt Larsen d8bfa3565f Python: Simple port of URL redirect query
Still have not added sanitizer, but seems like old sanitizer was a bit too broad
(also covering %-formatting)
2021-01-20 11:35:44 +01:00

191 B

lgtm,codescanning

  • Ported URL redirection (py/url-redirection) query to use new data-flow library. This might result in different results, but overall a more robust and accurate analysis.