遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/8940)
<a href="https://www.bestpractices.dev/projects/8940"><img src="https://www.bestpractices.dev/projects/8940/badge"></a>
The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://github.com/microsoft/DirectXTK/wiki/Implementation
DirectXTK12 as with all Microsoft org projects has a "CLA" bot in place for all contributions.
https://github.com/microsoft/ContributorLicenseAgreement
DirectXTK12 adheres to the Microsoft Open Source Code of Conduct
https://microsoft.github.io/codeofconduct/
https://github.com/microsoft/DirectXTK12/wiki#security
https://github.com/microsoft/DirectXTK12/wiki/Getting-Started
The documentation is hosted on the GitHub project wiki, and issues filed with the "Documentation" tag are resolved.
https://github.com/microsoft/DirectXTK12/wiki
associated is a C++ library which hosts no UI. The associated tools are all command-line based.
Associated is a C++ library which hosts no UI. The associated tools are all command-line based. The command-line based tools are English only, but do provide localized system-error messages.
GitHub supports these features including MFA
https://github.com/microsoft/DirectXTex
Breaking changes are documented in the release notes with simple update instructions.
https://github.com/microsoft/DirectXTK12/blob/main/README.md#release-notes
https://github.com/microsoft/DirectXTK12/issues
Reported vulns are credited as appropriate in the GitHub security advisories.
https://github.com/microsoft/DirectXTK12/security/advisories
DirectXTK12 is subject to the Microsoft org Security policy
https://github.com/microsoft/DirectXTK12/security/policy
DirectXTK, DirectXTK12, DirectXMesh, and DirectXTex share a coding style guide: https://github.com/microsoft/DirectXTK/wiki/Implementation
The DirectXTK12 project is buildable with CMake
The library supports standard CMake behavior, and debug symbols are included in the NuGet packages.
https://github.com/microsoft/DirectXTK12/blob/main/CMakeLists.txt
DirectXTK12 is a static C++ library. and is available via both NuGet and VCPKG:
https://www.nuget.org/packages/directxtk12_desktop_2019/
https://www.nuget.org/packages/directxtk12_uwp/
https://github.com/microsoft/vcpkg/tree/master/ports/directxtk12
https://github.com/microsoft/DirectXTK12/blob/main/CMakeLists.txt uses standard CMake install behavior using GNUInstallDirs
The Test suite is publicly available and includes 'CTest' support.
https://github.com/walbourn/directxtk12test/wiki
The dependencies are used for optional build features and are captured in this VCPKG manfiest
https://github.com/microsoft/DirectXTK12/blob/main/build/vcpkg.json
For GitHub dependabot is enabled.
https://github.com/microsoft/DirectXTK12/blob/main/.github/dependabot.yml
This is all achievable though VCPKG or CMake.
Many bugs and edge-cases have been added to the test suite over the lifespan of the library.
https://github.com/microsoft/DirectXTK12/wiki#contributing
DirectXTK12 is subject to threat-modeling and regular SDL review per Microsoft policy.
The input data for DirectXTK12 comes in the form of Image files. For Windows, WIC is used for most inputs which is hardened and fuzz-tested. The DDS codec is implemented in the library, perform significant validation, and are fuzz-tested. The WAV and XWB file parsers are also file-fuzzed.
The library build uses all MSVC security switches and options: /guard:cf, /guard:cfcont, /sdl, /ZH:SHA_256, /CETCOMPAT
https://github.com/microsoft/DirectXTK12/blob/main/build/CompilerAndLinker.cmake
CodeQL (Semmle) and MSVC /analyze(PREFAST)
/analyze
OneFuzz
后退