Live data from Hacker News

Viewing profile — caltrops

caltrops

HN member
Joined
Tue, Nov 14, 2017, 5:26 PM UTC
HN karma
8
Public activity
4 items

About caltrops

No profile information was provided.

Recent public activity

  1. comment
    Comment #15697924

    This isn’t one of those. Handing large amounts of unvalidated user input to these libraries is particularly dangerous.

  2. 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 …

  3. comment
  4. 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. …