anomaly / anomaly/lab-python-server

Security review of all authentication endpoints

未关闭
#74 0 条评论 0 个 reaction 已指派 1 人 已被 @devraj 认领 在 GitHub 查看
主要语言
Python
星标
16
派生
4
PR 合并指标
30 天内没有已合并 PR

描述

**Is your feature request related to a problem? Please describe.**
The feature request is to conduct a security review to harden all authentication related endpoints.

There are various approaches which involve:
- Not revealing data that would go towards identifying if a user exists on the system
- Throttling endpoints like `reset` or `otp` requests which could lead to large scale abuse of a system, this is particularly important as the endpoints can be triggered outside of a user interface
- Working with infrastructure providers to prevent large or Web Application Firewalls to prevent attacks on the API layer

The aim here is to harden these endpoints so they are as secure as possible for applications around the Anomaly ecosystem.

**Describe the solution you'd like**
A better reviews set of endpoints for authentication

**Describe alternatives you've considered**
NA

**Additional context**
NA

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。