[Checkins] [zopefoundation/RestrictedPython] bb93cd: Fix README:

GitHub noreply at github.com
Fri Oct 26 09:33:21 CEST 2018


  Branch: refs/heads/safer_getattr
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: bb93cd64af0665cc3f5acb03a5b9d4f006087682
      https://github.com/zopefoundation/RestrictedPython/commit/bb93cd64af0665cc3f5acb03a5b9d4f006087682
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M README.rst
    M src/RestrictedPython/Guards.py
    M src/RestrictedPython/__init__.py

  Log Message:
  -----------
  Fix README:

The wrong usage of `safe_builtins` allows access to the Python built-in
`getattr` allowing all sorts of access.


  Commit: 29be63f4702a27c47d0718d87ea69a8ad578a476
      https://github.com/zopefoundation/RestrictedPython/commit/29be63f4702a27c47d0718d87ea69a8ad578a476
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M tests/test_compile_restricted_function.py
    M tests/test_iterating_over_dict_items.py

  Log Message:
  -----------
  Fix wrong usage of `safe_builtins` in tests.


  Commit: 6c3340921a7160e7671c91db6f06c5e2322cb804
      https://github.com/zopefoundation/RestrictedPython/commit/6c3340921a7160e7671c91db6f06c5e2322cb804
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M docs/usage/basic_usage.rst
    M src/RestrictedPython/Guards.py
    M tests/test_Guards.py

  Log Message:
  -----------
  Do not provide a default `getattr` implementation.

And simplify and correct the test.


  Commit: 514456a172ed2ac1aa0b4b914525a533f642034b
      https://github.com/zopefoundation/RestrictedPython/commit/514456a172ed2ac1aa0b4b914525a533f642034b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M README.rst
    M docs/upgrade_dependencies/index.rst
    M docs/usage/api.rst
    M docs/usage/basic_usage.rst

  Log Message:
  -----------
  Use and document `safe_globals`.


  Commit: 4aceff3511f9c7d063dc9163a7445c34359bc251
      https://github.com/zopefoundation/RestrictedPython/commit/4aceff3511f9c7d063dc9163a7445c34359bc251
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M docs/old_README.rst
    M docs/usage/policy.rst

  Log Message:
  -----------
  Document `safer_getattr`.


Compare: https://github.com/zopefoundation/RestrictedPython/compare/719c096c3aa3...4aceff3511f9
      **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