ActiveState Platform - February 2021

Released: Feb 26, 2021

Aggiornamenti in February 2021

Funzionalità

  • Project Branching
    • Added the ability to create project branches in order to make different configurations for debug, test or production.
  • Role-Based Access Control (RBAC)
    • You can now add users to your organization on the ActiveState Platform and assign them a role:
      • Read Only - user can only install and work with your runtime environments.
      • Editor - user can edit existing runtime environments, as well as create new ones.
      • Admin - user can edit and create runtime environments, as well as invite others to your organization.
  • Python 2.7.18.3
    • Made the source code available for security experts and open source maintainers to review and incorporate into their projects.
  • Perl 5.32.1
    • Upgraded DynaLoader, Module::CoreList, Opcode and Safe.
    • This release also includes warnings about evaluating untrusted code with the Perl interpreter.

Correzioni

  • Python 2.7.18.3
    • Fixed a critical security vulnerability that allows for buffer overrun exploits, such as denial of service or the running of malicious code, affects Python 2.
  • Perl 5.32.1
    • Fixed memory leak for Data::Dumper.