Martin Carpenter
Martin Carpenter
Hi, This is a low-severity security issue. By default, `gh` applies the user's umask to the `~/.gitsomeconfig` file created by `gh configure`. Many systems do not have strict user umasks...
Fixes #165 Uses umask for atomicity and chmod to fix perms on pre-existing files.
I just noticed that the header has https://github.com/brendangregg/Chaosreader/blob/027a5e24abf399f4c1ebf199c0cd95d5888bebec/chaosreader#L17 whereas https://github.com/brendangregg/Chaosreader/blob/027a5e24abf399f4c1ebf199c0cd95d5888bebec/chaosreader#L2744 (function `Print_Welcome()`)
The problem packet was found in a malware exercise pcap; I have extracted that single packet (attached [problem_packet.pcap.zip](https://github.com/brendangregg/Chaosreader/files/2491939/problem_packet.pcap.zip)). The error is: ``` $ ./chaosreader.pl problem_packet.pcap Chaosreader ver 0.95.10 Opening, problem_packet.pcap...
https://github.com/phracker/HopperScripts/wiki/Hopper-Script-Reference `ask()` is documented. `askFile()` is used in `Annotation Export.py` and `Annotation Import.py` but not documented. (I tried to edit the wiki but I see an ugly mash of ` `...
Hi, Would the project consider introducing types? Concretely, Pyright complains about `nl2br` in calls such as: ```python envelope = Envelope(html_body) \ .mime(subtype='html', nl2br=False) \ # here .subject(subject) \ .from_(from_addr) \...