• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / auth / 23815831910
69%

Build:
DEFAULT BRANCH: master
Ran 31 Mar 2026 07:42PM UTC
Jobs 1
Files 186
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Mar 2026 07:35PM UTC coverage: 69.16% (+0.01%) from 69.149%
23815831910

push

github

web-flow
chore: prevent panic by enforcing nonce length (#2459)

## What kind of change does this PR introduce?

Bug fix / chore

## What is the current behavior?

Current `IsValid` in `crypto.go` only validates that the nonce length is
> 0. `cipher.NewGCM()` from the Go standard library panics if the nonce
is not exactly 12 bytes.

## What is the new behavior?

Matches the `IsValid` check with the behaviour of `cipher.NewGCM()` and
prevents a panic.

3 of 3 new or added lines in 1 file covered. (100.0%)

16449 of 23784 relevant lines covered (69.16%)

80.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23815831910.1 31 Mar 2026 07:42PM UTC 186
69.16
GitHub Action Run
Source Files on build 23815831910
  • Tree
  • List 186
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c17e1f55 on github
  • Prev Build on master (#23637630680)
  • Next Build on master (#23816058095)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc