Adrian Maceiras
Results
3
issues of
Adrian Maceiras
#31 fixes this
fixes #32 add validation method to endpoint trait and implement bulk write payload size validation
2
This is the first rust I have ever written so please take me to the woodshed. - Add a `fn validate(&self) -> Result` method to Endpoint trait and default to...
Recently my application was hit with a ReDos attack. Below is the User Agent string in question. When attempting to parse, the library hangs indefinitely. I was able to code...