遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/4613)
<a href="https://www.bestpractices.dev/projects/4613"><img src="https://www.bestpractices.dev/projects/4613/badge"></a>
The Draco Generic Enabler is an alternative data persistence mechanism for managing the history of context. It is based on Apache NiFi and is a dataflow system based on the concepts of flow-based programming. It supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic and also offers an intuitive graphical interface
https://github.com/ging/fiware-draco/blob/ngsi-ld/CONTRIBUTING.md
https://github.com/ging/fiware-draco/issues
Yes. The CONTRIBUTING file at https://github.com/ging/fiware-draco/blob/master/CONTRIBUTING.md says, "Please ensure that your contribution passes all tests".
The settings for the warning tools are generally fairly strict.
This application is a microservice which delegates security to other components such as Keyrock. Keyrock uses bcrypt, which is not broken.
The only cryptography used directly by this application is bcrypt (used for storing passwords as salted iterated hashes). At the time of this writing, no serious breaks are known in bcrypt. The application also depends on the web server's https configuration, but that is out of scope for this code.
Snyk is used for vulnerability search
The language used is not memory unsafe
后退