bring inline with master

This commit is contained in:
pemontto
2019-04-17 19:10:21 +10:00
parent 50f6c43a2f
commit 08334973be
6 changed files with 3 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
# Vulnwhisperer stuff
data/
docker_data/
logs/
elk6/vulnwhisperer.ini
resources/elk6/vulnwhisperer.ini

View File

@ -20,8 +20,7 @@ RUN python setup.py clean --all && \
WORKDIR /opt/VulnWhisperer
RUN python setup.py install && \
ln -s /opt/VulnWhisperer /tmp/VulnWhisperer
RUN python setup.py install
CMD vuln_whisperer -c /opt/VulnWhisperer/frameworks_example.ini

View File

@ -47,8 +47,6 @@ filter {
convert => { "cvss3" => "float"}
convert => { "cvss3_base" => "float"}
convert => { "cvss3_temporal" => "float"}
convert => { "id" => "integer"}
convert => { "plugin_id" => "integer"}
convert => { "risk_number" => "integer"}
convert => { "total_times_detected" => "integer"}
}

View File

@ -43,8 +43,6 @@ filter {
convert => { "cvss3" => "float"}
convert => { "cvss3_base" => "float"}
convert => { "cvss3_temporal" => "float"}
convert => { "id" => "integer"}
convert => { "plugin_id" => "integer"}
convert => { "risk_number" => "integer"}
convert => { "total_times_detected" => "integer"}
}

View File

@ -31,6 +31,7 @@ filter {
tag_on_failure => []
}
# TODO - move this mapping into the vulnwhisperer module
translate {
field => "[risk_number]"
destination => "[risk]"
@ -100,8 +101,6 @@ filter {
convert => { "cvss3" => "float"}
convert => { "cvss3_base" => "float"}
convert => { "cvss3_temporal" => "float"}
convert => { "id" => "integer"}
convert => { "plugin_id" => "integer"}
convert => { "risk_number" => "integer"}
convert => { "total_times_detected" => "integer"}
}

View File

@ -79,7 +79,7 @@ else
((return_code = return_code + 1))
fi
yellow "*********************************************"
yellow "\n*********************************************"
yellow "* Test only Qualys VM with one failed scan *"
yellow "*********************************************"
rm -rf /opt/VulnWhisperer/*