File tree Expand file tree Collapse file tree 6 files changed +10702
-0
lines changed
reports/issues/issue-91/2026-03-11T00-39-29-258Z Expand file tree Collapse file tree 6 files changed +10702
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,25 @@ <h1>Scan Reports</h1>
168168 </ thead >
169169 < tbody >
170170
171+ < tr >
172+ < td > < a href ="https://github.com/mgifford/open-scans/issues/91 "> #91</ a > </ td >
173+ < td > Homepage</ td >
174+ < td class ="date "> 3/11/2026, 12:38:34 AM</ td >
175+ < td > 54 accepted</ td >
176+ < td >
177+ < span class ="badge badge-success "> 0 passed</ span >
178+ < span class ="badge badge-danger "> 0 failed</ span >
179+ < span class ="badge badge-warning "> 0 can't tell</ span >
180+ </ td >
181+ < td class ="links ">
182+ < a href ="reports/issues/issue-91/2026-03-11T00-39-29-258Z/report.html "> HTML</ a >
183+ < a href ="reports/issues/issue-91/2026-03-11T00-39-29-258Z/report.md "> Markdown</ a >
184+ < a href ="reports/issues/issue-91/2026-03-11T00-39-29-258Z/report.csv "> CSV</ a >
185+ < a href ="reports/issues/issue-91/2026-03-11T00-39-29-258Z/report-overlap.md "> Overlap</ a >
186+ < a href ="reports/issues/issue-91/2026-03-11T00-39-29-258Z/report.json "> JSON</ a >
187+ </ td >
188+ </ tr >
189+
171190 < tr >
172191 < td > < a href ="https://github.com/mgifford/open-scans/issues/93 "> #93</ a > </ td >
173192 < td > Fel website</ td >
Original file line number Diff line number Diff line change 1+ {
2+ "generatedAt" : " 2026-03-11T00:38:34.216Z" ,
3+ "issueNumber" : 91 ,
4+ "scanTitle" : " Homepage" ,
5+ "scannersInUse" : [
6+ " qualweb"
7+ ],
8+ "scannerStats" : {
9+ "axe" : {
10+ "label" : " axe" ,
11+ "failed" : 0 ,
12+ "uniqueFailed" : 0 ,
13+ "duplicates" : 0
14+ },
15+ "alfa" : {
16+ "label" : " ALFA" ,
17+ "failed" : 0 ,
18+ "uniqueFailed" : 0 ,
19+ "duplicates" : 0
20+ },
21+ "equalAccess" : {
22+ "label" : " Equal Access" ,
23+ "failed" : 0 ,
24+ "uniqueFailed" : 0 ,
25+ "duplicates" : 0
26+ },
27+ "accesslint" : {
28+ "label" : " AccessLint" ,
29+ "failed" : 0 ,
30+ "uniqueFailed" : 0 ,
31+ "duplicates" : 0
32+ },
33+ "qualweb" : {
34+ "label" : " QualWeb" ,
35+ "failed" : 333 ,
36+ "uniqueFailed" : 333 ,
37+ "duplicates" : 0
38+ }
39+ },
40+ "matrix" : {
41+ "qualweb" : {
42+ "qualweb" : 61
43+ }
44+ },
45+ "duplicateFindingTotals" : 258 ,
46+ "overlapEntryCount" : 0 ,
47+ "overlapEntries" : []
48+ }
Original file line number Diff line number Diff line change 1+ # Scanner Overlap Report: Homepage
2+
3+ - Generated at: 2026-03-11T00:38:34.216Z
4+ - Overlap entries: 0
5+ - Duplicate findings in later scanners: 258
6+
7+ ## Scanner Summary
8+
9+ | Scanner | Failed | Unique Failed | Duplicates |
10+ | ---| ---:| ---:| ---:|
11+ | QualWeb | 333 | 333 | 0 |
12+
13+ ## Overlap Matrix (shared findings by scanner pair)
14+
15+ | Scanner | QualWeb |
16+ | ---: | ---: |
17+ | QualWeb | 61 |
18+
19+ ## Top Shared Findings
20+
21+ No cross-scanner overlaps were detected.
You can’t perform that action at this time.
0 commit comments