# TODO

Todo: **Go through all the TODO's in this document and resolve them!**

Todo: cover these topics:

* Replace alert() with print() in XSS <https://portswigger.net/research/alert-is-dead-long-live-print>
* [HTTP Request Smuggling (also http2.0 request smuggling)](https://portswigger.net/research/http2)
* [WAFs making websites easier to hack](https://portswigger.net/research/when-security-features-collide)
* Symbolic Analysis Course from [OpenSecurityTraining2](https://p.ost2.fyi/courses/course-v1:OpenSecurityTraining2+RE3201_symexec+2021_V1/about)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://heinosass.gitbook.io/leet-sheet/todo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
