HXSecurity / DongTai

Dongtai IAST is an open-source Interactive Application Security Testing (IAST) tool that enables real-time detection of common vulnerabilities in Java applications and third-party components through passive instrumentation. It is particularly suitable for use in the testing phase of the development pipeline.
https://dongtai.io
Apache License 2.0
1.24k stars 145 forks source link

[Bug]: 点击项目概况,请求超时 #347

Closed calvin2020 closed 2 years ago

calvin2020 commented 2 years ago

Preflight Checklist

Version

1.1

Installation Type

Official Docker Compose

Service Name

DongTai-Web, DongTai-WebAPI

Describe the details of the bug and the steps to reproduce it

通过项目配置下进入项目名称,点击项目概况,报请求超时错误,麻烦帮忙看看,具体错误如下: 1637221090(1)

Additional Information

No response

Logs

No response

Bidaya0 commented 2 years ago

Please provide webapi log

docker logs dongtai-iast_dongtai-webapi_1 > webapi.log 

And database version

echo "dongtai-iast" | sudo docker exec -i  dongtai-iast-dongtai-mysql-1  mysqldump -u root -d dongtai_webapi --ignore-table=dongtai_webapi.mysql_version_control -p --skip-comments   --skip-opt | sed 's/ AUTO_INCREMENT=[0-9]*//g' | sed 's/\/\*!*.*//g' | sha1sum
Bidaya0 commented 2 years ago

It may be related to this modification, please test whether it is reproduced in version 1.1.4

https://github.com/HXSecurity/DongTai-webapi/pull/317