Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Python: Fixup broken patch
  • Loading branch information
asgerf committed Feb 6, 2025
commit 9dfd1cc608922cad9aef0eb4541af3498eeed5d6
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ module ModificationOfParameterWithDefault {
copyTarget(node) and state in [true, false]
}

private predicate observeDiffInformedIncrementalMode() { any() }

predicate copyTarget(DataFlow::Node node) {
private predicate copyTarget(DataFlow::Node node) {
node = API::moduleImport("copy").getMember(["copy", "deepcopy"]).getACall()
or
node.(DataFlow::MethodCallNode).calls(_, "copy")
Expand Down