Viewing profile — gabegoodhart
gabegoodhart
HN member- Joined
- Wed, May 25, 2022, 9:27 PM UTC
- HN karma
- 4
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About gabegoodhart
No profile information was provided.
Recent public activity
-
comment
Comment #31520135
Yep, this is spot on. As written, import_tracker does indeed do a dynamic import of the library in question and you're right that this introduces the possibility of arbitrary code …
-
comment
Comment #31520079
Makes sense! I think the commenter below correctly addressed the true security concern here which is importing arbitrary python libraries. As is, import_tracker doesn't attempt to …
-
comment
Comment #31510860
Hi, I'm the main author of import_tracker. Thanks for taking the time to dig into it! It's a really interesting point that the subproces.Popen could itself be a security concern. T…