Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加支持输出误报与漏洞样例清单 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xu-xiang
Copy link

@xu-xiang xu-xiang commented Jan 2, 2025

当前命令行执行测试后,仅获取指标数据,无法看到哪些请求导致误报或哪些请求导致漏报,因此增加输出列表到CSV文件作为关键结果数据。

➜  blazehttp git:(master) ✗ cat false_negatives.csv|head -n 10
FilePath,IsBlocked,StatusCode,Error
"01/cd/82de0969852cbfec551a407988a5.black",false,200,""
"02/01/49dcbf9ffb3fa20daf2436dbd4a1.black",false,200,""
"04/b2/0509df322de38f9ad0a7c56cf97e.black",false,200,""
"05/4a/18ddcb45abc0d92107ff3897da0b.black",false,200,""
"08/e7/0bf6266877af8916f5046800f3cd.black",false,200,""
"09/51/70d77d502fc1f4de9e24b71dd19e.black",false,200,""
"09/75/7fad3b5927c5c6306b0a4e5b5939.black",false,200,""
"0b/07/4efbe706b578aca9ba698c9180e4.black",false,200,""
"0c/4b/80b26a324f650f7b1a0e57019330.black",false,200,""
➜  blazehttp git:(master) ✗ cat false_positives.csv 
FilePath,IsBlocked,StatusCode,Error
"00/06/005a52981dd324c40488a1a588f9.white",true,403,""
"00/02/95284b1305474e3a365ca48db426.white",true,403,""
"00/07/00071dbf87818e947d2690e9a9ed9c3b.white",true,403,""
"00/06/005a52981dd324c40488a1a585f9.white",true,403,""
"00/0c/21472c679358a9a74e88e6a20150.white",true,403,""
"00/26/2754a4b1512618628a252fc5d3e2.white",true,403,""
"00/29/ade65ce88e094fe0a98ac969835f.white",true,403,""
"00/4b/c88e7d3732a21776e6641f4ea936.white",true,403,""
"00/4e/e323a737582f516d4555fcd827d6.white",true,403,""
"00/69/b2e1acbd28d43225dd9e0ac2b8b1.white",true,403,""
"00/74/00741c5954a957427dc6da810e141d68.white",true,403,""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant