cve-search / vulnerability-lookup

Vulnerability-Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
https://vulnerability.circl.lu
GNU Affero General Public License v3.0
136 stars 16 forks source link

new: [website] Add new fields to User model #73

Closed cedricbonhomme closed 2 months ago

cedricbonhomme commented 2 months ago

new: [website] Add new fields to User model: country_code, bio, webpage, mastodon, github, and linkedin

Or course, there is a database migration.

Examples

image

image

cedricbonhomme commented 2 months ago

New version of the profile page with badge for Top contributors

image

cedricbonhomme commented 2 months ago

75ee913 adds a function to back up the database using pg_dump. This function is automatically triggered by the project's update command, ensuring a backup is created before any database upgrades take place. Consequently the update command has been slightly updated (you will have to restart it when updating).