This file is indexed.

/usr/lib/python2.7/dist-packages/Cerealizer-0.8.1.egg-info is in python-cerealizer 0.8.1-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
Metadata-Version: 1.1
Name: Cerealizer
Version: 0.8.1
Summary: A secure pickle-like module
Home-page: http://home.gna.org/oomadness/en/cerealizer/index.html
Author: Lamy Jean-Baptiste (Jiba)
Author-email: jibalamy@free.fr
License: Python licence
Description: A secure pickle-like module.
        It support basic types (int, string, unicode, tuple, list, dict, set,...),
        old and new-style classes (you need to register the class for security), object cycles,
        and it can be extended to support C-defined type.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules