We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6126f4 commit c1586bcCopy full SHA for c1586bc
cybox/objects/pdf_file_object.py
@@ -60,7 +60,7 @@ class PDFFileMetadata(cybox.Entity):
60
61
encrypted = cybox.TypedField("encrypted")
62
optimized = cybox.TypedField("optimized")
63
- document_information_directory = cybox.TypedField("Document_Information_Dictionary", PDFDocumentInformationDictionary)
+ document_information_dictionary = cybox.TypedField("Document_Information_Dictionary", PDFDocumentInformationDictionary)
64
number_of_indirect_objects = cybox.TypedField("Number_Of_Indirect_Objects", PositiveInteger)
65
number_of_trailers = cybox.TypedField("Number_Of_Trailers", PositiveInteger)
66
number_of_cross_reference_tables = cybox.TypedField("Number_Of_Cross_Reference_Tables", PositiveInteger)
0 commit comments