Live data from Hacker News

Viewing profile — julie78787

julie78787

HN member
Joined
Sun, Oct 18, 2015, 11:14 PM UTC
HN karma
22
Public activity
7 items

About julie78787

I make stuff secure and my stuff runs on billions of things. I also make stuff go fast. All sorts of stuff, some of has wheels and some of which runs on computers. I also like making small stuff. Lots of stuff. Stuffy stuff.

Recent public activity

  1. comment
    Comment #11535624

    [Disclaimer: I work for AgileBits. I also started the #slack-murderer hashtag inside :slack: before we switched over. My opinions are my own. Just ask anyone at AG!] "Slack is hero…

  2. comment
    Comment #11316475

    No, it's pretty spot-on. People try to divide security vulnerabilities into "super-obviously-bad" and "no one will ever find / exploit / do much of anything with it." The problem i…

  3. comment
    Comment #11306131

    The problem is that quite often security professionals say "No", provide reasons, and the person doing the asking insists that convenience is more important than security. My favor…

  4. comment
    Comment #11213281

    Except that you can attack stored encryption secrets either off-line, or with the same privileges as the user. If they are hard-coded in the binary, they can be extracted off-line …

  5. comment
    Comment #11213216

    But even if they could, UNIX domain sockets aren't immune to attacks. That sort of the problem with "First, assume your machine has been pwn'd".

  6. comment
    Comment #11213161

    Not necessarily. Malware only requires privilege if it is violating a security policy. There are a variety of attacks in which a process executing as a user is able to access resou…

  7. comment
    Comment #11213123

    Correct - Least Privilege says you do the absolute least you need to do in order to make things work, so that any errors are limited to that one part of the system. What's been don…