github_dependabot_alerts

Table for storing GitHub Dependabot alert data.

number

number
The dependabot alert number for the repository.

repository_id

Foreign key
ID of the repository associated with the alert.

state

string
State of the alert (e.g., open, fixed).

package_name

string
Name of the package causing the alert.

summary

string
Summary of the alert.

severity

string
Severity level of the alert.

source_url

string
URL for more details about the alert.

fixed_at

date
Timestamp when the alert was fixed.

created_at

date
Timestamp when the alert was created.

updated_at

date
Timestamp when the alert was last updated.

api_accessible

boolean
Dependabot accessible or not