This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/authentik/policies
dependabot[bot] f7044e41c6
build(deps-dev): bump bandit from 1.7.0 to 1.7.1 (#1793)
* build(deps-dev): bump bandit from 1.7.0 to 1.7.1

Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.0...1.7.1)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* *: fix bandit false positives

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-11-15 09:16:16 +01:00
..
api policies: add additional filters to create flow charts on frontend 2021-10-15 18:21:44 +02:00
dummy *: ensure all resources can be filtered 2021-08-07 16:34:14 +02:00
event_matcher *: Squash Migrations (#1593) 2021-10-11 21:39:35 +02:00
expiry *: ensure all resources can be filtered 2021-08-07 16:34:14 +02:00
expression policies/expression: add ak_user_has_authenticator 2021-09-20 19:13:41 +02:00
hibp build(deps-dev): bump bandit from 1.7.0 to 1.7.1 (#1793) 2021-11-15 09:16:16 +01:00
migrations policies: configurable engine mode (#682) 2021-03-31 14:14:56 +02:00
password build(deps-dev): bump bandit from 1.7.0 to 1.7.1 (#1793) 2021-11-15 09:16:16 +01:00
reputation *: add @prefill_task() decorator to "pre-fill" tasks in cache, so they can be executed even before their schedule would do so 2021-10-14 12:21:28 +02:00
templates/policies core: make EndSessionView inherit PolicyAccessView 2021-06-06 14:07:50 +02:00
tests *: fix typos in code 2021-09-25 00:01:11 +02:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
denied.py root: reformat to 100 line width 2021-08-03 17:45:16 +02:00
engine.py policies: improve error handling when using bindings without policy 2021-09-16 11:04:31 +02:00
exceptions.py policies: pass direct exception from expression policies 2021-01-16 15:41:59 +01:00
models.py core: make group membership lookup respect parent groups (upwards) 2021-11-05 00:53:56 +01:00
process.py *: fix typos in code 2021-09-25 00:01:11 +02:00
signals.py root: reformat to 100 line width 2021-08-03 17:45:16 +02:00
types.py events: add EMAIL_SENT event, show sent emails in event log 2021-06-09 10:28:32 +02:00
utils.py *: replace Dict from typing with normal dict 2021-02-18 13:41:03 +01:00
views.py flows: inspector (#1469) 2021-09-28 09:36:48 +02:00