-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e76dcf9
commit e2b16bd
Showing
8 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
cpp/ql/lib/change-notes/2024-09-03-outdated-deprecations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
category: breaking | ||
--- | ||
* Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`. | ||
* Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. | ||
* Deleted the deprecated `hasQualifiedName` and `isDefined` predicates from the `Declaration` class, use `hasGlobalName` and `hasDefinition` respectively instead. | ||
* Deleted the `getFullSignature` predicate from the `Function` class, use `getIdentityString(Declaration)` from `semmle.code.cpp.Print` instead. | ||
* Deleted the deprecated `freeCall` predicate from `Alloc.qll`. Use `DeallocationExpr` instead. | ||
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead. | ||
* Deleted the deprecated `getFieldExpr` predicate from `ClassAggregateLiteral`, use `getAFieldExpr` instead. | ||
* Deleted the deprecated `getElementExpr` predicate from `ArrayOrVectorAggregateLiteral`, use `getAnElementExpr` instead. |
6 changes: 6 additions & 0 deletions
6
csharp/ql/lib/change-notes/2024-09-03-outdated-deprecations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
category: breaking | ||
--- | ||
* Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`. | ||
* Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. | ||
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
category: breaking | ||
--- | ||
* Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`. | ||
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead. |
11 changes: 11 additions & 0 deletions
11
java/ql/lib/change-notes/2024-09-03-outdated-deprecations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
category: breaking | ||
--- | ||
* Deleted the deprecated `ProcessBuilderConstructor`, `MethodProcessBuilderCommand`, and `MethodRuntimeExec` from `JDK.qll`. | ||
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead. | ||
* Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`. | ||
* Deleted the deprecated `getURI` predicate from `CamelJavaDslToDecl` and `SpringCamelXmlToElement`, use `getUri` instead. | ||
* Deleted the deprecated `ExecCallable` class from `ExternalProcess.qll`. | ||
* Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. | ||
* Deleted the deprecated `PathCreation.qll` file. | ||
* Deleted the deprecated `WebviewDubuggingEnabledQuery.qll` file. |
10 changes: 10 additions & 0 deletions
10
javascript/ql/lib/change-notes/2024-09-03-outdated-deprecations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
category: breaking | ||
--- | ||
* Deleted the deprecated `isHTMLElement` and `getDOMName` predicates from the JSX library, use `isHtmlElement` and `getDomName` respectively instead. | ||
* Deleted the deprecated `getPackageJSON` predicate from the `SourceMappingComment` class, use `SourceMappingComment` instead. | ||
* Deleted many deprecated directives from the `Stmt.qll` file, use the `Directive::` module instead. | ||
* Deleted the deprecated `YAMLNode`, `YAMLValue`, and `YAMLScalar` classes from the YAML libraries, use `YamlNode`, `YamlValue`, and `YamlScalar` respectively instead. | ||
* Deleted the deprecated `getARouteHandlerExpr` predicate from `Connect.qll`, use `getARouteHandlerNode` instead. | ||
* Deleted the deprecated `getGWTVersion` predicate from `GWT.qll`, use `getGwtVersion` instead. | ||
* Deleted the deprecated `getOwnOptionsObject` predicate from `Vue.qll`, use `getOwnOptions().getASink()` instead. |
9 changes: 9 additions & 0 deletions
9
python/ql/lib/change-notes/2024-09-03-outdated-deprecations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
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 `semmle/python/security/SQL.qll` file. | ||
* Deleted the deprecated `useSSL` predicates from the LDAP libraries, use `useSsl` instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
category: breaking | ||
--- | ||
* Deleted the deprecated `getURL` predicate the `Http::Request` class, use `getAUrlPart` instead. | ||
* Deleted the deprecated `getNode` predicate from the `CfgNode` class, use `getAstNode` instead. | ||
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead. | ||
* Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`. | ||
* Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`. |
5 changes: 5 additions & 0 deletions
5
swift/ql/lib/change-notes/2024-09-03-outdated-deprecations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
category: breaking | ||
--- | ||
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead. | ||
* Deleted the deprecated `getDerivedTypeDecl` predicate from the `TypeDecl` class, use `getADerivedTypeDecl` or `getABaseTypeDecl` instead. |