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 TuTiendaWeb-public: Implementing GitHub Code Scanning

This post details the integration of GitHub code scanning into the TuTiendaWeb-public repository, enhancing its security posture.

The Goal

The primary objective is to proactively identify and address potential vulnerabilities within the codebase. By implementing GitHub code scanning, the project aims to automate the detection of security flaws, ensuring a more robust and secure application.

Implementation

GitHub code scanning is enabled via a pull request, which configures the necessary

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