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

Tooling for generating Tim's shadedetector run scripts #27

Merged
merged 12 commits into from
Sep 27, 2023

Commits on Sep 8, 2023

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

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    398b904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02027e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    100f9b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9727aac View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    9b4866e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    615502c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Assume we run from a top-level subdir of the shadedetector repo, and …

    …put all results directly in it. Should simplify moving results out of the way after a run.
    wtwhite committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fba4773 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 27, 2023

  1. Add files storing exit status from mvn clean test, used for generat…

    …ing run scripts with run_shadedetector_on_all.sh
    
    Will probably delete these again once all their info is safely inside pov-project.json files.
    
    Note: CVE-2021-44228/mvn_clean_test.exitstatus is being added at its correct (current) value, though it was incorrect for a long time (including some run scripts on piccolo)
    wtwhite committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c3db30b View commit details
    Browse the repository at this point in the history
  2. Auto-determine testSignalWhenVulnerable from saved exit code of `mvn …

    …clean test` when possible
    wtwhite committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1333b84 View commit details
    Browse the repository at this point in the history