Actions
Bug #12524
closedSCAP content file is truncated to 65k in mysql
Difficulty:
Triaged:
No
Description
Apparently, a binary field creates a BLOB (65k) instead of a LONGBLOB.
When uploading SCAP content (usually 1+ MB) it would save only the first 65k, hence would be unusable.
Updated by Shlomi Zadok about 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman_openscap/pull/141 added
Updated by Shlomi Zadok about 9 years ago
- Status changed from Ready For Testing to Closed
- Target version set to 0.5.1
Updated by Shlomi Zadok about 9 years ago
For versions 0.4.x - https://github.com/OpenSCAP/scaptimony/pull/32 is also merged
Actions