Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperpolymath/panic-attack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: hyperpolymath/panic-attack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 6 commits
  • 21 files changed
  • 1 contributor

Commits on Feb 7, 2026

  1. fix: format code with cargo fmt

    - Fix import order in examples/vulnerable_program.rs
    - Reformat long function signature in src/attack/executor.rs
    - Apply rustfmt to all source files
    Jonathan D.A. Jewell committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    52d9aa6 View commit details
    Browse the repository at this point in the history
  2. fix: correct workflow action SHAs and line length

    - Update github/codeql-action to correct v3 SHA (33119e58)
    - Update trufflesecurity/trufflehog to current main SHA (e9734c1f)
    - Fix EditorConfig violation in src/xray/mod.rs (line >100 chars)
    
    Fixes GitHub Actions failures in CodeQL, Quality Checks, and Scorecard workflows.
    Jonathan D.A. Jewell committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    6830578 View commit details
    Browse the repository at this point in the history
  3. fix: resolve clippy warnings

    - Use .clamp() instead of .max().min() in report generator
    - Use .or_default() instead of .or_insert_with(Vec::new)
    - Add allow attributes for intentional vulnerabilities in examples
    - Remove unused import in analyzer tests
    Jonathan D.A. Jewell committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    a84dfb4 View commit details
    Browse the repository at this point in the history
  4. fix: configure TruffleHog to scan last 10 commits

    Previous configuration caused 'BASE and HEAD are the same' error.
    Now scans last 10 commits explicitly using --since-commit HEAD~10.
    Jonathan D.A. Jewell committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    371b084 View commit details
    Browse the repository at this point in the history
  5. fix: update MSRV to 1.85.0 and fix workflow issues

    - Update MSRV from 1.75.0 to 1.85.0 (required for Cargo.lock v4)
    - Fix EditorConfig indentation in src/xray/mod.rs
    - Fix TruffleHog configuration (use --max-depth instead of --since-commit)
    - Use version tags instead of SHA pins for codeql-action (Scorecard verification)
    - Update MSRV in Cargo.toml, README, and rust-ci.yml workflow
    Jonathan D.A. Jewell committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    21f04d3 View commit details
    Browse the repository at this point in the history
  6. chore: bump version to 1.0.1

    - Update version in Cargo.toml and src/main.rs
    - Update CHANGELOG.md with v1.0.1 release notes
    Jonathan D.A. Jewell committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    b93143e View commit details
    Browse the repository at this point in the history
Loading