Skip to content

Commit

Permalink
fix mistake in the Python change-note
Browse files Browse the repository at this point in the history
Co-authored-by: Taus <[email protected]>
  • Loading branch information
erik-krogh and tausbn authored Sep 4, 2024
1 parent e2b16bd commit 49aaf65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 49aaf65

Please sign in to comment.