mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-23 04:08:02 +00:00
example code: python2 and python3 install modules, script generators and ctf vulnerability/challenge module wrappers
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<utility xmlns="http://www.github/cliffe/SecGen/utility"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
|
||||
<name>Python 2 programming language</name>
|
||||
<author>Thomas Shaw</author>
|
||||
<author>stankevich</author>
|
||||
<module_license>Apache v2</module_license>
|
||||
<description>An installation of Python</description>
|
||||
|
||||
<type>language</type>
|
||||
<type>python</type>
|
||||
<platform>linux</platform>
|
||||
|
||||
<!--optional details-->
|
||||
<reference>https://forge.puppet.com/stankevich/python</reference>
|
||||
|
||||
<software_name>ruby</software_name>
|
||||
<software_license>Apache v2</software_license>
|
||||
|
||||
<requires>
|
||||
<type>update</type>
|
||||
</requires>
|
||||
</utility>
|
||||
Reference in New Issue
Block a user