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

Napalys/js array prototype functions #17936

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    b0919ac View commit details
    Browse the repository at this point in the history
  2. Added test case for Array.prototype.reverse, which is currently not f…

    …lagged as a potential sink.
    Napalys committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8026a99 View commit details
    Browse the repository at this point in the history
  3. Refactored SortTaintStep to ArrayInPlaceManipulationTaintStep to supp…

    …ort both sort and reverse functions. Fixed newly added test case. from 8026a99
    Napalys committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    749e7ff View commit details
    Browse the repository at this point in the history
  4. Added test case for Array.prototype.toSorted, which is currently not …

    …flagged as a taint sink.
    Napalys committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d24d201 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cae193 View commit details
    Browse the repository at this point in the history
  6. Added toReserved test case

    Napalys committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1447f02 View commit details
    Browse the repository at this point in the history
  7. Added test case for Array.prototype.toReversed, which is currently no…

    …t flagged as a taint sink.
    Napalys committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    635ac75 View commit details
    Browse the repository at this point in the history