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

aiidateam / aiida-core / 7317
70%

Build:
DEFAULT BRANCH: develop
Ran 18 Oct 2019 02:46PM UTC
Jobs 4
Files 812
Run time 15min
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

pending completion
7317

push

travis-ci

sphuber
Disallow pickle when storing numpy array in `ArrayData` (#3434)

Unpickling untrusted data is a potential security risk, since it
allows arbitrary code execution. For this reason, `numpy` changed
its `load` method to no longer allow pickles by default. This
means that in AiiDA, `ArrayData` containing pickles can be stored,
but not loaded. To make things consistent, we now also disallow
pickle when saving the array. Besides the security risk, pickle
is also problematic in the context of AiiDA because it can also
become unreadable e.g. when the classes it contains change names.

45615 of 65558 relevant lines covered (69.58%)

2.78 hits per line

Jobs
ID Job ID Ran Files Coverage
5 7317.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 18 Oct 2019 02:46PM UTC 0
69.08
Travis Job 7317.5
6 7317.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 18 Oct 2019 02:54PM UTC 0
69.0
Travis Job 7317.6
7 7317.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 18 Oct 2019 02:57PM UTC 0
69.94
Travis Job 7317.7
8 7317.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 18 Oct 2019 02:57PM UTC 0
69.85
Travis Job 7317.8
Source Files on build 7317
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7317
  • 26a671fe on github
  • Prev Build on develop (#7313)
  • Next Build on develop (#7328)
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