Live data from Hacker News

Show HN: Security Training for Developers

hacksplaining.com

11–20 of 37 posts

Re: Show HN: Security Training for Developers

#12
Slick and a nice UI, but the security advice in this is just plain terrible.

Blacklist input validation as defense against XSS? Are you kidding me? And then over to session fixation, where I see the exact same ?jessionid=blah example that has been in any Web Security book for the last 10-15 years? Come on!

Re: Show HN: Security Training for Developers

#15
post #7

Any comments on who put this together, or their long term goals?

Author here! I put this together because I was bit frustrated with the quality of teaching resources for my development team. (And I find the OWASP wiki a bit of a mess.)

Not sure about the business model yet, though it's peaked some interest here and on /r/programming, so I figure there's an appetite for good training material.

Re: Show HN: Security Training for Developers

#16
post #13

At a glance this seems to be aimed mostly at web developers. How much of this would be relevant for a native mobile developer like myself?

Give it a try, it's free! We don't cover mobile specifically, but if you are building APIs, much of the advise is useful. And thinks like password management are useful for every developer to know. :-)

Re: Show HN: Security Training for Developers

#20
post #18

Security is hard. XSS lol. http://i.imgur.com/3QJfsu7.png

Even though you did manage to get that far. It doesn't seem that you can actually make it persist or anything like that on his site so it is probably about as useful of an XSS as typing directly into the console on your browser.
Post reply on HN