Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fergusstrange/embedded-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: michaelbrewer/embedded-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 26, 2024

  1. fix(deps): upgrade postgres version for 13 to 13.12.0

    Version 13.11 is vulnerable to CVE-2023-39417, which exists in versions >= 13.0, < 13.12.
    
    The vulnerability was found in the National Vulnerability Database (NVD) based on the CPE cpe:2.3:a:postgresql:postgresql with NVD severity: High.
    
    The file is associated with the technology PostgreSQL.
    
    The vulnerability can be remediated by updating PostgreSQL to 13.12 or higher.
    michaelbrewer authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b16ae27 View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump postres to 13.14.0

    The vulnerability was found in the National Vulnerability Database (NVD) based on the CPE cpe:2.3:a:postgresql:postgresql with NVD severity: High.
    
    The file is associated with the technology PostgreSQL.
    
    The vulnerability can be remediated by updating PostgreSQL to 13.14 or higher.
    michaelbrewer authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8f0cf3a View commit details
    Browse the repository at this point in the history
Loading