mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
712 B
712 B
category
| category |
|---|
| minorAnalysis |
- Deleted many deprecated predicates and classes with uppercase
SSL,XML,URI,SSAetc. in their names. Use the PascalCased versions instead. - Deleted the deprecated
getALocalFlowSuccpredicate andTaintTypeclass from the dataflow library. - Deleted the deprecated
NewobjandRethrowclasses, useNewObjandReThrowinstead. - Deleted the deprecated
getAFirstRead,hasAdjacentReads,lastRefBeforeRedef, andhasLastInputRefpredicates from the SSA library. - Deleted the deprecated
getAReachableReadpredicate from theAssignableReadandVariableReadclasses. - Deleted the deprecated
hasQualifiedNamepredicate from theNamedElementclass.