/SQL-Injection

SQL Injection 방어 코드

Primary LanguageJava

Custom Annotation for SQL Injection Safe Parameters

This is a Sample Project to show the usage of a Custom annotation for validating if field-values or parameter-values are SQL-Injection safe

A usage could look something like this private @SQLInjectionSafe String id;

This is basically a spring boot mvc project.

You can run the Application.java

and test by hitting these urls