Closed eribertomota closed 3 years ago
Complementing, it is not urgent.
As I am not setting it explicitly I don't think it is a false positive. I will heave to read up on what it does exactly before adding it. But as I don't believe the plugin is used in any security relevant setting, I agree that this is probably not urgent.
I am closing this issue because the line produced by blhc is a false positive. This line is a check for compiler flags and the resulting objects never end up in any artifacts from the build. This action is recurrent in CMake. In this case, I can ask for the blhc to ignore this line via debian/rules.
Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/20631#note_746828
Thank you!
Thank you very much for looking into this! :)
Dear @WarmUpTill,
debhelper (the Debian packaging system) try to apply all hardening options when building with GCC/G++. blhc is a tool to show if are missing options. This tool acts over the final build log. In obs-advanced-scene-switcher package, I can see:
The build log is the same sent in #303.
Please, let me know if this is a false positive. If not, let me know if you think to fix it.
Thanks in advance.
Regards,
Eriberto