Skip to content

Commit 6495d96

Browse files
committed
Add document/office/onenote to the list of recognized types
1 parent 003814c commit 6495d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assemblyline/common/constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ class ServiceStatus(enum.IntEnum):
146146
'document/office/powerpoint': True,
147147
'document/office/passwordprotected': True,
148148
'document/office/ole': True,
149+
'document/office/onenote': True,
149150
'document/office/rtf': True,
150151
'document/office/unknown': True,
151152
'document/office/visio': True,

0 commit comments

Comments
 (0)