alipay / ant-application-security-testing-benchmark

xAST评价体系,让安全工具不再“黑盒”. The xAST evaluation benchmark makes security tools no longer a "black box".
https://xastbenchmark.github.io
Apache License 2.0
323 stars 40 forks source link

python version concern for generating score card #15

Closed SuwenJunliu closed 4 months ago

SuwenJunliu commented 1 year ago

Hi all, I am little bit curious about using python2.7 for generating score card. Is there any specific reasons for using python2? It seems that the autoCommit.py just compare the item in foundVuls dict with TASKS in taskinfo.py. Maybe we should migrate to python3?

yulailailailai commented 4 months ago

Hello, after internal communication within our team, we have decided to inherit the design concept of the BenchmarkUtils project and build a unified scanning result generation tool for xAST (developed in Java). Therefore, the Python scripts originally used for scanning result generation in the DAST range will be replaced. Please look forward to our new tools being released in the future