Sebastian Willenborg
Sebastian Willenborg
This PR simplifies the usage of the xor-modifier. Instead of searching for all xor variants, using the `xor(min-max)` syntax should increase performance and make the rules more readable. Especially `SUSP_XORed_MSDOS_Stub_Message`...
SQCORE-527 Improve CSP on *.wire.com pages ---- #### PR Submission Checklist for internal contributors - The **PR Title** - [x] conforms to the style of semantic commits messages¹ supported in...
---- #### PR Submission Checklist for internal contributors - The **PR Title** - [ ] conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow² - [x]...
---- #### PR Submission Checklist for internal contributors - The **PR Title** - [ ] conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow² - [x]...
SQCORE-1347 [webapp] 404 page does not render correctly ---- #### PR Submission Checklist for internal contributors - The **PR Title** - [x] conforms to the style of semantic commits messages¹...
---- #### PR Submission Checklist for internal contributors - The **PR Title** - [x] conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow² - [x] contains...
`timestamp` in `Token` is a signed integer, but is required to be an unsigned integer for `Duration`. Since `is_expired` will always only be used on tokens with non negative values,...
Run into the same problem as @wkornewald in PR #60 and was able to find some cases, where it is not necessary to put immediate numbers into parenthesis to save...
This PR adds Python3 support for ShimCacheParser.py. The Script is still compatible with Python2. Since it is available via PyPI I removed the python-registry code from this repository instead of...