chg: [contributing] fixing title page

pull/2/head
Alexandre Dulaunoy 2019-03-03 16:54:13 +01:00
parent 6d15ffc4cb
commit aa5505a2ab
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
\titlepage \titlepage
\end{frame} \end{frame}
\begin{frame}[t,plain] \begin{frame}[fragile]
\frametitle{Code of Conduct} \frametitle{Code of Conduct}
\begin{itemize} \begin{itemize}
\item The MISP project has a Contributor Covenant Code of Conduct\footnote{\url{https://github.com/MISP/MISP/code_of_conduct.md}}. \item The MISP project has a Contributor Covenant Code of Conduct\footnote{\url{https://github.com/MISP/MISP/code_of_conduct.md}}.
@ -14,7 +14,7 @@
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[t,plain] \begin{frame}[fragile]
\frametitle{Reporting a bug, an issue or suggesting features} \frametitle{Reporting a bug, an issue or suggesting features}
\begin{itemize} \begin{itemize}
\item The most common way to contribute to the MISP project is to report a bug, issues or suggesting features. \item The most common way to contribute to the MISP project is to report a bug, issues or suggesting features.
@ -24,7 +24,7 @@
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[t,plain] \begin{frame}[fragile]
\frametitle{Reporting security vulnerabilities} \frametitle{Reporting security vulnerabilities}
\begin{itemize} \begin{itemize}
\item {\bf If you find security vulnerabilities (even minor ones) in MISP project, send an encrypted email} (info@circl.lu) with the details and especially how to reproduce the issues. Avoid to share publicly the vulnerability before a fix is available in MISP. PGP key fingerprint: CA57 2205 C002 4E06 BA70 BE89 EAAD CFFC 22BD 4CD5. \item {\bf If you find security vulnerabilities (even minor ones) in MISP project, send an encrypted email} (info@circl.lu) with the details and especially how to reproduce the issues. Avoid to share publicly the vulnerability before a fix is available in MISP. PGP key fingerprint: CA57 2205 C002 4E06 BA70 BE89 EAAD CFFC 22BD 4CD5.
@ -34,7 +34,7 @@
\end{frame} \end{frame}
\begin{frame}[t,plain] \begin{frame}[fragile]
\frametitle{Automatic integration and testing} \frametitle{Automatic integration and testing}
\begin{itemize} \begin{itemize}
\item The majority of the repositories within the MISP GitHub organisation includes automatic integration with TravisCI. \item The majority of the repositories within the MISP GitHub organisation includes automatic integration with TravisCI.
@ -48,7 +48,7 @@
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[t,plain] \begin{frame}[fragile]
\frametitle{JSON validation for MISP libraries} \frametitle{JSON validation for MISP libraries}
\begin{itemize} \begin{itemize}
\item All JSON format ({\bf galaxy, taxonomies, objects or warning-lists}) are described in a JSON Schema\footnote{schema\_name.json}. \item All JSON format ({\bf galaxy, taxonomies, objects or warning-lists}) are described in a JSON Schema\footnote{schema\_name.json}.
@ -62,7 +62,7 @@
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[t,plain] \begin{frame}[fragile]
\frametitle{Documentation} \frametitle{Documentation}
\begin{itemize} \begin{itemize}
\item In addition to the automatic generation of documentations from JSON files, we maintain {\bf misp-book}\footnote{\url{https://github.com/MISP/misp-book}} which is a generic documentation for MISP including usage, API documentation, best practices and specific configuration settings. \item In addition to the automatic generation of documentations from JSON files, we maintain {\bf misp-book}\footnote{\url{https://github.com/MISP/misp-book}} which is a generic documentation for MISP including usage, API documentation, best practices and specific configuration settings.
@ -73,7 +73,7 @@
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[t,plain] \begin{frame}[fragile]
\frametitle{Internet-Draft - IETF for MISP formats} \frametitle{Internet-Draft - IETF for MISP formats}
\begin{itemize} \begin{itemize}
\item If you want to contribute to our IETF Internet-Draft for the MISP standard, misp-rfc\footnote{\url{https://github.com/MISP/misp-rfc}} is the repository where to contribute. \item If you want to contribute to our IETF Internet-Draft for the MISP standard, misp-rfc\footnote{\url{https://github.com/MISP/misp-rfc}} is the repository where to contribute.