From Fedora Project Wiki

(Removed communication links)
(Moved text to the Security Team Work Flow)
Line 1: Line 1:
The Security SIG has three missions that contributors can assist with:
The Security SIG has three missions that contributors can assist with:


# [[:Category:Security#Security Response|Security Response]]
# [[:Security_Team_Work_Flow#Security_Response|Security Response]]
# [[:Category:Security#Secure Coding|Secure Coding]]
# [[:Security_Team_Work_Flow#Secure_Coding|Secure Coding]]
# [[:Category:Security#Code Auditing|Code Auditing]]
# [[:Security_Team_Work_Flow#Code_Auditing|Code Auditing]]


Contributors can work on any or all of these missions.
Contributors can work on any or all of these missions.
== Security Response ==
The [[Security Team]] helps packagers fix security vulnerabilities in packages they maintain.  Most of these vulnerabilities come from the open source software community and packagers are notified by a ticket in [https://bugzilla.redhat.com Bugzilla].
=== Reporting Vulnerabilities ===
Security issues should be reported following the procedures outlined on the [[Security Bugs]] page.
== Secure Coding ==
Secure coding is writing code with security in mind from the beginning.  By not making security mistakes the code is more secure and time won't be wasted down the road having to rewrite or redesign features and functionality.
=== Projects ===
==== Defensive Coding book ====
The [https://docs.fedoraproject.org/en-US/Fedora_Security_Team//html/Defensive_Coding/index.html Defensive Coding book] is published on the [https://docs.fedoraproject.org Fedora Docs website] and is [https://fedorahosted.org/secure-coding/ under development].  The purpose of the book is to document common mistakes developers make and help educate developers on how to better their code from the beginning.
==== Training and Articles ====
In addition to the Defensive Coding book the Security SIG is charged with creating training resources.  Videos and smaller articles on secure development can also be created to concentrate specific topics.  These resources should be stored in the [https://fedorahosted.org/secure-coding/ secure coding] git repository.
==== Security Basics and HOWTO Articles====
Basic Fedora security HOWTO is [[SecurityBasics]]
== Code Auditing ==
Many security vulnerabilities are found with the help of a code audit.  If you are interested in performing an audit please see our [[:Category:Code_Audit|auditing resource]] page.


[[Category:Documentation]]
[[Category:Documentation]]

Revision as of 17:14, 19 August 2016

The Security SIG has three missions that contributors can assist with:

  1. Security Response
  2. Secure Coding
  3. Code Auditing

Contributors can work on any or all of these missions.