Skip to content

Update Azure AKS OIDC issuer URL regex#2266

Merged
Hayden-IO merged 1 commit into
sigstore:mainfrom
Hayden-IO:update-azure-aks
Feb 2, 2026
Merged

Update Azure AKS OIDC issuer URL regex#2266
Hayden-IO merged 1 commit into
sigstore:mainfrom
Hayden-IO:update-azure-aks

Conversation

@Hayden-IO

Copy link
Copy Markdown
Contributor

Previously, as long as any part of the string matched the regex, it would pass. Because of the recently reported SSRF, we added anchors to require that the regex match the full string.

This configuration update will match what's rolled out to prod, and adds tests to demonstrate everything is working as intended.

Ref #2265

Summary

Release Note

Documentation

Previously, as long as any part of the string matched the regex, it would pass.
Because of the recently reported SSRF, we added anchors to require that the regex
match the full string.

This configuration update will match what's rolled out to prod, and adds
tests to demonstrate everything is working as intended.

Ref sigstore#2265

Signed-off-by: Hayden <8418760+Hayden-IO@users.noreply.github.com>
@Hayden-IO Hayden-IO requested a review from bobcallaway January 13, 2026 23:25
@Hayden-IO Hayden-IO requested a review from a team as a code owner January 13, 2026 23:25
@codecov

codecov Bot commented Jan 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.92%. Comparing base (cf238ac) to head (ef2fb02).
⚠️ Report is 551 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2266       +/-   ##
===========================================
- Coverage   57.93%   44.92%   -13.02%     
===========================================
  Files          50       72       +22     
  Lines        3119     4686     +1567     
===========================================
+ Hits         1807     2105      +298     
- Misses       1154     2344     +1190     
- Partials      158      237       +79     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Hayden-IO Hayden-IO requested a review from cpanato January 29, 2026 04:33
@Hayden-IO Hayden-IO enabled auto-merge (squash) January 29, 2026 04:33
@Hayden-IO Hayden-IO merged commit 80eaed0 into sigstore:main Feb 2, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants