You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose someone would write something that reads usernames and passwords from a secure source, like a keyring. Confidence could import loaders for extended functionality from a defined entry point that fit some point in the load order. Automatically applying that can be either magically useful, but maybe also surprising or a security concern (though why was it installed otherwise?).
Above could be scanned when confidence is imported, automatically adding confidence_keyring.load_keyring to the loaders for the USER locality, or registering it somewhere that's easier than having a user manually insert it somewhere using loaders()? If it's not loaded by default, the entry point likely won't make a whole load of sense.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Suppose someone would write something that reads usernames and passwords from a secure source, like a keyring. Confidence could import loaders for extended functionality from a defined entry point that fit some point in the load order. Automatically applying that can be either magically useful, but maybe also surprising or a security concern (though why was it installed otherwise?).
Above could be scanned when confidence is imported, automatically adding
confidence_keyring.load_keyring
to the loaders for the USER locality, or registering it somewhere that's easier than having a user manually insert it somewhere usingloaders()
? If it's not loaded by default, the entry point likely won't make a whole load of sense.Beta Was this translation helpful? Give feedback.
All reactions