Alan Robertson
Alan Robertson
I have the same problem. Python 3.10.5 has a critical security fix. The lack of this patch is keeping me from securing my code. PLEASE incorporate this and put out...
Another aspect of this: Each asyncio task needs to have its own root context span. Currently when you create a span, it assumes that if there's a current span active,...
On Wed, Jan 26, 2022, at 3:11 PM, Aaron Abbott wrote: > > >> OK. That clarifies it a bit more. So this does not apply to the API specifically....
If you want to connect to a given service without someone else's library, you need to know the port number. The correct way is to effectively use /etc/services. The alternative...
I'm interested in this, and think I'll wind up needing it. Might wind up writing it. I'll keep in touch. Presumably this would use the [HVAC](https://github.com/ianunruh/hvac) Python API.
I already figured out I could write one. Undecided on whether to do that, or take an alternative that I mentioned in email. Documentation of the interface I need to...
Regarding race conditions... If the client has exited, then your socket won't work anyway, and you can't proxy any secrets. But there's a simple way to detect if the client...
Thanks for the overview. I'm having trouble with this phrase. "Important not the results of getpeercred() are set in stone". I think you want to do the getpeercred() operation right...
Thanks much for showing me how that exploit works. Anything you can do to shorten that interval is good of course. But it sounds like that's all you can really...