遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/5521)
<a href="https://www.bestpractices.dev/projects/5521"><img src="https://www.bestpractices.dev/projects/5521/badge"></a>
Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). It is open source software (written in PHP) and designed for small and medium businesses, foundations and freelancers. You can freely install, use and distribute it as a standalone application or as a web application to use it from every internet access and media.
Repository on GitHub, which uses git. git is distributed.
There is no really standard for php language to run a test suite. We are using phpunit but there is no "entry point" to launch it. So we provide a README into dir test to know how to launch it.
Each PR is ran throw the CTI travis to execute unit test and result is a condition to merge the PR
警告:需要URL,但找不到URL。
// One or more of the required security hardening headers is missing.
We are using scrutinize
It is possible to enable a mode on a develop environment to make testing and fuzzing easier (for example, option $dolibarr_authentication_mode can be set to "forceuser" so it is easy to setup tools to login to application).
后退