Commit Graph

4 Commits

Author SHA1 Message Date
DavidKorczynski da5095b281
python projects: remove UBSAN (#9999)
These projects do not have native code compiled. No need to have
multiple sanitizers.

Signed-off-by: David Korczynski <david@adalogics.com>
2023-03-28 15:46:17 +01:00
Riccardo Schirone 5b854a4468
pyjwt: catch PyJWTError exceptions (#8645)
jwt functions like jwt.decode could raise PyJWTError exceptions (e.g.
ExpiredSignatureError if the token is expired)

Fix error handling for issue:
- 50696 (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50696)
2022-10-14 06:49:39 -04:00
Oliver Chang 4f2e7adc87
Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
DavidKorczynski f5a81c8062
pyjwt: initial integration (#8230) 2022-08-23 09:44:51 -04:00