Tag: security

  • OWASP Basic Plans: NodeJS application in the 2024

    OWASP Basic Plans: NodeJS application in the 2024

    NodeJS is a popular platform for developing web applications. However, like any other programming language, NodeJS applications are not immune to security vulnerabilities. The OWASP Top 10 is a list of the most critical web application security risks. By implementing the OWASP Top 10 recommendations, you can significantly improve the security of your NodeJS application.

  • Generating GPG Keys for GitHub on Fedora 39 Using GnuPG2

    Generating GPG Keys for GitHub on Fedora 39 Using GnuPG2

    Learn how to securely sign your GitHub commits using GnuPG2 on Fedora 39. Follow our step-by-step guide to generate GPG keys and enhance the security of your open-source contributions. In the world of open-source collaboration, securing your GitHub commits is paramount. Fedora 39, a robust and developer-friendly Linux distribution, supports the generation of GPG keys…

  • Add doenv package to manage env variables and keep secure in the ExpressJS application

    Add doenv package to manage env variables and keep secure in the ExpressJS application

    In ExpressJS applications, environment variables play a crucial role in configuring sensitive information such as database credentials, API keys, and secret tokens. While storing these sensitive details directly in the source code is not recommended due to security concerns, keeping track of them separately can be cumbersome and error-prone.

  • Resolving the nothing provides libopenh264.so.7 Error on DNF Update

    Resolving the nothing provides libopenh264.so.7 Error on DNF Update

    When using the DNF package manager on CentOS or Fedora-based systems, it is essential to keep your software packages updated for improved functionality and security. However, during a dnf update command, you may encounter an error message stating nothing provides libopenh264.so.7. This error can hinder the update process and leave you wondering how to resolve…