jar

com.github.rkpunjal.sqlsafe : sql-injection-safe

Maven & Gradle

Mar 03, 2017
38 stars

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.

Table Of Contents

Latest Version

Download com.github.rkpunjal.sqlsafe : sql-injection-safe JAR file - Latest Versions:

All Versions

Download com.github.rkpunjal.sqlsafe : sql-injection-safe JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sql-injection-safe-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.rkpunjal.sqlsafe

├─ com.github.rkpunjal.sqlsafe.SQLInjectionSafe.class - [JAR]

├─ com.github.rkpunjal.sqlsafe.SQLInjectionSafeValidator.class - [JAR]

├─ com.github.rkpunjal.sqlsafe.SqlSafeUtil.class - [JAR]

Advertisement