Skip to content

Update CA certificate error handling

Thomas Woodham requested to merge 0923-update-ca-error-handling into master

What does this MR do?

When our analyzers are given a custom CA certificate, we attempt to write the added information to a protected directory on the file system. However, not all our analyzers operate as a super user, resulting in permissions errors. The result of this attempted operation is currently fatal, however that posture is too strict for all analyzers. This MR changes CA permission issues to a warning instead, allowing the analyzer to attempt completion of its work with the access it currently has.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports