CVEProject / cvelist-bulk-download

Utility for performing bulk download operations in https://github.com/CVEProject/cvelistV5
Creative Commons Zero v1.0 Universal
12 stars 5 forks source link

Delta generated commit message #22

Open M-nj opened 7 months ago

M-nj commented 7 months ago

Issue: Delta.toText has the potential to return more than the git class can handle for the commit message (limit 2^16). This will cause the git.commit call from the UpdateCommand to raise an error. This is not caught anywhere.

Proposed solution: simplify the Delta.toText for the case the commit message is over the limit, to return a shortened version.

hkong-mitre commented 1 month ago

This has been fixed in PR 29.