Skip to content

Commit

Permalink
Clean TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Marven11 committed Nov 27, 2023
1 parent 0559bf6 commit 6badfa3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fenjing/payload_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"slide",
"function_call",
],
["filter"], # i guess, TODO: verify
["filter"],
[
"power",
],
Expand Down Expand Up @@ -661,8 +661,6 @@ def gen_string_concat_tilde(context: dict, a, b) -> List[LiteralTarget]:

# ---

# TODO: add f'|attr("\\x5f\\x5fadd\\x5f\\x5f")({n})'


@expression_gen
def gen_plus_normal(context: dict, a, b):
Expand Down

0 comments on commit 6badfa3

Please sign in to comment.