WeSearch

MP3 - SQLi, XSS, and CSRF WriteUp

·8 min read · 0 reactions · 0 comments · 7 views
#security#sql#webdev#python
MP3 - SQLi, XSS, and CSRF WriteUp
⚡ TL;DR · AI summary

A group of students identified and fixed several security vulnerabilities in a Python web application. They focused on SQL injection, CSRF, and XSS vulnerabilities, documenting their findings and solutions. The team successfully implemented parameterized queries to mitigate the risks associated with these vulnerabilities.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3760057) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } 134A6_Thoughts Posted on May 30 MP3 - SQLi, XSS, and CSRF WriteUp #python #security #sql #webdev Introduction For Machine Problem 3, our group — Aki, Lark, and Carl — was tasked with finding and fixing security vulnerabilities in a sample web application written in Python (Flask) with sqlite3 as its database. The application has a login page and a posts page where users can view and create their own posts.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)