Untitled topic
1–10 of 21 posts
Re: undefined
#2Re: undefined
#3Re: undefined
#4No, sorry, I, nor anyone I know, would trust credentials to any organization with so little transparency and lack of guarantees, also considering audited alternatives.
Oh, and indeed, where is the key card? Is it in an ASCII art somewhere in documentation?
The design is nice, however, but... may I ask, how much non-AI work was done, if any?
Re: undefined
#5Is this something more (and something more interesting) than just standard spawned process inheriting the parent process environment?
IOW is this actually injecting in the true sense of the word? Because that'd be interesting.
Re: undefined
#6reminds me of the 1password cli:
https://developer.1password.com/docs/cli/reference/commands/...
Re: undefined
#7I couldn't find the technique used above the fold (or a short way below). Is this something more (and something more interesting) than just standard spawned process inheriting the parent process environment? IOW is this actually injecting in the true sense of the word? Because that'd be interesting.
Re: undefined
#8I couldn't find the technique used above the fold (or a short way below). Is this something more (and something more interesting) than just standard spawned process inheriting the parent process environment? IOW is this actually injecting in the true sense of the word? Because that'd be interesting.
Reads like it’s not copying the parent, it’s manually constructing the env dictionary to be passed to execve explicitly. I do this in one of my tools at work because developers were exfiltrating secrets and hand jamming them into .env files.
I'm not being pedantic. I just want to read about injection when I'm promised injection :-) because that'd be technically interesting for me. Plainly calling execve isn't so much, I have the manpage here already :-)
Re: undefined
#9Earlier quoted context omitted.
Reads like it’s not copying the parent, it’s manually constructing the env dictionary to be passed to execve explicitly. I do this in one of my tools at work because developers were exfiltrating secrets and hand jamming them into .env files.
Yeah, so, it's not injecting? To inject something into X, X needs to exist. X does not exist yet when execve is set up. I'm not being pedantic. I just want to read about injection when I'm promised injection :-) because that'd be technically interesting for me. Plainly calling execve isn't so much, I have the manpage here already :-)
Re: undefined
#10I find it super easy to just make a document, and enter key-val details as attributes.