File tree Expand file tree Collapse file tree 3 files changed +6
-36
lines changed
src/Bundle/Resources/views/data_collector/tab/jwe Expand file tree Collapse file tree 3 files changed +6
-36
lines changed Original file line number Diff line number Diff line change 8
8
<thead >
9
9
<tr >
10
10
<th >Service ID</th >
11
- <th >Key Encryption Algorithms</th >
12
- <th >Content Encryption Algorithms</th >
11
+ <th >Encryption Algorithms</th >
13
12
</tr >
14
13
</thead >
15
14
<tbody >
19
18
<td >{{ id }}</td >
20
19
<td >
21
20
<ul >
22
- {% for algorithm in data .key_encryption_algorithms %}
23
- <li class =" {% if algorithm in collector.getData ().algorithm.messages | keys %}{{ collector.getData ().algorithm.messages [algorithm ]['severity' ] }}{% else %}no-severity{% endif %}" >
24
- {{ algorithm }}
25
- </li >
26
- {% endfor %}
27
- </ul >
28
- </td >
29
- <td >
30
- <ul >
31
- {% for algorithm in data .content_encryption_algorithms %}
21
+ {% for algorithm in data .encryption_algorithms %}
32
22
<li class =" {% if algorithm in collector.getData ().algorithm.messages | keys %}{{ collector.getData ().algorithm.messages [algorithm ]['severity' ] }}{% else %}no-severity{% endif %}" >
33
23
{{ algorithm }}
34
24
</li >
Original file line number Diff line number Diff line change 8
8
<thead >
9
9
<tr >
10
10
<th >Service ID</th >
11
- <th >Key Encryption Algorithms</th >
12
- <th >Content Encryption Algorithms</th >
11
+ <th >Encryption Algorithms</th >
13
12
</tr >
14
13
</thead >
15
14
<tbody >
19
18
<td >{{ id }}</td >
20
19
<td >
21
20
<ul >
22
- {% for algorithm in data .key_encryption_algorithms %}
23
- <li class =" {% if algorithm in collector.getData ().algorithm.messages | keys %}{{ collector.getData ().algorithm.messages [algorithm ]['severity' ] }}{% else %}no-severity{% endif %}" >
24
- {{ algorithm }}
25
- </li >
26
- {% endfor %}
27
- </ul >
28
- </td >
29
- <td >
30
- <ul >
31
- {% for algorithm in data .content_encryption_algorithms %}
21
+ {% for algorithm in data .encryption_algorithms %}
32
22
<li class =" {% if algorithm in collector.getData ().algorithm.messages | keys %}{{ collector.getData ().algorithm.messages [algorithm ]['severity' ] }}{% else %}no-severity{% endif %}" >
33
23
{{ algorithm }}
34
24
</li >
Original file line number Diff line number Diff line change 9
9
<tr >
10
10
<th >Service ID</th >
11
11
<th >Serializers</th >
12
- <th >Key Encryption Algorithms</th >
13
- <th >Content Encryption Algorithms</th >
12
+ <th >Encryption Algorithms</th >
14
13
<th >Header Checkers</th >
15
14
</tr >
16
15
</thead >
28
27
</td >
29
28
<td >
30
29
<ul >
31
- {% for algorithm in data .key_encryption_algorithms %}
32
- <li class =" {% if algorithm in collector.getData ().algorithm.messages | keys %}{{ collector.getData ().algorithm.messages [algorithm ]['severity' ] }}{% else %}no-severity{% endif %}" >
33
- {{ algorithm }}
34
- </li >
35
- {% endfor %}
36
- </ul >
37
- </td >
38
- <td >
39
- <ul >
40
- {% for algorithm in data .content_encryption_algorithms %}
30
+ {% for algorithm in data .encryption_algorithms %}
41
31
<li class =" {% if algorithm in collector.getData ().algorithm.messages | keys %}{{ collector.getData ().algorithm.messages [algorithm ]['severity' ] }}{% else %}no-severity{% endif %}" >
42
32
{{ algorithm }}
43
33
</li >
You can’t perform that action at this time.
0 commit comments