BramComyn / safeguard-fetch

0 stars 0 forks source link

Attack Server #18

Closed BramComyn closed 1 month ago

BramComyn commented 1 month ago

📁 Related issues

✍️ Description

This PR focuses on rewriting the infinite-server directory and its contents into the attack-server-structure. This offers a more dynamic attack server, with more testing options and expandability.

BramComyn commented 1 month ago

I will write the rest of the tests mentioned here during today and tomorrow. I will push them once finished per subdirectory of src.

BramComyn commented 1 month ago

I think this should be finished now. Everything is being tested (at least in unit tests up until this point). I believe integration tests will then focus on determining in more detail what goes wrong in what situation and up to what extent the RFC's are being followed. In addition, it seems like it might be useful to delve a little deeper in the HTTP/2.0 standards and/or implementations.

EDIT: this should be finished after:

EDIT2: upon closer inspection, their functionality is already being tested in the attack-server unit tests.