Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Use querysets in OSLER_AUDIT_BLACK_LIST #252

Open
justinrporter opened this issue Jan 8, 2020 · 0 comments
Open

Use querysets in OSLER_AUDIT_BLACK_LIST #252

justinrporter opened this issue Jan 8, 2020 · 0 comments

Comments

@justinrporter
Copy link
Member

justinrporter commented Jan 8, 2020

Currenly, IP addresses are given.

Ideally, we would use a list of dictionaries, using QuerySet syntax, to specify the blacklist.

Thus, we could say, for example, {'user_ip': '192.168.1.1', 'method': 'GET', 'status_code':302, 'url': '/'} instead of blacklisting all requests from '192.168.1.1'.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant