遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/6410)
<a href="https://www.bestpractices.dev/projects/6410"><img src="https://www.bestpractices.dev/projects/6410/badge"></a>
ISAC-SIMO_Django Backend
https://github.com/ISAC-SIMO/ISAC-SIMO-Django-Backend/blob/master/CONTRIBUTING.md#contributing
https://github.com/ISAC-SIMO/ISAC-SIMO-Django-Backend/issues
警告:需要更长的理由。
We could add pylint checks, but flake8 is already rather strict and we don't have many pylint warnings.
The only way we use cryptographic algorithms is to store passwords as sha256 hash in the database.
https://docs.djangoproject.com/en/4.1/topics/auth/passwords/#how-django-stores-passwords
Djago is Python based and is memory-safe, so most common vulnerabilities would basically not exist.
后退