Posts

Java

CWE-377 - Insecure Temporary File in Java

In software development, temporary files are often used to store data temporarily during an application’s execution. These files may contain …

12 min
Java

Vaadin Flow - How to start

We will now create a new Vaadin Flow application step by step and create a basic framework for our own projects with this component-based …

14 min
Java

CWE-22: Best practices to use Java NIO

In today’s digital landscape, ensuring the security of your applications is paramount. One critical vulnerability developers must …

17 min
Java

Secure Coding Practices - Access Control

Access control is a security measure that determines who can access resources or perform actions within a system. It involves defining and …

12 min