An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with secure-coding

A curated list of projects in awesome lists tagged with secure-coding .

https://github.com/ANSSI-FR/rust-guide

Recommendations for secure applications development with Rust

good-practices recommendations rust secure-coding

Last synced: 22 Jul 2025

https://anssi-fr.github.io/rust-guide/

Recommendations for secure applications development with Rust

good-practices recommendations rust secure-coding

Last synced: 02 Apr 2025

https://github.com/OWASP/SecureCodingDojo

The Secure Coding Dojo is a platform for delivering secure coding knowledge.

owasp secure-coding training-portal

Last synced: 09 Mar 2025

https://github.com/inoxlang/inox

🛡️ A secure web development platform and programming language.

golang htmx minimalism programming-language secure-by-default secure-coding webdev webdevelopment

Last synced: 12 Jan 2026

https://github.com/a0xnirudh/kurukshetra

Kurukshetra - A framework for teaching secure coding by means of interactive problem solving.

appsec infosec php secure-coding security

Last synced: 13 May 2025

https://github.com/Commando-X/vuln-bank

A deliberately vulnerable banking application designed for practicing secure code reviews and API security testing. Features common vulnerabilities found in real-world applications, making it an ideal platform for security professionals, developers, and enthusiasts to learn security testing and secure coding practices in a safe environment.

application-security devsecops penetration-testing secure-coding

Last synced: 09 Mar 2025

https://github.com/paulveillard/cybersecurity-architecture

An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about Software & Systems Architecture in Cybersecurity

cybersecurity-education design-patterns design-thinking designer high-availability high-performance-computing metrics performance-monitoring scalability scale scale-up secure-backup secure-boot secure-by-default secure-by-design secure-coding secure-computation secure-storage security-in-artificial-intelligence software-engineering

Last synced: 07 Jan 2026

https://github.com/dowjones/reapsaw

Reapsaw is a continuous security devsecops tool, which helps in enabling security into CI/CD Pipeline. It supports coverage for multiple programming languages.

appsec continuous-security devsecops secure-coding

Last synced: 18 Aug 2025

https://github.com/cybersecsi/invisible-backdoor-detector

A quick script to spot the usage of Unicode Bidi (bidirectional) characters that could lead to an Invisible Backdoor

homoglyph invisible invisible-backdoor invisible-trojan obfuscation secure-coding unicode

Last synced: 13 Jul 2025

https://github.com/gemini-15/deadend-cli

Agentic AI tool for offensive security and pentesting

agentic-ai ai cybersecurity cybersecurity-tools pentesting secure-coding

Last synced: 08 Aug 2025

https://github.com/equinor/appsec-fundamentals-secret-scanning

A 3 hour workshop on getting started with secret scanning in your SDLC

secrets secure-coding workshop

Last synced: 30 Jun 2025

https://github.com/raleighlittles/secure-coding-in-c-cpp

Exercises from the Carnegie Mellon University "Secure Coding in C/C++" Training Session

cmu secure-coding

Last synced: 21 Mar 2025

https://github.com/benjdiasaad/system_authentification

Secure login form authentification and registration system with Bootstrap and PHP

bootstrap mysql php secure-coding

Last synced: 14 May 2025

https://github.com/marsgokturk/securepy

Static Python code vulnerability scanner powered by LLMs.

code-security gradio llm openai-api python secure-coding vulnerability-scanner

Last synced: 13 Jun 2025

https://github.com/dotsecenv/dotsecenv

safe environment secrets

bash environment-variables fish secure-coding zsh

Last synced: 16 Jan 2026

https://github.com/westurner/strypes

strypes is a Python library for working with various types of strings

html-injection python secure-coding shell-injection strings typed-strings types

Last synced: 04 Sep 2025

https://github.com/cipherscan/cipherscan-vscode

CipherScan-VSCode is a vscode extension that scans your workspace for exposed secrets like API keys, tokens etc. ensuring security with customizable patterns, real-time feedback, and detailed reports before pushing to Git.

exposed-credentials git github hardcoded-secrets realtime report-generator scanner secrets-detection secure-coding vscode-extension

Last synced: 01 Sep 2025

https://github.com/dattasaurabh82/esp32_secure_boot

Secure boot ensures that our ESP32 only runs firmware that we have authorized. This repository is a tutorial on how to do just that

esp32 secure-coding secureboot

Last synced: 03 Oct 2025

https://github.com/jbenner-radham/libsafec-strnlen_s

A header only implementation of "strnlen_s" from C11 - Annex K forked from libsafec (Safe C Library).

annex-k bounds-checking c11 safety secure-coding strnlen-s

Last synced: 31 Aug 2025

https://github.com/pixincreate/white-password

A simple approach to Secure Password Input for Python3

getpass python python3 secure-coding secure-password secure-passwords white-password

Last synced: 30 Mar 2025

https://github.com/yohgaki/validate-php-scr

An input data validation framework that can comply CERT Secure Coding Principles and OWASP TOP 10.

data-validation form-validation input-validation php secure-coding security validation

Last synced: 13 Jan 2026

https://github.com/nenglish7/oreo-session-management

Secure by default, extremely fast, and eloquent session management.

eloquent fast oreo php-library php72 secure-by-default secure-coding session-management

Last synced: 11 Oct 2025

https://github.com/0x4m4/buffer-overflow-lab

A controlled environment for demonstrating and understanding buffer overflow vulnerabilities in web applications. This project is designed for educational purposes as part of secure software development training.

0x4m4 buffer-overflow buffer-overflow-attack cybersecurity exploit python-projects secure-coding secure-software-development university-project

Last synced: 07 Sep 2025

https://github.com/ianonymous3000/pr0f3ss0r-1nc0gn1t0

Privacy-Respecting Static Website: Secure, Fast, and User-Friendly | Hugo + Cloudflare

cloudflare-pages hugo-theme opensource privacy-by-design secure-coding

Last synced: 04 Mar 2025

https://github.com/izica/laravel-env-secure

Safe and secured with encryption Laravel env (environment) variables with zero dependencies

decryption ecnrypt env environment environment-variables laravel laravel-framework safe-settings safety secure secure-coding security zero-dependency

Last synced: 17 Jun 2025

https://github.com/zebbern/readme-obfuscator

🚀 | A powerful tool that obfuscates GitHub README files by injecting invisible characters and random HTML snippets, making copy-pasting difficult while preserving the original appearance.

code-protection github-tools hacking invisible-characters markdown obfuscator obfuscatorhack obfuscators privacy python readme readme-profile readme-project secure-coding security text-manipulation unicode

Last synced: 21 Mar 2025

https://github.com/aditeyabaral/integer-security-assignment-ue18cs257c

A C project made as a part of the Secure Programming with C course (UE18CS257C) course at PES University. The objective of the project was to display the effects of integer overflows in the C programming language the necessary steps required to prevent such errors in product development.

c integer-overflow secure-coding vulnerability-detection

Last synced: 15 Oct 2025

https://github.com/web-secure/web-secure

Install all web secure packages.

all-packages php7 secure-coding web-secure

Last synced: 13 Jan 2026

https://github.com/ioncakephper/contract-shield-cli

A CLI tool that processes @pre, @post, and @invariant tags in functions, classes, and methods within a source file. It generates a modified version of the source code that automatically validates input conditions (@pre), result conditions (@post), and invariant conditions (@invariant).

automated-testing cli-tool code-instrumentation contracts-validation debugging-tools design-by-contract developer-tools formal-methods invariants-checking preconditions-postconditions program-verification programming-language-tools runtime-analysis runtime-verification secure-coding software-engineering source-code-analysis source-code-modification static-analysis verification-framework

Last synced: 20 Jun 2025

https://github.com/ayemunhossain/nodejs-secure-data-transfer

It's a comprehensive Node.js project aimed at implementing a wide range of security measures to ensure robust protection during transmission to safeguarding against common security pitfalls.

devsecops encryption nodejs nodejs-encryption nodejs-security secure secure-coding

Last synced: 24 Mar 2025

https://github.com/randika00/stockpilot-app-master

Operate and control aircraft along planned routes and during takeoffs and landings.

boot restful-api secure-coding

Last synced: 30 Dec 2025

https://github.com/tatilimongi/simple-authentication-system

A secure authentication system implementing bcrypt for password hashing, developed as a classroom exercise for the Secure Development course

authentication bcrypt encription hashing-algorithm java login-system password-hashing secure-coding security university-project

Last synced: 09 Apr 2025

https://github.com/mowsec/vulnerable-rails-contrast

A sample vulnerable Ruby on Rails application instrumented with the Contrast Security Agent. Used for evaluating the Contrast Security agent and platform.

application-security contrast-security product-evaluation ruby-on-rails-6 ruby-on-rails-security secure-coding vulnerability-detection vulnerability-scanners

Last synced: 21 Mar 2025

https://github.com/alexandreelise/alexandreelise

Don't let technical problems KILL your AMBITIONS. Augment Your Joomla Website capabilities with Web Services and APIs

api defensive-programming developer experiments joomla lab restful-api secure-coding webservices

Last synced: 24 Jan 2026

https://github.com/prasanthvijayy/ldap-ad_service

A RESTful API built using Express.js and LDAP.js for managing user authentication and directory services.

active-directory bootstrap5 html-css-javascript javascript nodejs openldap-server saml2 secure-coding sso-authentication ui

Last synced: 31 Dec 2025

https://github.com/codiepp/sizebounded

Size bounded buffer as a secure data structure in C++

bsd3 cpp datastructures secure-coding secure-computation sized-types

Last synced: 15 Mar 2025

https://github.com/genial-framework/skeleton-application

A powerful MVC framework design for speed and flexibility.

elegant-mvc-framework php7-framework secure-coding skeleton-application

Last synced: 05 Mar 2025