@@ -5290,12 +5290,12 @@ No system is perfect. A complication is that the CWEs identified here are at var
5290
5290
<tr>
5291
5291
<td>[21]</td>
5292
5292
<td><a href="https://cwe.mitre.org/data/definitions/772.html">CWE-772</a></td>
5293
- <td>Missing Release of Resource after Effective Lifetime</td>
5293
+ <td>Missing Release of Resource after Effective Lifetime (!) </td>
5294
5294
</tr>
5295
5295
<tr>
5296
5296
<td>[22]</td>
5297
5297
<td><a href="https://cwe.mitre.org/data/definitions/426.html">CWE-426</a></td>
5298
- <td>Untrusted Search Path</td>
5298
+ <td>Untrusted Search Path (!) </td>
5299
5299
</tr>
5300
5300
<tr>
5301
5301
<td>[23]</td>
@@ -5314,6 +5314,8 @@ No system is perfect. A complication is that the CWEs identified here are at var
5314
5314
</tr>
5315
5315
</table>
5316
5316
5317
+ Ones marked with (!) are in the 2019 edition but not the 2021 edition.
5318
+
5317
5319
5318
5320
#### On the Cusp
5319
5321
@@ -5330,7 +5332,7 @@ Developers that complete mitigation and risk decision-making on the 2019 CWE Top
5330
5332
<tr>
5331
5333
<td>[26]</td>
5332
5334
<td><a href="https://cwe.mitre.org/data/definitions/835.html">CWE-835</a></td>
5333
- <td>Loop with Unreachable Exit Condition (‘Infinite Loop’)</td>
5335
+ <td>Loop with Unreachable Exit Condition (‘Infinite Loop’) (!) </td>
5334
5336
</tr>
5335
5337
<tr>
5336
5338
<td>[27]</td>
@@ -5340,7 +5342,7 @@ Developers that complete mitigation and risk decision-making on the 2019 CWE Top
5340
5342
<tr>
5341
5343
<td>[28]</td>
5342
5344
<td><a href="https://cwe.mitre.org/data/definitions/704.html">CWE-704</a></td>
5343
- <td>Incorrect Type Conversion or Cast</td>
5345
+ <td>Incorrect Type Conversion or Cast (!) </td>
5344
5346
</tr>
5345
5347
<tr>
5346
5348
<td>[29]</td>
@@ -5355,7 +5357,7 @@ Developers that complete mitigation and risk decision-making on the 2019 CWE Top
5355
5357
<tr>
5356
5358
<td>[31]</td>
5357
5359
<td><a href="https://cwe.mitre.org/data/definitions/415.html">CWE-415</a></td>
5358
- <td>Double Free</td>
5360
+ <td>Double Free (!) </td>
5359
5361
</tr>
5360
5362
<tr>
5361
5363
<td>[32]</td>
@@ -5385,12 +5387,12 @@ Developers that complete mitigation and risk decision-making on the 2019 CWE Top
5385
5387
<tr>
5386
5388
<td>[37]</td>
5387
5389
<td><a href="https://cwe.mitre.org/data/definitions/384.html">CWE-384</a></td>
5388
- <td>Session Fixation</td>
5390
+ <td>Session Fixation (!) </td>
5389
5391
</tr>
5390
5392
<tr>
5391
5393
<td>[38]</td>
5392
5394
<td><a href="https://cwe.mitre.org/data/definitions/326.html">CWE-326</a></td>
5393
- <td>Inadequate Encryption Strength</td>
5395
+ <td>Inadequate Encryption Strength (!) </td>
5394
5396
</tr>
5395
5397
<tr>
5396
5398
<td>[39]</td>
@@ -5400,10 +5402,11 @@ Developers that complete mitigation and risk decision-making on the 2019 CWE Top
5400
5402
<tr>
5401
5403
<td>[40]</td>
5402
5404
<td><a href="https://cwe.mitre.org/data/definitions/617.html">CWE-617</a></td>
5403
- <td>Reachable Assertion</td>
5405
+ <td>Reachable Assertion (!) </td>
5404
5406
</tr>
5405
5407
</table>
5406
5408
5409
+ Ones marked with (!) are in the 2019 edition but not the 2021 edition.
5407
5410
5408
5411
# References
5409
5412
0 commit comments