Skip to content

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

Notifications You must be signed in to change notification settings

rkpunjal/sql-safe-annotation-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages