Michael McAleer
Michael McAleer
Where we have an OAPI component type as `integer`, we have correct type checking on inputs if the value is `x.[1-9]` but not `x.0`: Example: ``` maxAge: type: integer minimum:...
Hi PBA Team, Spotted this warning in my IDE when looking through your code: https://github.com/arcelien/pba/blob/a9cc308d936dee488aab7e3582ab7a47167b587a/pba/augmentation_transforms.py#L224 > `getargspec()` has been deprecated since Python 3.0 in favour of `getfullargspec()` It may be...
golang.org/x/text versions before 0.3.8 are vulnerable to CVE-2022-32149: > An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse....
Using the included [tm.py](https://github.com/izar/pytm/blob/master/tm.py) as an example here, not the code snippet from the README under '[creating a threat model](https://github.com/izar/pytm#creating-a-threat-model)'. When I use `tm.py` to build an example report and...