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

Python: Port old experimental points-to based queries #13990

Merged
merged 13 commits into from
Aug 28, 2023

Commits on Aug 17, 2023

  1. Python: Port py/template-injection to new data-flow

    I kept all the modeling in _one_ file, since that makes it easy to work
    with such an external contribution... and I would certainly propose this
    file setup for the future 👍
    RasmusWL committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    91edde7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0336c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    779fe64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef139f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c693b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf54d3f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Python: Minor fix in test

    RasmusWL committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    33f8998 View commit details
    Browse the repository at this point in the history
  2. Python: Remove duplicated SSTI tests

    Besides the Cheetah tests, which were missing from the query tests.
    RasmusWL committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    38577e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b579ab0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Python: Fix naming

    RasmusWL committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    39e2b13 View commit details
    Browse the repository at this point in the history
  2. Python: Remove old points-to modeling file

    Since all of this was ported already
    RasmusWL committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0dca8a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f24247 View commit details
    Browse the repository at this point in the history
  4. Python: Update .expected files

    Due to change in path-graph, and including LHS of assignments
    RasmusWL committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7cba6cd View commit details
    Browse the repository at this point in the history