Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Feb 19, 2024
1 parent 7d13666 commit dbf322d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion karton_sqlmap/tamper/tamper_double_quotes.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
def tamper(payload, **kwargs):
from typing import Any, Dict

def tamper(payload: str, **kwargs: Dict[Any, Any]) -> str:
return payload.replace("'", '"')

0 comments on commit dbf322d

Please sign in to comment.