Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0] Prevent to unpickle globals which are not jobs #170

Merged
merged 2 commits into from
Feb 28, 2016

Commits on Feb 22, 2016

  1. Prevent to unpickle globals which are not jobs

    This is a safeguard to prevent someone to write arbitrary code in jobs.
    Builtin types and datetime/timedelta are allowed in job arguments, and a
    new function 'whitelist_unpickle_global' allows to register new objects
    if needed.
    guewen committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    48fa359 View commit details
    Browse the repository at this point in the history
  2. Fix too long line

    guewen committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    b4302fe View commit details
    Browse the repository at this point in the history