In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade pyramid
to version 1.0a3 or higher.
pyramid is a Python Web Framework.
Affected versions of this package are vulnerable to Information Exposure. The pylons_*
paster template uses the same string (your_app_secret_string
) for the session.secret
setting in the generated development.ini
. This is a security risk if left unchanged in a project that uses one of the templates to produce production applications.