LWLP-40: add vulnerability ingestion job - #1641
Open
dominikvagner wants to merge 2 commits into
Open
Conversation
rverdile
reviewed
Aug 18, 2026
dominikvagner
force-pushed
the
lightwell-vulnerability-ingestion2
branch
7 times, most recently
from
August 25, 2026 14:20
6465f7f to
51565fa
Compare
dominikvagner
marked this pull request as ready for review
August 25, 2026 14:47
Member
Author
|
/retest |
The 'vulnerability_id' field is not unique across tickets, so persist the issue key as the row identity. This would also allow us to display it, if wanted down the line.
dominikvagner
force-pushed
the
lightwell-vulnerability-ingestion2
branch
from
August 27, 2026 11:54
51565fa to
d2dff83
Compare
This adds a new job that ingests and syncs vulnerability data from Jira to our DB. It tries to map whatever is currently available to the desired data format specified by the DB.
dominikvagner
force-pushed
the
lightwell-vulnerability-ingestion2
branch
from
August 27, 2026 11:57
d2dff83 to
66a6763
Compare
TenSt
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This adds a new job that ingests and syncs vulnerability data from Jira to our DB. It tries to map whatever is currently available to the desired data format specified by the DB.
Testing steps
Run the job with an account that has access to required project. You might need to create a new API token.
Check that the output matches the source. (I can demo this to the reviewer.)