Skip to content

Tags: kayavila/ssh-auditor

Tags

v0.15

Toggle v0.15's commit message
build standalone before doing e2e-tests

v0.14

Toggle v0.14's commit message
problem: old migration queries are slow

remove old migrations that were only ever needed by me

v0.13

Toggle v0.13's commit message
problem: GetVulnerabilities is slow

create a partial index on the host_creds table where result is not
blank.

This drops the query GetVulnerabilities runs from a second or two to
almost zero.

v0.12

Toggle v0.12's commit message
properly pass the version to the ldflags

v0.11

Toggle v0.11's commit message
problem: json report is missing fields.

go json encoder ignores conflicting fields, which was preventing
Hostport from showing up. Also some of the fields weren't even
being selected AND the hostport conflict also existed when the join
results were deserialized.  To fix that, fully qualify the 'host'
fields.

v0.10

Toggle v0.10's commit message
bump version to 0.10

v0.9

Toggle v0.9's commit message
Bump version to 0.9

v0.8

Toggle v0.8's commit message
bump version to 0.8

v0.7

Toggle v0.7's commit message
bump version

v0.6

Toggle v0.6's commit message
add version command, bump to 0.6