m maxi aramayo

Latest Updates

Documenting code, one commit at a time.

Enhancing Project Security with Automated Code Scanning

Ensuring the security of a web application is paramount. The TuTiendaWeb-public project is taking proactive steps to identify and address potential vulnerabilities early in the development lifecycle by implementing automated code scanning. This integration allows for continuous monitoring of the codebase, providing developers with immediate feedback on security concerns.

Setting Up Code Scanning

The primary goal of this initiative is to integrate GitHub's code scanning capabilities into

Read more

Securing Login Tokens in TuTiendaWeb

This post discusses improvements to login token handling within the TuTiendaWeb project.

The Challenge

Handling authentication tokens securely is crucial for any web application. A vulnerability in token generation, storage, or validation can expose user accounts and sensitive data.

The Fix

The recent changes focus on enhancing the security of login tokens. While specific implementation details are confidential, the general approach involves strengthening token generation and

Read more