nipunn1313 | 5 years ago | on: Pb-jelly – A Protobuf code generation framework for Rust, developed at Dropbox
nipunn1313's comments
nipunn1313 | 5 years ago | on: Pb-jelly – A Protobuf code generation framework for Rust, developed at Dropbox
See issues https://github.com/dropbox/pb-jelly/issues/37 and https://github.com/dropbox/pb-jelly/issues/40 for context.
nipunn1313 | 9 years ago | on: Use "App folder" access type instead of "Full Dropbox"
In order to exploit the suggested privilege escalation, you would need to exploit the client to feed you the oauth code. If you are exploiting the 1password client, you can do ANYTHING (including grabbing passwords after you unencrypt, reading filesystem, popping up a PWNED dialog). I don't think this effort should be urgent for 1password.
This recommendation doesn't make me feel meaningfully safer
(unless 1password has some clever process jailing inside their code to isolate the decryption component from the cloud component)
nipunn1313 | 9 years ago | on: Use "App folder" access type instead of "Full Dropbox"
Dropbox could support both modes, but the company has obviously made a decision to prioritize one over the other (at least for now).
nipunn1313 | 9 years ago | on: Can Sweden tackle the throwaway society?
nipunn1313 | 13 years ago | on: Explorations in Unix
Pipe sends stdout to stdin of the next process. cat sends stdin back to stdout. Piping to cat is rarely eventful (unless you use a flag like cat -n).
nipunn1313 | 13 years ago | on: Introducing the Command Bar
nipunn1313 | 14 years ago | on: SpaceX's Dragon ship set for station visit
It's built on top of the Blob traits exposed by pb-jelly. It's not yet open-source, but it would be a good candidate to do next! It also definitely has unsafe code to your point. We open sourced the safe implementations that uses more standard types (Bytes/Buffer/Vec) first.
There's a decent amount of cleanup needed before we can opensource that as well, as much of it was built years ago, when rust ecosystem was less mature (eg Bytes/Buffer weren't around yet).
I like where you're thinking!