LoginSignup
0
0

More than 3 years have passed since last update.

hibernate-core SQLインジェクション対策によるアップデート JVN90729322

Posted at

Hibernate ORM における SQL インジェクションの脆弱性
https://jvn.jp/jp/JVN90729322/

spring-boot-starter-data-jpaを利用している場合、hibernateに依存している

hibernateの5.4.17~5.4.24までのアップデート内容

hibernate単体アップデートするにはbuild.gradleに下記記載

implementation 'org.hibernate:hibernate-core:5.4.24.Final'
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0