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: v1.25.0
Choose a base ref
...
head repository: fergusstrange/embedded-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.26.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 28, 2024

  1. Add V16 constant (#129)

    zzzFelix authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3c05535 View commit details
    Browse the repository at this point in the history
  2. fix(deps): upgrade postgres for 13 constant from 13.11 to 13.14.0 (

    …#131)
    
    * 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.
    
    * 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 28, 2024
    Configuration menu
    Copy the full SHA
    0db55ea View commit details
    Browse the repository at this point in the history
  3. Upgrade versions (#132)

    * Upgrade versions
    
    * Fix default version
    
    * Try rolling back v12
    
    ---------
    
    Co-authored-by: ferguss <fergus@sitehvie.co>
    fergusstrange and ferguss authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    74c945b View commit details
    Browse the repository at this point in the history
Loading