Viewing profile — peteatphylum
peteatphylum
HN member- Joined
- Sat, Nov 06, 2021, 12:34 AM UTC
- HN karma
- 15
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About peteatphylum
we do software supply chain security starting with open-source libraries
Recent public activity
-
comment
Comment #34318649
Another huge fan of just, here. I love that it's installable with a one-liner and I've added this as an option to my dotfile setup. I'm done trying to cast spells at Make
- story
-
comment
Comment #33924382
This attack is particularly interesting. The attackers targeted the massively popular 'requests' package in PyPI, used bitsquatting to target typosquat candidates, and results in r…
-
comment
Comment #33589939
Not only great work in taking the bugs all the way, but a great writeup too
- comment
- story
-
comment
Comment #33443619
Totally agree. It feels like there is a pretty strong inverse correlation between standard library size, and average depth of a dependency tree for projects in a given language. In…
-
comment
Comment #33442699
We've found a lot of open-source packages that are authored by (well, released by authors identified by) disposable email addresses. We were shocked to find companies doing this, t…
-
comment
Comment #33442504
This is the double-edged sword of open-source. It's awesome because anyone can contribute. It can be dangerous for the same reason, unfortunately.
-
comment
Comment #33134580
I think the majority of the functionality in leap can be had in IntelliJ IDE's with the AceJump plugin
-
comment
Comment #33091372
(Disclaimer: I work at Phylum, which has a very similar capability) Not all of it has to be manual. Some vulnerabilities come with enough information to deduce vulnerability reacha…
-
comment
Comment #32833957
This is a terrific project. Write a scraper to do this! I suggest this having read another comment of yours ( https://news.ycombinator.com/item?id=31763001 ) Scrapers are fun proje…
-
comment
Comment #29126404
We're building a solution to solve exactly this at phylum. I'm not trying to be a sales shill, but if anyone is interested in discussing ideas on how to best defend open-source lib…
-
comment
Comment #29126284
I wish it worked that way. I just peeked into how python packages in debian-based distros work. They are most frequently PyPI packages with some debian wrapping, so we're back at t…