<HTML><BODY>
    <BR>
    <BR>
    Thanks Jan!<BR>
<BR>
I have setup a github account today and am getting familiarized with the process. It is all new to me.<BR>
<BR>
Is there some sort of reference you can point me to that describes the check-out check-in process?<BR>
<BR>
I have created a fork, pulled the fork locally, but can't figure out how to commit my changes back to my fork to generate a pull request.<BR>
<BR>
Best regards,<BR>
 <BR>
<BR>
Trey Henefield, CISSP<BR>
Senior IAVA Engineer<BR>
<BR>
Ultra Electronics<BR>
Advanced Tactical Systems, Inc.<BR>
4101 Smith School Road<BR>
Building IV, Suite 100<BR>
Austin, TX 78744 USA<BR>
<BR>
<a href="mailto:Trey.Henefield@ultra-ats.com">Trey.Henefield@ultra-ats.com</a><BR>
Tel: +1 512 327 6795 ext. 647<BR>
Fax: +1 512 327 8043<BR>
Mobile: +1 512 541 6450<BR>
<BR>
<a href="http://www.ultra-ats.com" target="_blank">www.ultra-ats.com</a><BR>
<BR>
-----Original Message-----<BR>
From: <a href="mailto:scap-security-guide-bounces@lists.fedorahosted.org">scap-security-guide-bounces@lists.fedorahosted.org</a> [mailto:scap-security-guide-bounces@lists.fedorahosted.org] On Behalf Of Jan Lieskovsky<BR>
Sent: Tuesday, December 09, 2014 11:53 AM<BR>
To: SCAP Security Guide<BR>
Subject: Re: SCAP Content Submission ...<BR>
<BR>
Hello Simon, Trey, folks,<BR>
<BR>
----- Original Message -----<BR>
&gt; From: &quot;Simon Lukasik&quot; &lt;isimluk@fedoraproject.org&gt;<BR>
&gt; To: &quot;SCAP Security Guide&quot; &lt;scap-security-guide@lists.fedorahosted.org&gt;<BR>
&gt; Sent: Tuesday, December 9, 2014 2:01:05 PM<BR>
&gt; Subject: Re: SCAP Content Submission ...<BR>
&gt; <BR>
&gt; Hello Trey,<BR>
&gt; <BR>
&gt; Thanks for sharing!<BR>
&gt; <BR>
&gt; There seems to be a lot of changes. However, it is rather tricky to <BR>
&gt; merge them to the main development branch. Usually contribution to <BR>
&gt; opensource project is made as a series of pull requests.<BR>
<BR>
Well, while this is definitely the way of SCAP content development we would like to follow, from time to time there are exceptions when it's worthy to step down from explicit requiring of following of this process / development model.<BR>
<BR>
&gt; <BR>
&gt; Is there any chance that you would create git pull request for the <BR>
&gt; reposotory?<BR>
<BR>
We have been previously privately contacted by Trey regarding providing the contribution in the form of a zip tarball. Given the scope of the change (&amp; enhancements it will bring to current SCAP Security Guide<BR>
content,) we agreed to accept the contribution in this form &amp; perform the PR creation on our own resources.<BR>
<BR>
This is definitely not a signal to the community that the patch proposal &amp; management process should be moved to the mailing list again. But given (due to the scope of the contribution) the fact the Trey's change started to exits / started to be created in the moment SCAP Security Guide repository got moved to GitHub (IOW given there was some transition period of uncertainty which of the repository storage providers will SSG use at the end), we decided to accept the change for this time.<BR>
<BR>
Long story short, I have created issue ticket for this:<BR>
  [1] <a href="https://github.com/OpenSCAP/scap-security-guide/issues/347" target="_blank">https://github.com/OpenSCAP/scap-security-guide/issues/347</a><BR>
<BR>
&amp; unless someone beats me to it, will get to it within this week.<BR>
<BR>
Thank you &amp;&amp; Regards, Jan.<BR>
--<BR>
Jan iankko Lieskovsky / Red Hat Security Technologies Team<BR>
<BR>
&gt; <BR>
&gt; Thanks,<BR>
&gt; ~Š.<BR>
&gt; <BR>
&gt; On 12/04/2014 06:45 PM, Trey Henefield wrote:<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt; Greetings,<BR>
&gt; &gt;<BR>
&gt; &gt; I have some content I would like to contribute to the SSG community.<BR>
&gt; &gt;<BR>
&gt; &gt; The content is attached in a zip file and should be extracted <BR>
&gt; &gt; directly into the repo.<BR>
&gt; &gt;<BR>
&gt; &gt; The summary of these changes are as follows:<BR>
&gt; &gt;<BR>
&gt; &gt; -New content has been included to address DISA STIGs for:<BR>
&gt; &gt;<BR>
&gt; &gt; oFirefox<BR>
&gt; &gt;<BR>
&gt; &gt; oJava<BR>
&gt; &gt;<BR>
&gt; &gt; oRed Hat 5 (This content addresses the Red Hat 5 STIG requirements <BR>
&gt; &gt; for Red Hat 5, Red Hat 4, CentOS 5, and CentOS 4)<BR>
&gt; &gt;<BR>
&gt; &gt; oWebmin<BR>
&gt; &gt;<BR>
&gt; &gt; -Modified shared/transforms/combinechecks.py to include an actual <BR>
&gt; &gt; timestamp in the oval content when it gets created.<BR>
&gt; &gt;<BR>
&gt; &gt; -Added shared/transforms/stats.sh to display statistics when <BR>
&gt; &gt; building content. The statistics identify the total number of <BR>
&gt; &gt; requirements, as indicated in the stig_overlay.xml document for each <BR>
&gt; &gt; STIG, the number of checks addressed by STIG requirements, and the <BR>
&gt; &gt; number of fixes addressed by each STIG requirement. In addition, it <BR>
&gt; &gt; also pulls in the DISA STIG information from the references folder <BR>
&gt; &gt; (e.g. RHEL/5/references) and compares it with the STIG requirements <BR>
&gt; &gt; in the stig_overlay.xml to support identifying differences (i.e. STIG requirements removed or added).<BR>
&gt; &gt;<BR>
&gt; &gt; -Added shared/transforms/stig_refs.sh to support pulling information <BR>
&gt; &gt; (CCI, CCE, Severity, SVkey, SVrelease, IA controls, and title) from <BR>
&gt; &gt; the DISA STIG and automatically populating that information into the <BR>
&gt; &gt; SCAP content for consistency. There could probably be a better way <BR>
&gt; &gt; to script this capability, but given the large number a requirements <BR>
&gt; &gt; in the RHEL5 STIG, it was a great help. This capability is not <BR>
&gt; &gt; called at build time, but on an as needed basis. When executed, it <BR>
&gt; &gt; should be called from within the SCAP content directory (e.g. <BR>
&gt; &gt; RHEL/5) and also requires the DISA STIG XCCDF file to be available <BR>
&gt; &gt; in the references folder of the SCAP content directory (e.g. <BR>
&gt; &gt; RHEL/5/references). Example: `cd RHEL/5; <BR>
&gt; &gt; ../../shared/transforms/stig_refs.sh`<BR>
&gt; &gt;<BR>
&gt; &gt; Happy SCAPing!<BR>
&gt; &gt;<BR>
&gt; &gt; Best regards,<BR>
&gt; &gt;<BR>
&gt; &gt; Trey Henefield, CISSP<BR>
&gt; &gt;<BR>
&gt; &gt; Senior IAVA Engineer<BR>
&gt; &gt;<BR>
&gt; &gt; Ultra Electronics<BR>
&gt; &gt;<BR>
&gt; &gt; Advanced Tactical Systems, Inc.<BR>
&gt; &gt;<BR>
&gt; &gt; 4101 Smith School Road<BR>
&gt; &gt;<BR>
&gt; &gt; Building IV, Suite 100<BR>
&gt; &gt;<BR>
&gt; &gt; Austin, TX 78744 USA<BR>
&gt; &gt;<BR>
&gt; &gt; <a href="mailto:Trey.Henefield@ultra-ats.com">Trey.Henefield@ultra-ats.com</a><BR>
&gt; &gt;<BR>
&gt; &gt; Tel: +1 512 327 6795 ext. 647<BR>
&gt; &gt;<BR>
&gt; &gt; Fax: +1 512 327 8043<BR>
&gt; &gt;<BR>
&gt; &gt; Mobile: +1 512 541 6450<BR>
&gt; &gt;<BR>
&gt; &gt; <a href="http://www.ultra-ats.com" target="_blank">www.ultra-ats.com</a><BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; <BR>
&gt; <BR>
&gt; --<BR>
&gt; Simon Lukasik<BR>
&gt; Security Technologies, Red Hat, Inc.<BR>
&gt; --<BR>
&gt; SCAP Security Guide mailing list<BR>
&gt; <a href="mailto:scap-security-guide@lists.fedorahosted.org">scap-security-guide@lists.fedorahosted.org</a><BR>
&gt; <a href="https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide</a><BR>
&gt; <a href="https://github.com/OpenSCAP/scap-security-guide/" target="_blank">https://github.com/OpenSCAP/scap-security-guide/</a><BR>
--<BR>
SCAP Security Guide mailing list<BR>
<a href="mailto:scap-security-guide@lists.fedorahosted.org">scap-security-guide@lists.fedorahosted.org</a><BR>
<a href="https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide</a><BR>
<a href="https://github.com/OpenSCAP/scap-security-guide/" target="_blank">https://github.com/OpenSCAP/scap-security-guide/</a><BR>

    <BR>
    <BR>
 <p><font size="1"><b><font color="#666666" face="Verdana, Arial, Helvetica, sans-serif">Disclaimer</font></b><font color="#666666" face="Verdana, Arial, Helvetica, sans-serif"><br/>
        The information contained in this communication from </font></font><font color="#666666" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b>
          trey.henefield@ultra-ats.com
          </b> sent at
          2014-12-09
          13:04:07
          is private and may be legally privileged or export controlled. It is intended solely for 
          use by <b>
            scap-security-guide@lists.fedorahosted.org
            </b> and others 
          authorized to receive it. If you are not <b>
            scap-security-guide@lists.fedorahosted.org
            </b> you are hereby notified that any disclosure, copying, distribution or 
          taking action in reliance of the contents of this information is strictly 
          prohibited and may be unlawful.</font><br>
          <br>
    </BODY></HTML>