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

tcalmant / jsonrpclib / 100 / 1
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 27 Jun 2017 07:47AM UTC
Files 8
Run time 0s
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

27 Jun 2017 07:45AM UTC coverage: 82.047% (+0.03%) from 82.014%
TOX_ENV=py27

push

travis-ci

tcalmant
jsonrpc: Don't proxy "special" methods

Code that expects ServerProxy objects to be regular python objects can
trigger bogus rpc calls by accessing "special" methods (i.e. methods
starting and ending with two underscores). Avoid this by raising
AttributeError for such names instead of returning a method proxy.

A real life example for this is the "raven" sentry client calling
`__getattribute__('__sentry__')` on a ServerProxy instance when
reporting an exception.

914 of 1114 relevant lines covered (82.05%)

0.82 hits per line

Source Files on job 100.1 (TOX_ENV=py27)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 100
  • Travis Job 100.1
  • 1b6feb3c on github
  • Prev Job for TOX_ENV=py27 on master (#98.1)
  • Next Job for TOX_ENV=py27 on master (#101.1)
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