Skip to content

Commit e6126f4

Browse files
committed
Fixed typo in element name in PDFFileMetadata
1 parent b4c32ae commit e6126f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cybox/objects/pdf_file_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class PDFFileMetadata(cybox.Entity):
6060

6161
encrypted = cybox.TypedField("encrypted")
6262
optimized = cybox.TypedField("optimized")
63-
document_information_directory = cybox.TypedField("Document_Information_Directory", PDFDocumentInformationDictionary)
63+
document_information_directory = cybox.TypedField("Document_Information_Dictionary", PDFDocumentInformationDictionary)
6464
number_of_indirect_objects = cybox.TypedField("Number_Of_Indirect_Objects", PositiveInteger)
6565
number_of_trailers = cybox.TypedField("Number_Of_Trailers", PositiveInteger)
6666
number_of_cross_reference_tables = cybox.TypedField("Number_Of_Cross_Reference_Tables", PositiveInteger)

0 commit comments

Comments
 (0)