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

zopefoundation / RestrictedPython / 27609386687
99%

Build:
DEFAULT BRANCH: master
Ran 16 Jun 2026 09:55AM UTC
Jobs 1
Files 59
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

16 Jun 2026 09:54AM UTC coverage: 98.976% (+0.004%) from 98.972%
27609386687

push

github

web-flow
Merge commit from fork

check_function_argument_names() validated regular, *args, **kwargs and
keyword-only parameter names against the leading-underscore rule, but
omitted positional-only parameters (those before '/'). A positional-only
parameter could therefore be given a protected/injected name and a
default value, shadowing an injected guard hook (_getattr_, _getitem_,
_write_, _print_) so that generated guard calls resolve to an
attacker-controlled local instead of the safe policy hook.

Adds regression tests covering positional-only parameters (with and
without a default) and the equivalent lambda case.

Co-authored-by: Neroli-realy <Neroli-realy@users.noreply.github.com>

209 of 211 branches covered (99.05%)

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

2513 of 2539 relevant lines covered (98.98%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27609386687.1 16 Jun 2026 09:55AM UTC 59
98.98
GitHub Action Run
Source Files on build 27609386687
  • Tree
  • List 59
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 3737596e on github
  • Prev Build on master (#26712500188)
  • Next Build on master (#27609743689)
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