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: danielpalme/ReportGenerator-GitHub-Action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.5.4
Choose a base ref
...
head repository: danielpalme/ReportGenerator-GitHub-Action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.5.10
Choose a head ref
  • 11 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 14, 2026

  1. Add input validation and path scope enforcement

    Validate that toolpath, targetdir, historydir, sourcedirs, reports,
    and plugins resolve within the GitHub workspace to prevent path
    traversal. Validate customSettings entries match key=value format
    to prevent argument injection. Use path.join() instead of string
    concatenation for cross-platform correctness.
    
    Addresses #37
    Immanuel Smits committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    76305b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Extract input validation helpers into sanitize module

    Immanuel Smits committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    81d25ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f8909 View commit details
    Browse the repository at this point in the history
  3. 5.5.5

    danielpalme committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    7ae9272 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Configuration menu
    Copy the full SHA
    0d51eb3 View commit details
    Browse the repository at this point in the history
  2. 5.5.6

    danielpalme committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    ee3806a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. 5.5.7

    danielpalme committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    254e112 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

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

Commits on May 2, 2026

  1. 5.5.8

    danielpalme committed May 2, 2026
    Configuration menu
    Copy the full SHA
    76a32cb View commit details
    Browse the repository at this point in the history
  2. 5.5.9

    danielpalme committed May 2, 2026
    Configuration menu
    Copy the full SHA
    c31aa4e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2026

  1. 5.5.10

    danielpalme committed May 10, 2026
    Configuration menu
    Copy the full SHA
    049f7ec View commit details
    Browse the repository at this point in the history
Loading