tnias
tnias
This allows to check if hostname mappings in provided map.yml matches the domain's `_onion-mx._tcp.domain.tld.` SRV records. (see SRV.md for details)
I did not find a policy on how to get a domain added or removed from the project's map.yml file. It seems like a nice possibility for MitM attacks. I...
I maintain a handful of packages and would like to be able to test them a darwin environment. Currently I have CI or someone who's package I just broke to...
This change ensures that unveil always gets locked (by passing two NULL arguments) and at least one path ("/" with no permissions) got added to unveil before that. When no...
Python 3.8 deprecated some AST nodes, which got removed in Python 3.14. The [Python 3.14 releaes notes for the ast module](https://docs.python.org/3.14/whatsnew/3.14.html#id9) state: > - Remove the following classes, which have...