Onegov.core

Latest version: v0.85.1

Safety actively analyzes 675368 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 19 of 42

0.43.0

~~~~~~~~~~~~~~~~~~~

- Orders independent upgrade tasks by their module dependencies.

This acts as a sane default for module upgrades. For example, if
onegov.ticket depends on onegov.user, all user tasks will be executed first.
Once the ticket tasks are run, the user tables are therefore up to date.

This change only affects the order of tasks which do not define no
explicit dependencies.

- Adds a datetime query argument converter.
[href]

0.42.2

~~~~~~~~~~~~~~~~~~~

- Allows to deal with CSV containing duplicate columns.
[msom]

0.42.1

~~~~~~~~~~~~~~~~~~~

- Adds the ability to manually define the csv encoding.
[msom]

0.42.0

~~~~~~~~~~~~~~~~~~~

- Tightens the security of identity_secret and csrf_secret.

Before, the identity_secret was shared between tennants (application ids).
As a result certain signing methods would generate tokens which would work
between multiple tennants. Fortunately this wasn't an avenue for serious
exploits.

With this change it is now much harder to use the identity/csrf secret
insecurely. By default those tokens are now bound to the tennant.
[href]

0.41.1

~~~~~~~~~~~~~~~~~~~

- Fixes pagination of empty collections throwing ZeroDivisionError errors.
[msom]

0.41.0

~~~~~~~~~~~~~~~~~~~

- Allows to configure the used locales.
[msom]

Page 19 of 42

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.