Skip to content

Commit

Permalink
chore(unprotectedCall): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Jan 3, 2025
1 parent f146021 commit 6a71566
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/detectors/builtin/unprotectedCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,6 @@ export class UnprotectedCall extends DataflowDetector {
if (taints.length > 0) {
acc.push(this.makeWarning(`${msg}: ${prettyPrint(arg)}`, arg.loc));
}
// if (arg.kind === "id" && findUnprotectedArg(idText(arg), state.argTaints)) {
// acc.push(this.makeWarning(`${msg}: ${prettyPrint(arg)}`, arg.loc));
// }
};
const checkUnprotectedSendArg = (
acc: MistiTactWarning[],
Expand Down

0 comments on commit 6a71566

Please sign in to comment.