Skip to content

Ingest Debian Triage#12

Merged
commel merged 3 commits intomainfrom
feat/deb-sec-tracker
May 7, 2026
Merged

Ingest Debian Triage#12
commel merged 3 commits intomainfrom
feat/deb-sec-tracker

Conversation

@sh4sm
Copy link
Copy Markdown
Collaborator

@sh4sm sh4sm commented May 6, 2026

Implements ingestion of Debian Triage from the Debian Security Tracker.

See: #3

sh4sm added 2 commits May 6, 2026 11:57
sqlc generates by default snake cased json tags, so make it our default expectation and
add exceptions for the CVE V5 JSON format related files, since they use camel case.
Ingest Debian Triage data via their git repository and store it inside the sqlite database.

See: #3
@sh4sm sh4sm requested a review from commel May 6, 2026 10:56
Copy link
Copy Markdown
Contributor

@commel commel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I focused my review on the data structure. The handling is probably fine, linter is okay, only finds this:

internal/ingestion/debsectracker/debsectracker.go:340:18: func Service.getTriageEntryFromDB is unused (unused)
func (s Service) getTriageEntryFromDB(ctx context.Context, cveID string) (*TriageEntry, error) {

but this will be filled out later i guess.

Comment thread internal/db/migrations/000001_init.up.sql
Comment thread internal/db/migrations/000001_init.up.sql
Comment thread internal/db/migrations/000001_init.up.sql
Comment thread internal/db/migrations/000001_init.up.sql
Comment thread internal/db/migrations/000001_init.up.sql
Comment thread internal/db/migrations/000001_init.up.sql
Comment thread internal/db/migrations/000001_init.up.sql
Comment thread internal/db/migrations/000001_init.up.sql Outdated
Comment thread internal/db/migrations/000001_init.up.sql
Comment thread internal/db/migrations/000001_init.up.sql
@commel commel self-requested a review May 7, 2026 12:54
@commel commel merged commit 142bcd0 into main May 7, 2026
1 of 2 checks passed
@commel commel deleted the feat/deb-sec-tracker branch May 7, 2026 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants