Dan Salmon
Dan Salmon
## Specifications - [x] I have searched for duplicate or closed [issues](https://github.com/random-robbie/AWS-Scanner/issues). - [x] Operating system and aws-scanner version: - [x] I have a screenshot ready ## Issue details I...
I'm attempting to add a `SetComment` method so I can write comment fields on v2 files. This is what I have so far and it almost works: **id3v2.go** ```go func...
I've got a number of files that already have 1-2 ID3v1 tags written to them. When I try to open these files for writing with this library, I get an...
It would be really handy to add a `--follow` option to follow redirects and then save the body of the page you land on
This project is great already but it would be amazing if it would support downloading podcasts from Spotify. `librespot` has a Go port [here](https://github.com/librespot-org/librespot-golang), otherwise shelling out to another language's...
https://lwn.net/ml/oss-security/[email protected]/ Both vulnerabilities related to netfilter
eBPF LPE: https://github.com/chompie1337/Linux_LPE_eBPF_CVE-2021-3490
In order to avoid regressions that re-introduce #122 , a test bucket should be created with maliciously-named objects. (Refer to 2021-11-28 email from RyotaK for instructions)
Setup Docker automated builds to update as the repo is updated https://github.com/sa7mon/S3Scanner/pull/72#issuecomment-471220796
Profile
* Optimize imports to only pull in what we're using * Find a good trade-off between bucket checking speed and memory consumed.