-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix-metric-num_vertices_inserted
- Loading branch information
Showing
32 changed files
with
623 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Vulnerability Assessment Reporting: Beginner's Guide | ||
|
||
NebulaGraph is dedicated to offering stable and secure data services. We recognize the importance of community contributions to our security posture and invite you to report any vulnerabilities you may discover. | ||
|
||
Should you identify a potential security vulnerability within NebulaGraph or encounter a security incident, we urge you to get in touch with our team. | ||
|
||
For efficient communication, please send your findings to ([email protected]) with the following details: | ||
|
||
* Vulnerability name (*): Provide a clear, concise title. Include a CVE identifier if available. | ||
* Description of the security issue (*): Elaborate on the security concern. | ||
* Impacted Components (*): Specify affected modules and their version numbers. | ||
* Reproduction Steps (*): Detail the process to verify the vulnerability. | ||
* Suggested Remediation: Offer potential solutions if possible. | ||
* Contact information (*): | ||
* Name | ||
* Organization | ||
* Consent for Identity Disclosure | ||
|
||
> Fields marked with an asterisk `(*)` are mandatory. | ||
## Response Protocol | ||
|
||
The NebulaGraph security team pledges to acknowledge receipt of your report via email within one working day. | ||
|
||
Post-resolution, we will promptly notify you and extend our gratitude for your invaluable assistance in enhancing NebulaGraph's security. | ||
|
||
Disclosure of the vulnerability will be withheld until an official patch is released. We appreciate your discretion and cooperation. | ||
|
||
We thank you for your attention to these guidelines and look forward to your participation in securing NebulaGraph. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ See our [Roadmap](https://github.com/vesoft-inc/nebula/wiki/Nebula-Graph-Roadmap | |
|
||
## Quick start | ||
|
||
Read the [getting started](https://docs.nebula-graph.io/3.2.0/2.quick-start/1.quick-start-workflow/) article for a quick start. | ||
Read the [getting started](https://docs.nebula-graph.io/3.6.0/2.quick-start/1.quick-start-workflow/) docs for a quick start. | ||
|
||
## Using NebulaGraph | ||
|
||
|
@@ -82,13 +82,13 @@ NebulaGraph is a distributed graph database with multiple components. You can [d | |
## Getting help | ||
|
||
In case you encounter any problems playing around **NebulaGraph**, please reach out for help: | ||
* [FAQ](https://docs.nebula-graph.io/3.3.0/20.appendix/0.FAQ/) | ||
* [FAQ](https://docs.nebula-graph.io/3.6.0/20.appendix/0.FAQ/) | ||
* [Discussions](https://github.com/vesoft-inc/nebula/discussions) | ||
* [Documentation](https://docs.nebula-graph.io/) | ||
|
||
## DevTools | ||
|
||
NebulaGraph comes with a set of tools to help you manage and monitor your graph database. See [Ecosystem](https://docs.nebula-graph.io/3.3.0/20.appendix/6.eco-tool-version/). | ||
NebulaGraph comes with a set of tools to help you manage and monitor your graph database. See [Ecosystem](https://docs.nebula-graph.io/3.6.0/20.appendix/6.eco-tool-version/). | ||
|
||
## Contributing | ||
|
||
|
@@ -100,10 +100,10 @@ Contributions are warmly welcomed and greatly appreciated. And here are a few wa | |
## Landscape | ||
|
||
<p align="left"> | ||
<img src="https://landscape.cncf.io/images/left-logo.svg" width="150"> <img src="https://landscape.cncf.io/images/right-logo.svg" width="200" /> | ||
<img src="https://landscape.cncf.io/images/cncf-landscape-horizontal-color.svg" width="150"> | ||
<br /> | ||
|
||
[NebulaGraph](https://landscape.cncf.io/?selected=nebula-graph) enriches the [CNCF Database Landscape](https://landscape.cncf.io/card-mode?category=database&grouping=category). | ||
[NebulaGraph](https://landscape.cncf.io/?item=app-definition-and-development--database--nebulagraph) enriches the [CNCF Database Landscape](https://landscape.cncf.io/?group=projects-and-products&view-mode=card#app-definition-and-development--database). | ||
</p> | ||
|
||
## Licensing | ||
|
@@ -116,7 +116,7 @@ You can also freely deploy **NebulaGraph** as a back-end service to support your | |
* [Community Chat](https://community-chat.nebula-graph.io/) | ||
* [Slack Channel](https://join.slack.com/t/nebulagraph/shared_invite/zt-7ybejuqa-NCZBroh~PCh66d9kOQj45g) | ||
* [Stack Overflow](https://stackoverflow.com/questions/tagged/nebula-graph) | ||
* Twitter: [@NebulaGraph](https://twitter.com/NebulaGraph) | ||
* X(Twitter): [@NebulaGraph](https://twitter.com/NebulaGraph) | ||
* [LinkedIn Page](https://www.linkedin.com/company/nebula-graph/) | ||
* Email: [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.