steamraven

Results 10 issues of steamraven

- Should be backwards compatible - Uped version to 0.5.0 - Moves from comment to a meta tag inside head - Allows multiple signatures - Allows for a non-minimized signature...

Currently the system takes the raw content and runs it through a Minimizer to create a canonical form before using it for signature creation or verification . This makes the...

Normally a certificate chain is referenced both by 1. certificate's issuer matches subject of signing certificate 2. certificate's "certificate authority key ID " matches the "certificate subject key id" of...

gevent_zeromq had been moved into the main distribution of pyzmq as pyzmq.green as of pyzmq 2.2.0.2

When running detect-secrets audit against a baseline created with a custom filter, I get a python error ``` @ detect-secrets audit .secrets.baseline Traceback (most recent call last): File "/home/matthewh/.local/lib/python3.10/site-packages/detect_secrets/core/plugins/initialize.py", line...

good first issue
triaged
bug
P4

Clear a lru_cache when creating default_settings

Some Logitech webcams have a firmware switch to enable/disable Microphone. (ex C920c, C290e, C925e), Cameras can be shipped with Microphone disabled. This can be accessed through a XU control. This...

With Python 3.10 (and earlier with typing_extensions), we now have access to allow decorators to properly forward type hints from the wrapped function. More details can be found here https://stackoverflow.com/questions/74074580/how-to-avoid-losing-type-hinting-of-decorated-function

Request for comments: NOTE: This REQUIRES the Draft API This enables Thread-safe sockets (Like RADIO/DISH and SERVER/CLIENT) to be used with asyncio. Thread-safe sockets do not have a file-descriptor to...

### This is a pyzmq bug - [x] This is a pyzmq-specific bug, not an issue of zmq socket behavior. Don't worry if you're not sure! We'll figure it out...