Skip to content

Tags: vulsio/gost

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: use std slices, maps package (#278)

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(fetcher/ubuntu): use vuln-list instead of vuln-list-reserve (#209)

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(ubuntu): support Ubuntu ESM (#185)

* feat(ubuntu): support Ubuntu ESM

* Ubuntu esm for Redis backend

* Update db/redis.go

Co-authored-by: MaineK00n <[email protected]>

* go mod tidy

---------

Co-authored-by: MaineK00n <[email protected]>

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: use pure go sqlite driver (#183)

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update README (#165)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(ubuntu): add Jammy Jellyfish(22.04) (#114)

* feat(ubuntu): add Jammy Jellyfish(22.04)

* chore: update go 1.18

* chore: tidy import

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(redis): change Redis Architecture (#73)

* feat(redis): change redis architecture

* chore: change log

* chore(integration): add sample_rate

* feat(redis): fix unimplemented parts

* chore: print gorm log to stderr

* feat(cmd): add version command

* docs: update README

* chore: use redis.Nil

* chore: add const fetchMetaKey

* feat(redis): add batch size option

* chore: check batch-size

* chore: remove unuse import

* fix(redis): fix IsGostModelV1

* feat(redis): update redis architecture

* fix(redis): fix Get

* fix(redis): fix GetAfterTimeRedhat

* style(redis):  fix lint error

* fix(redis): fix InsertMicrosoft

* fix(redis): fix typo

* style: add comment

* chore(rdb): remove unnecessary arg

* chore: change condition timing

* feat(redis): update redis architecture

* feat(redis): run as many Expire/Persist commands as needed

* feat(rdb): change Get by CveID

* chore: do not output log when redis.Nil

* chore(redis): update Get

* chore(redis): update Get

* chore(integration): output JSON when diffs exist

* chore(integration): move to integration/.gitignore

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: fix goreleaser (#78)

* chore: fix goreleaser

* chore: add gost/golangci.yml

* chore: rename file

* chore: fix lint err

Co-authored-by: MaineK00n <[email protected]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add github actions (#77)

* chore: add github actions

* fix: fix lint err

* chore: change format

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(models): remove omitempty (#69)

* feat(models): remove omitempty

* feat(integration): convert Redis None to []

* chore: fix typo

* feat(integration): update ubuntu files

* Revert "feat(integration): convert Redis None to []"

This reverts commit 8dec4a5.

* feat(db): change null to empty slice