A guide about coding securely.
This required moving files around in the repository and shifting from a master.adoc structure to _topic_map.yml, etc. README and Makefile modified slightly to reflect new build process |
||
---|---|---|
_images | ||
_javascripts | ||
_package/main | ||
_preview/fedora/master | ||
_stylesheets | ||
_templates | ||
en-US | ||
pot | ||
scripts | ||
src | ||
.gitlab-ci.yml | ||
_distro_map.yml | ||
_topic_map.yml | ||
index-main.html | ||
KNOWN-ISSUES.md | ||
LICENSE | ||
Makefile | ||
README.md |
Security coding guide
This is Fedora secure coding guide.
The guide is present in HTML form (auto-generated from this repository) at:
Building HTML documentation
- Type "make".
When you type "make", the code examples in src/ are compiled (mainly to check for obvious syntax errors, but also for manual testing). If you lack the necessary libraries, the code examples are still included in the manual.
After this you need to run asciibinder package
to produce the document.
Dependencies
Building the manual pages needs the "publican" and the "publican-fedora" packages.