Add Security Considerations section (HTTP)
- 主要言語
- C++
- スター
- 4.8k
- フォーク
- 694
- 平均マージ
- 12時間 48分
- マージ済み PR(30日)
- 1
説明
This section should discuss the security considerations for HTTP users.
* Slow loris mitigation
* Header smuggling mitigation
>Also stuff like buffer overruns or integer overflows are common they are relatively simple to check using unit tests. The bigger problem is the stuff you do not check or assume already validated. Also Beast is too low level library to worry about CSRF or XSS. It still provides virtually no validation of what is going on automatically. No timeouts, no content-length till few days ago. It may give some sort of false security to user that may not be aware of wide range of potential issues around.
and
> This kind of design should provide a huge warning notice to all end users - all we do is parse protocol - the rest is up to you (which is 99% of all security stuff related to WWW)
コントリビューションガイド
評価
この issue はまだ評価されていません。