You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ivan Kirillov edited this page Oct 20, 2015
·
3 revisions
Maturity Spectrum Rationale
Semantic Consensus: Medium
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.
Semantic Completeness: Medium
There exists the potential for additional fields around the Code Object, such as for capturing the cryptographic hash of the code.