Skip to content

hipravin/samples-sql-injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

samples-sql-injection

Sql injection post for blog https://hipravin.github.io/

It is not supposed to be executed as complete application, just to showcase different implementations.

Working with samples:

  1. start postgres

cd development/postgresql

docker-compose up -d

  1. Apply db scripts

mvn flyway:migrate -Dflyway.password=admin -f pom.xml

  1. Run individual tests class PostgreSqlTestsIT to check behavior against running PostgreSQL instance. Other tests are unit tests executed on embedded hsqldb instance.

Releases

No releases published

Packages

No packages published

Languages