@@ -273,17 +273,17 @@ <h3 class="has-filters">
273
273
< tr >
274
274
{% block header %}
275
275
{% if not product_tab or product_tab and product_tab.product|has_object_permission:"Finding_Edit" %}
276
- < th class ="centered " title ="Select all visible findings. ">
276
+ < th class ="centered " title ="Select all visible findings. " scope =" col " aria-label =" Select all visible findings " >
277
277
< div class ="dropdown ">
278
278
< button class ="btn btn-primary dropdown-toggle "
279
279
type ="button "
280
280
id ="dropdownMenu1 "
281
281
data-toggle ="dropdown "
282
282
aria-haspopup ="true "
283
283
aria-expanded ="true "
284
- aria-label ="Select all findings dropdown ">
284
+ aria-label ="Select findings by severity dropdown ">
285
285
< form class ="inline-form " action ="# ">
286
- < input type ="checkbox " name ="select_all " id ="select_all " aria-label ="select- all "/>
286
+ < input type ="checkbox " name ="select_all " id ="select_all " aria-label ="select all findings checkbox "/>
287
287
</ form >
288
288
< span class ="caret "> </ span >
289
289
</ button >
@@ -317,26 +317,26 @@ <h3 class="has-filters">
317
317
</ th >
318
318
{% endif %}
319
319
< th > </ th >
320
- < th class ="nowrap centered severity-sort ">
320
+ < th class ="nowrap centered severity-sort " scope =" col " >
321
321
{% trans "Severity" %}
322
322
</ th >
323
- < th class ="nowrap ">
323
+ < th class ="nowrap " scope =" col " >
324
324
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}
325
325
{% dojo_sort request 'Name' 'title' %}
326
326
</ th >
327
- < th >
327
+ < th scope =" col " >
328
328
{% trans "CWE" %}
329
329
</ th >
330
- < th >
330
+ < th scope =" col " >
331
331
{% trans "Vulnerability Id" %}
332
332
</ th >
333
- < th >
333
+ < th scope =" col " >
334
334
{% trans "EPSS Score" %}
335
335
</ th >
336
- < th >
336
+ < th scope =" col " >
337
337
{% trans "EPSS Percentile" %}
338
338
</ th >
339
- < th class ="nowrap ">
339
+ < th class ="nowrap " scope =" col " >
340
340
{% if filter_name == 'Closed' %}
341
341
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}
342
342
{% dojo_sort request 'Closed Date' 'mitigated' %}
@@ -345,55 +345,55 @@ <h3 class="has-filters">
345
345
{% dojo_sort request 'Date' 'date' %}
346
346
{% endif %}
347
347
</ th >
348
- < th class ="nowrap ">
348
+ < th class ="nowrap " scope =" col " >
349
349
{% trans "Age" %}
350
350
</ th >
351
351
{% if system_settings.enable_finding_sla %}
352
- < th >
352
+ < th scope =" col " >
353
353
{% trans "SLA" %}
354
354
</ th >
355
355
{% endif %}
356
- < th >
356
+ < th scope =" col " >
357
357
{% trans "Reporter" %}
358
358
</ th >
359
- < th >
359
+ < th scope =" col " >
360
360
{% trans "Found By" %}
361
361
</ th >
362
- < th >
362
+ < th scope =" col " >
363
363
{% trans "Status" %}
364
364
</ th >
365
365
{% if system_settings.enable_jira %}
366
366
{% if jira_project and product_tab or not product_tab %}
367
- < th >
367
+ < th scope =" col " >
368
368
{% trans "Jira" %}
369
369
</ th >
370
- < th >
370
+ < th scope =" col " >
371
371
{% trans "JIRA Age" %}
372
372
</ th >
373
- < th >
373
+ < th scope =" col " >
374
374
{% trans "JIRA Change" %}
375
375
</ th >
376
376
{% endif %}
377
377
{% endif %}
378
378
{% if 'is_finding_groups_enabled'|system_setting_enabled %}
379
- < th >
379
+ < th scope =" col " >
380
380
{% trans "Group" %}
381
381
</ th >
382
382
{% endif %}
383
383
{% if show_product_column and product_tab is None %}
384
- < th class ="nowrap ">
384
+ < th class ="nowrap " scope =" col " >
385
385
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}
386
386
{% dojo_sort request 'Product' 'test__engagement__product__name' %}
387
387
</ th >
388
388
{% endif %}
389
- < th >
389
+ < th scope =" col " >
390
390
{% trans "Service" %}
391
391
</ th >
392
- < th >
392
+ < th scope =" col " >
393
393
{% trans "Planned Remediation" %}
394
394
</ th >
395
395
{% if filter_name != 'Closed' %}
396
- < th >
396
+ < th scope =" col " >
397
397
{% trans "Reviewers" %}
398
398
</ th >
399
399
{% endif %}
0 commit comments