-
Notifications
You must be signed in to change notification settings - Fork 5
Maturity: Code Object
Ivan Kirillov edited this page Oct 20, 2015
·
3 revisions
There are a few existing semantic issues around the Code Object:
- The Code_Purpose field is intended to capture the purpose behind a particular code snippet, something which could be quite arbitrary; it currently uses a limited enumeration (the CodePurposeEnum) to achieve this. Thus, the utility of this field is not clear, and it's unlikely to be useful or used consistently across implementations.
- The Digital_Signatures field uses the DigitalSignaturesType from CybOX Common instead of the X509 Certificate Object.
There exists the potential for additional fields around the Code Object, such as for capturing the cryptographic hash of the code.
There is no documented use of the Code Object.