There are 0 repository under secure-programming topic.
Awesome CSIRT is an curated list of links and resources in security and CSIRT daily activities.
Rust code examples maintained for teaching secure programming. - CSCI 8245 @ UGA
SecureWebApp - Secure Web Application Template for ASP.NET Core 5.0
These labs cover some of the most common vulnerabilities and attacks exploiting these vulnerabilities. The labs were completed as a part of the Secure Programming course at the University of Texas at Arlington. The course is well structured to understand the concepts of secure programming.
:busts_in_silhouette: An application to securely share files across users and groups 📁:busts_in_silhouette:
A simple, Python-based register and login system created using a guide by Coddy.tech. Allows users to securely register and authenticate accounts with stored credentials. Demonstrates core concepts like user authentication, data storage, and basic account management.
This is dictionary + thesaurus developed in C language keeping in mind the CERT C guidelines. Various vulnerabilities in the application have been detected (using SPLINT tool) and corrected.
A ReST API project from CSE 5382 Secure Programming, implementing input validation using regEx. Features include a phone book application, audit logs, and secure data handling.
Simple Secure Online Shop Example for Secure Programming Project
A C project made as a part of the Secure Programming with C course (UE18CS257C) course at PES University to demonstrate static code analysis.