andreafioraldi / andreafioraldi/cve_searchsploit

Encoding error when opening files_Exploits.csv

未关闭
#14 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
177
派生
50
PR 合并指标
30 天内没有已合并 PR

描述

I encountered an encoding error when opening the files_exploits.csv. When opening the current up-to-date csv from the ExploitDB Repo (Commit [cbe784b0 ](https://gitlab.com/exploit-database/exploitdb/-/commit/cbe784b08721bfff9f64fbf8ae7401b9a6261666) from 09.09.2023), I got an UnicodeDecodeError `'charmap' codec can't decode byte 0x9d in position 3767: character maps to `.

Solution was to change main.py, line 33 to
`with open(pdir + "/exploitdb/files_exploits.csv", encoding="utf8") as files:`

If the encoding variable was not left out intentionally, maybe add this to the repo? If it was left out intentionally, you can close the issue :)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。