OpenSecEd / software

A course module on Software Security
2 stars 1 forks source link
learning-material software-security

Module: Software Security (software)

This is a learning module for Software Security.

The module is part of the Open Security Education project and the maintainer is Daniel Bosk. The latest release can be found under releases. You can safely link directly to the PDFs found there.

File Structure and Building

To build the PDFs, after cloning the repository you must clone its required submodules:

$ git submodule update --recursive --init

Then you can go into the directory of the desired document and run make. The source files are structured as follows:

In each directory the files are structured as follows:

To contribute, please fork the repository, make your changes, commit them and then create a pull request in the original repository.