/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.plataformatec.com.br
| | www.sjoerdlangkemper.nl
3.1 parsecs away

Travel
| | Cookies are typically sent to third parties in cross origin requests. This can be abused to do CSRF attacks. Recently a new cookie attribute was proposed to disable third-party usage for some cookies, to prevent CSRF attacks. This post will describe the same-site cookie attribute and how it helps against CSRF.
| | www.softdevtube.com
4.7 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | blog.takemyhand.xyz
4.6 parsecs away

Travel
| | Hi everyone,It's been a really long time since I've blogged about anything. Mainly because I got a job as security analyst- therefore I've been very busy. An...
| | introvertmac.wordpress.com
25.4 parsecs away

Travel
| What is CSRF "Cross-site request forgery, also known as one-click attack or session riding and abbreviated as CSRF (sometimes pronounced sea-surf) or XSRF, is a type of malicious exploit of a website where unauthorized commands are transmitted from a user that the website trusts." - Wikipedia CSRF is at 8th position in OWASP...