[Checkins] [zopefoundation/RestrictedPython] 42b4be: Several checks for __builtins__ and builtins. (#13...

GitHub noreply at github.com
Tue Oct 2 19:53:28 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 42b4be0237f0990f5a2121d0ca7035be53b87305
      https://github.com/zopefoundation/RestrictedPython/commit/42b4be0237f0990f5a2121d0ca7035be53b87305
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2018-10-02 (Tue, 02 Oct 2018)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_Guards.py
    M tests/test_imports.py

  Log Message:
  -----------
  Several checks for __builtins__ and builtins. (#134)

* Several checks for __builtins__ and builtins.

builtins is a dangerous element in RestrictedPython, as it contains the whole Programming Environment with all modules and control access to them.
Should be forbidden to access.

Fixes #115



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list