@@ -145,6 +145,7 @@ audio processing.
145145 chunk,3.11,3.13,1999,no,\-
146146 crypt,3.11,3.13,1994,**yes (inactive)**,"legacycrypt _, bcrypt _, argon2-cffi _, hashlib _, passlib _"
147147 imghdr,3.11,3.13,1992,no,"filetype _, puremagic _, python-magic _"
148+ mailmap,3.11,3.13,1995,no,\-
148149 msilib,3.11,3.13,2006,no,\-
149150 nntplib,3.11,3.13,1992,no,\-
150151 nis,3.11 (3.0\* ),3.13,1992,no,\-
@@ -470,6 +471,17 @@ security engine like SELinux or AppArmor.
470471Misc modules
471472------------
472473
474+ mailcap
475+ ~~~~~~~
476+
477+ The `mailcap <https://docs.python.org/3/library/mailcap.html >`__ package
478+ reads *mail capability * files to assist in handling a file attachment in
479+ an email. In most modern OSs the email client itself handles reacting to
480+ file attachments. Operating systems also have their own way to register
481+ handling files by their file name extension. Finally, the module has
482+ `CVE-2015-20107 <https://nvd.nist.gov/vuln/detail/CVE-2015-20107 >`__ filed
483+ against it while having no maintainer to help fix it.
484+
473485
474486msilib
475487~~~~~~
0 commit comments