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

Check for CWE-337 #439

Merged
merged 7 commits into from
Feb 22, 2024
Merged

Check for CWE-337 #439

merged 7 commits into from
Feb 22, 2024

Commits on Feb 14, 2024

  1. Implement simple check for CWE337.

    Pascal Beyer committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8a3ee2a View commit details
    Browse the repository at this point in the history
  2. Changed the check to work with taint-tracking.

    Pascal Beyer committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9126ebf View commit details
    Browse the repository at this point in the history
  3. Whitespace and comment changes.

    Pascal Beyer committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    06fc825 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Implement requested changes.

    * Add "artifical_sample"
    * Rename `sinks` to `seeding_functions`
    * Use `expect()` instead of `unwrap()` for the `Config`
    * Bail early if either there are no sinks or no sources
    * Only use one `computation` instead of one per call to a source.
    Pascal Beyer committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    37e4234 View commit details
    Browse the repository at this point in the history
  2. Skip some tests which seem to be skipped everywhere else.

    Pascal Beyer committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    694c1e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Skip x86 architecture, instead of skipping each compiler with x86

    …. Change one comment.
    Pascal Beyer committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c83cdf6 View commit details
    Browse the repository at this point in the history
  2. Add CWE-337 to the README.md.

    Pascal Beyer committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b4fc779 View commit details
    Browse the repository at this point in the history