Skip to content

Commit

Permalink
fix(docx): PAPP-35228 Extract IOCs from docx files with embedded HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
phantom-jacob committed Dec 19, 2024
1 parent b1d6573 commit 007d9ce
Show file tree
Hide file tree
Showing 5 changed files with 581 additions and 346 deletions.
16 changes: 10 additions & 6 deletions parser.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
{
"module": "python_magic",
"input_file": "wheels/shared/python_magic-0.4.18-py2.py3-none-any.whl"
},
{
"module": "simplejson",
"input_file": "wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
}
]
},
Expand Down Expand Up @@ -636,6 +632,10 @@
"module": "defusedxml",
"input_file": "wheels/shared/defusedxml-0.7.1-py2.py3-none-any.whl"
},
{
"module": "lxml",
"input_file": "wheels/py39/lxml-5.3.0-cp39-cp39-manylinux_2_28_x86_64.whl"
},
{
"module": "pdfminer.six",
"input_file": "wheels/py3/pdfminer.six-20211012-py3-none-any.whl"
Expand All @@ -648,13 +648,17 @@
"module": "pycparser",
"input_file": "wheels/py3/pycparser-2.22-py3-none-any.whl"
},
{
"module": "python_docx",
"input_file": "wheels/py3/python_docx-1.1.2-py3-none-any.whl"
},
{
"module": "python_magic",
"input_file": "wheels/shared/python_magic-0.4.18-py2.py3-none-any.whl"
},
{
"module": "simplejson",
"input_file": "wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.12.2-py3-none-any.whl"
}
]
}
Expand Down
Loading

0 comments on commit 007d9ce

Please sign in to comment.