General Data Protection Regulation

5 Steps Towards GDPR Compliance

|
On 25th May 2018 the EU General Data Protection Regulation (GDPR) will become enforceable. It will change how businesses and public sector organizations can handle information of customers and users. GDPR is Europe’s new framework for data protection laws and replaces existing data protection directive. The full text of the ... Read More
Spring Boot sample pet clinic application

Protecting Spring Boot Apps with Botwall4J

|
Botwall4J is an open-source library that can help protect Java web applications from bots, content scrapers and automated account hijacking attempts. In this article, we will see how simple it is to integrate botwall4j with a Spring Boot application and get protection from bots without any code changes ... Read More
Partial grammar for URLs

Continuous fuzzing of Java projects with GramTest

|
GramTest is a Java-based tool that allows you to generate random test cases based on BNF grammars. It is an open-source project and can be downloaded from GitHub. In this article, we will see how you can use GramTest to generate continuous tests that can in-turn be used to fuzz ... Read More