Skip to content

Commit

Permalink
feat: Add support for WAR and EAR archive files (#1474) (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyharrison committed Dec 27, 2021
1 parent 8d79a54 commit ceef627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cve_bin_tool/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def __init__(self, logger=None, error_mode=ErrorMode.TruncTrace):
".msi",
".egg",
".whl",
".war",
".ear",
},
}

Expand Down

0 comments on commit ceef627

Please sign in to comment.