fix mistake in the Python change-note

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Erik Krogh Kristensen
2024-09-04 12:43:01 +02:00
committed by GitHub
parent e2b16bd8f9
commit 49aaf65f3f

View File

@@ -4,6 +4,6 @@ category: breaking
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead.
* Deleted the deprecated `semmle.python.RegexTreeView` module, use `semmle.python.regexp.RegexTreeView` instead.
* Deleted the deprecated `RegexString` class from `regex.qll`.
* Deleted the deprecated `Regex` class, use `Regex` instead.
* Deleted the deprecated `Regex` class, use `RegExp` instead.
* Deleted the deprecated `semmle/python/security/SQL.qll` file.
* Deleted the deprecated `useSSL` predicates from the LDAP libraries, use `useSsl` instead.