遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/7275)
<a href="https://www.bestpractices.dev/projects/7275"><img src="https://www.bestpractices.dev/projects/7275/badge"></a>
Contains source for libdwarf, a library for reading DWARF2 and later DWARF. Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library). Builds using GNU configure, meson, or cmake.
https://github.com/davea42/libdwarf-code/blob/main/CODINGSTYLE.md
Issues can be filed on the project, and vulnerability report (if applicable) is reported in the bugxml directory in the project.
https://github.com/davea42/libdwarf-code/CONTRIBUTING.md
Compiler warnings are enabled by configure (or cmake or meson) on request when building the library etc. When running the built-libraries all errors are returned to callers, normally with detailed infomation (unless the caller turns off detailed warnings).
No security mechanisms apply.
CoverityScan
oss-fuzz is run continually, (not by me).
后退