Viewing profile — caltrops
caltrops
HN member- Joined
- Tue, Nov 14, 2017, 5:26 PM UTC
- HN karma
- 8
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About caltrops
No profile information was provided.
Recent public activity
-
comment
Comment #15697924
This isn’t one of those. Handing large amounts of unvalidated user input to these libraries is particularly dangerous.
-
comment
Comment #15697577
How much does a hack of all your data and/or a major outage cost? I also recommended a mitigation strategy for unsafe code. Complaining that security is too hard is the reason for …
- comment
-
comment
Comment #15697147
I’d be very worried about a security issue with the unsafe C++ code. You really have to run this kind of complex parsing in a disposable containerized environment to do it safely. …