Skip to content

Creating Epss table#7

Merged
binareio merged 21 commits intobinareio:mainfrom
narcissus1394:epss-table
Mar 26, 2024
Merged

Creating Epss table#7
binareio merged 21 commits intobinareio:mainfrom
narcissus1394:epss-table

Conversation

@narcissus1394
Copy link
Copy Markdown
Contributor

@narcissus1394 narcissus1394 commented Mar 11, 2024

Here are several enhancements for the current modifications to the EPSS system. Originally, the requirements did not account for the presence of epss scores for nearly all CVEs. Furthermore, updating the entire Vuln table with epss data is impractical. Thus, it's necessary to establish a distinct table dedicated to storing epss data. Subsequently, we should adjust the save_epss_data method to store the data in the Epss table. Additionally, a new method, fetch_epss_data, should be created to update the Vuln table with the latest epss information. Finally, fetch_epss_data should be integrated into the save_cve_data method for seamless functionality.

Copy link
Copy Markdown
Owner

@binareio binareio left a comment

Choose a reason for hiding this comment

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

The alembic script for DB update for the added new table is missing.

@binareio binareio merged commit 3b20dc5 into binareio:main Mar 26, 2024
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