SQL-Injection-Safe Annotation

This is an extremely lightweight library that provides an Annotation and a Utility class to verify if the provided string value is Sql-Injection-safe. This is backed by thorough and intelligent unit-tests.

License

License

GroupId

GroupId

com.github.rkpunjal.sqlsafe
ArtifactId

ArtifactId

sql-injection-safe
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

SQL-Injection-Safe Annotation
This is an extremely lightweight library that provides an Annotation and a Utility class to verify if the provided string value is Sql-Injection-safe. This is backed by thorough and intelligent unit-tests.
Project URL

Project URL

https://github.com/rkpunjal/sql-injection-safe

Download sql-injection-safe

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rkpunjal.sqlsafe/sql-injection-safe/ -->
<dependency>
    <groupId>com.github.rkpunjal.sqlsafe</groupId>
    <artifactId>sql-injection-safe</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rkpunjal.sqlsafe/sql-injection-safe/
implementation 'com.github.rkpunjal.sqlsafe:sql-injection-safe:1.0.2'
// https://jarcasting.com/artifacts/com.github.rkpunjal.sqlsafe/sql-injection-safe/
implementation ("com.github.rkpunjal.sqlsafe:sql-injection-safe:1.0.2")
'com.github.rkpunjal.sqlsafe:sql-injection-safe:jar:1.0.2'
<dependency org="com.github.rkpunjal.sqlsafe" name="sql-injection-safe" rev="1.0.2">
  <artifact name="sql-injection-safe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rkpunjal.sqlsafe', module='sql-injection-safe', version='1.0.2')
)
libraryDependencies += "com.github.rkpunjal.sqlsafe" % "sql-injection-safe" % "1.0.2"
[com.github.rkpunjal.sqlsafe/sql-injection-safe "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.validation : validation-api jar 1.1.0.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0