Forum Discussion

Flyn's avatar
Flyn
Frequent Visitor
1 year ago
Solved

npgsql 4.0.10.0 not safe ?

I read that npgsql 4.0.10.0 have a critical problem.     According to the following image. Power bi combining with postgre database is not safe at all.     What do you guy think abo...
  • rajendraongole1's avatar
    1 year ago

    Hi Flyn -Try creating an environment variable or system path to explicitly point to the latest Npgsql version installed on your system.You could also consult your IT team to ensure Power BI configuration files (e.g., pbix files) are updated to work with newer drivers.

    By upgrading and configuring your connection carefully, you should be able to mitigate the risks without having to revert to vulnerable versions of Npgsql.

    Npgsql - .NET Access to PostgreSQL | Npgsql Documentation

     

    this may stem from the fact that certain applications or environments are configured to recognize only specific driver versions. While version 4.0.10 and earlier versions are considered vulnerable, installing a patched or later version of Npgsql (e.g., 4.1.x or higher) should resolve these vulnerabilities.

    Hope this information helps.