ca0e1ca769
This is an initial import of the osel codebase. The osel tool is a tool that initiates external security scans (initially through Qualys) upon reciept of AMQP events that indicate certain sensitive events have occurred, like a security group rule change. The commit history had to be thrown away because it contained some non-public data, so I would like to call out the following contributors: This uses go 1.10 and vgo for dependency management. Co-Authored-By: Charles Bitter <Charles_Bitter@cable.comcast.com> Co-Authored-By: Olivier Gagnon <Olivier_Gagnon@cable.comcast.com> Co-Authored-By: Joseph Sleiman <Joseph_Sleiman@comcast.com> Change-Id: Ib6abe2024fd91978b783ceee4cff8bb4678d7b15
18 lines
487 B
XML
18 lines
487 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE SIMPLE_RETURN SYSTEM "https://qualysapi.qualys.com/api/2.0/simple_return.dtd">
|
|
<SIMPLE_RETURN>
|
|
<RESPONSE>
|
|
<DATETIME>2017-02-02T14:28:35Z</DATETIME>
|
|
<TEXT>New vm scan launched</TEXT>
|
|
<ITEM_LIST>
|
|
<ITEM>
|
|
<KEY>ID</KEY>
|
|
<VALUE>26148615</VALUE>
|
|
</ITEM>
|
|
<ITEM>
|
|
<KEY>REFERENCE</KEY>
|
|
<VALUE>scan/1486045714.48615</VALUE>
|
|
</ITEM>
|
|
</ITEM_LIST>
|
|
</RESPONSE>
|
|
</SIMPLE_RETURN> |