oopsbagel

Results 55 comments of oopsbagel

I have the beginnings of some tests in place for this that I haven't pushed as well, the main reason I haven't is the test data would either be very...

It looks like the some of the qmdl_store tests have become flaky in `main`. When running `cargo test` on my local machine, it usually passes but sometimes I see either...

I realise maintainer time is limited, so I could also just move these tools to my own repository. The Rust implementation is the particularly valuable part, and it's not in...

#167 should have resolved this, which was released in 0.2.6

This is also something I spend time thinking / worrying about. I'm not privy to any internal discussions the team may be having, but: A good start to this would...

I don't have any strong opinion about SBOM formats, and this tool comes from CycloneDX: it reads Cargo.lock and generates SBOMs: https://github.com/CycloneDX/cyclonedx-rust-cargo

(SBOMs are helpful for several reasons, but for this topic because they allow the project to use the entire ecosystem of tools that work with SBOMs to identify if the...

@janvhs If you still have time for this, please feel free to work on it. These are desired properties. If not, I can take the first steps of adding cargo...

I also like `cargo-crev` for such things if you run into `vet` limitations! https://github.com/rust-secure-code/cargo-auditable/issues/202

Does running the following commands after you've fully installed rayhunter work to restore USB tethering for you?: ```sh adb shell '/bin/rootshell -c "echo 9 > /usrdata/mode.cfg"' adb shell '/bin/rootshell -c...