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

nette / security / 30133545030
93%
master: 92%

Build:
Build:
LAST BUILD BRANCH: v3.2.6
DEFAULT BRANCH: master
Ran 24 Jul 2026 11:21PM UTC
Jobs 1
Files 22
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

24 Jul 2026 11:19PM UTC coverage: 92.845% (+0.4%) from 92.487%
30133545030

push

github

dg
SimpleAuthenticator: added support for hashed passwords

Stored passwords may now be crypt-format hashes and can be freely
mixed with plain-text ones. Hashes are detected by the '$ident$'
prefix followed by at least 20 characters, the same way
password_verify() identifies them, so besides
bcrypt and argon2 the legacy crypt() formats work too, and a hash
with an algorithm unknown to the PHP build fails closed instead of
being compared as plain text. Plain-text comparison is timing-safe
via hash_equals().

Hashes work in the 'users' configuration section without any extra
option; argon2 hashes must be quoted in NEON because of '=' and ','.

4 of 4 new or added lines in 2 files covered. (100.0%)

19 existing lines in 4 files now uncovered.

558 of 601 relevant lines covered (92.85%)

0.93 hits per line

Coverage Regressions

Lines Coverage ∆ File
9
96.05
0.92% src/Security/Permission.php
4
95.06
0.47% src/Bridges/SecurityDI/SecurityExtension.php
4
77.78
0.0% src/Bridges/SecurityHttp/SessionStorage.php
2
91.3
-1.0% src/Security/Passwords.php
Jobs
ID Job ID Ran Files Coverage
1 30133545030.1 24 Jul 2026 11:21PM UTC 22
92.85
GitHub Action Run
Source Files on build 30133545030
  • Tree
  • List 22
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • baeca0bd on github
  • Prev Build on v3.2 (#29303479561)
  • Next Build on v3.2 (#30134338255)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc