Skip to content

Commit 9c8d357

Browse files
authored
Merge pull request #265 from CybercentreCanada/identify/onenote
Add document/office/onenote to the list of recognized types
2 parents e4109e0 + 6495d96 commit 9c8d357

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)