Skip to content

Latest commit

 

History

History
 
 

spring cloud gateway

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

相关漏洞

CVE-2022-22947 SpEL Injection -> RCE

参考

环境搭建

git clone https://github.com/spring-cloud/spring-cloud-gateway
cd spring-cloud-gateway
git checkout v3.1.0

创建供codeql使用的数据库

codeql database create ..\databases\spring-cloud-gateway-310  --language="java" --command="mvn clean install --file pom.xml -Dmaven.test.skip=true"