Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT Moonshot Attack Module: Insert Punctuation Attack #475

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. add converter and test

    Jiayue committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1908fec View commit details
    Browse the repository at this point in the history
  2. change the _is_valid_punctuation to return a bool and raise ValueErro…

    …r if it returns false in convert_asyn
    Jiayue committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e3df95c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix typos and missing returns in docs

    Jiayue committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7b1d91c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    ce163cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70add5d View commit details
    Browse the repository at this point in the history
  3. fix typos. remove unnecessary comments.

    Jiayue committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    60cfd37 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Jiayue committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1c129c9 View commit details
    Browse the repository at this point in the history
  5. change convert_async logic: should only convert 1 interation for each…

    … time calling convert_asnyc
    Jiayue committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    55fdf91 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. fixed file name. removed instance max_iteration.

    Jiayue committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    3e8ebb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    38bd280 View commit details
    Browse the repository at this point in the history