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: coreruleset/albedo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: coreruleset/albedo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 16 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 24, 2025

  1. chore(deps): update all non-major dependencies in .github/workflows/t…

    …est.yml (#61)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    4e9e116 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    e4272b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from coreruleset/renovate/all-minor-patch

    chore(deps): update all non-major dependencies in .github/workflows/scorecard.yml
    theseion authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    cdf3206 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    8ad2138 View commit details
    Browse the repository at this point in the history
  2. chore: fix lint issues

    theseion committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    ffb20ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from coreruleset/renovate/major-7-all-major

    chore(deps): update golangci/golangci-lint-action action to v7 in .github/workflows/test.yml
    theseion authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    47524da View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    c3bd1f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from coreruleset/renovate/all-minor-patch

    chore(deps): update github/codeql-action action to v3.28.15 in .github/workflows/scorecard.yml
    theseion authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    23731c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. chore(deps): update all non-major dependencies in .github/workflows/r…

    …elease.yml (#67)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    52b2f0d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Configuration menu
    Copy the full SHA
    82a1b71 View commit details
    Browse the repository at this point in the history
  2. docs: update readme

    theseion committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    3e92805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ace8ba6 View commit details
    Browse the repository at this point in the history
  4. docs: add /inspect to readme

    theseion committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    af5a961 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #66 from coreruleset/add-debugging

    feat: add `--debug` flag and additional information
    fzipi authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    356cd22 View commit details
    Browse the repository at this point in the history
  6. fix: use smaller buffer to not overflow int in make

    The size arguments to `make` are `int`, which may overflow (on 32-bit
    platforms). Use a buffer that fits into `int32`.
    theseion committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    ef36a71 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Merge pull request #68 from coreruleset/fix-int-overflow

    fix: use smaller buffer to not overflow int in `make`
    theseion authored May 1, 2025
    Configuration menu
    Copy the full SHA
    b0a0f45 View commit details
    Browse the repository at this point in the history
Loading