XSS Vulnerability (Web Security)

Cross-site scripting (also known as XSS) is a web security vulnerability that allows an attacker to compromise the interactions that users have with a vulnerable application. It allows an attacker to circumvent the same origin policy, which is designed to segregate different websites from each other. Cross-site scripting vulnerabilities normally allow an attacker to masquerade […]

계속 읽기

SQLD 합격 후기 (계기 및 공부법)

제 46회 SQLD (SQL 개발자) 자격증을 취득하였다. 점수는 쪽팔려서 가린것이다. 계기로 따지자면, 자격증에 대한 압박(?)을 받아서 그나마 고르고 고른게 SQLD였다. 하필이면 Database는 자신이 없기도 했고 (사실 개발을 처음 배웠을때 부터 Database를 무서워 했다) 그에대한 극복을 하기위해 SQLD 자격증 취득을 결심했다. 아무튼 7월부터 여름방학 동안 취득을 준비했다…는 아니고 포트폴리오 준비하느라 공부는 뒷전이였고, 사실 시험 2주 전까지는 […]

계속 읽기

How to filter data in DRF viewset

This is normal usage of viewset. And if you want to filter some data using path parameter in DRF, Just do it like below. Or if you use mixins, Its implementation includes the following methods (HTTP verb and endpoint on bracket) Rest is same as documentation. source: https://stackoverflow.com/questions/42582859/filtering-using-viewsets-in-django-rest-framework/42632306#42632306

계속 읽기