Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1011 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 1011 Bytes

Secode

  • Secode - a python3 command line static code analyzer for C source files. It analyzes the code line by line and creates a list for each vulnerability with a scale of severity for each hit ranging from 1 to 5.
  • It also prints out suggestions/alternate functions for each hit on each line .
  • It has a ruleset with a total of 233 insecure C functions which it compares during its analysis.

This Version

  • this is the build that i maintained on my system , i prefer how its laid out . I contributed to secode's development on the main repo.
  • check out https://github.com/AliasgarSabunwala/Secode if you wish to see the full release version . There is no difference between the core logic of the two repos, only cosmetic and licensing .

i would like to thank all other contributers to this project , which we made for our second undergrad security project :

  1. AliasgarSabunwala - https://github.com/AliasgarSabunwala
  2. Noel Varghese - https://github.com/NoelV11
  3. Oorja Rungta - (...)