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