Remove stale security policy in favor of the org-wide policy (#529)
The repo-level SECURITY.md directed reporters to security@hyperledger.org and to filing a confidential bug in JIRA at jira.hyperledger.org, with further detail on wiki.hyperledger.org. All three are retired, so the documented reporting paths no longer reach anyone.
Delete the file so the repository inherits the org-wide policy published in hyperledger/.github. That policy describes GitHub private vulnerability reporting, which is enabled on this repository, and gives the current LF Decentralized Trust security list as the email intake.
Signed-off-by: Ry Jones ry@linux.com Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Hyperledger Fabric - Node.js Contracts
This is the project to support the writing of Contracts with the node.js runtime.
Documentation
As an application developer, to learn about how to implement “Smart Contracts” for Hyperledger Fabric using Node.js, please visit the API documentation and follow the tutorial links.
Compatibility
For details on what Nodejs runtime and versions of Hyperledger Fabric can be used please see the compatibility document.
npm Shrinkwrap
In line with the advice from npm on shrinkwrap the modules published do not contain a
npm-shrinkwrap.jsonfile.It is STRONGLY recommended therefore that after testing, and before putting your contract into production a
npm-shrinkwrap.jsonfile is created. When the chaincode is install it will be via anpm install --productioncommand.Contributing
If you are interested in contributing updates to this project, please start with the contributing guide.
There is also a release guide describing the process for publishing new versions.
License
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.