DTStack / flinkStreamSQL

基于开源的flink,对其实时sql进行扩展;主要实现了流与维表的join,支持原生flink SQL所有的语法
Apache License 2.0
2.02k stars 923 forks source link

fix(sec): upgrade org.postgresql:postgresql to 42.4.1 #454

Closed chncaption closed 1 year ago

chncaption commented 1 year ago

What happened?

There are 1 security vulnerabilities found in org.postgresql:postgresql 42.2.2

What did I do?

Upgrade org.postgresql:postgresql from 42.2.2 to 42.4.1 for vulnerability fix

What did you expect to happen?

Ideally, no insecure libs should be used.

The specification of the pull request

PR Specification from OSCS