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 88 <thead >
99 <tr >
1010 <th >Service ID</th >
11- <th >Key Encryption Algorithms</th >
12- <th >Content Encryption Algorithms</th >
11+ <th >Encryption Algorithms</th >
1312 </tr >
1413 </thead >
1514 <tbody >
1918 <td >{{ id }}</td >
2019 <td >
2120 <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 %}
3222 <li class =" {% if algorithm in collector.getData ().algorithm.messages | keys %}{{ collector.getData ().algorithm.messages [algorithm ]['severity' ] }}{% else %}no-severity{% endif %}" >
3323 {{ algorithm }}
3424 </li >
Original file line number Diff line number Diff line change 88 <thead >
99 <tr >
1010 <th >Service ID</th >
11- <th >Key Encryption Algorithms</th >
12- <th >Content Encryption Algorithms</th >
11+ <th >Encryption Algorithms</th >
1312 </tr >
1413 </thead >
1514 <tbody >
1918 <td >{{ id }}</td >
2019 <td >
2120 <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 %}
3222 <li class =" {% if algorithm in collector.getData ().algorithm.messages | keys %}{{ collector.getData ().algorithm.messages [algorithm ]['severity' ] }}{% else %}no-severity{% endif %}" >
3323 {{ algorithm }}
3424 </li >
Original file line number Diff line number Diff line change 99 <tr >
1010 <th >Service ID</th >
1111 <th >Serializers</th >
12- <th >Key Encryption Algorithms</th >
13- <th >Content Encryption Algorithms</th >
12+ <th >Encryption Algorithms</th >
1413 <th >Header Checkers</th >
1514 </tr >
1615 </thead >
2827 </td >
2928 <td >
3029 <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 %}
4131 <li class =" {% if algorithm in collector.getData ().algorithm.messages | keys %}{{ collector.getData ().algorithm.messages [algorithm ]['severity' ] }}{% else %}no-severity{% endif %}" >
4232 {{ algorithm }}
4333 </li >
You can’t perform that action at this time.
0 commit comments