mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
refactor(docs): better security linking and references for docs (#9621)
* Update SECURITY.md with link * restructure headers and add hall of fame * add cpe/cve policy * add CoC and Security Policy links in readme * update contributing link * add link to Threat Model * update dead links
This commit is contained in:
17
README.md
17
README.md
@ -53,10 +53,10 @@ Want to see what we are working on? Check out the [roadmap tag](https://github.c
|
||||
|
||||
InvenTree is designed to be **extensible**, and provides multiple options for **integration** with external applications or addition of custom plugins:
|
||||
|
||||
* [InvenTree API](https://docs.inventree.org/en/latest/api/api/)
|
||||
* [Python module](https://docs.inventree.org/en/latest/api/python/python/)
|
||||
* [Plugin interface](https://docs.inventree.org/en/latest/extend/plugins)
|
||||
* [Third party tools](https://docs.inventree.org/en/latest/extend/integrate)
|
||||
* [InvenTree API](https://docs.inventree.org/en/latest/api/)
|
||||
* [Python module](https://docs.inventree.org/en/latest/api/python/)
|
||||
* [Plugin interface](https://docs.inventree.org/en/latest/plugins/)
|
||||
* [Third party tools](https://docs.inventree.org/en/latest/plugins/integrate/)
|
||||
|
||||
<!-- TechStack -->
|
||||
### :space_invader: Tech Stack
|
||||
@ -138,10 +138,17 @@ InvenTree is supported by a [companion mobile app](https://docs.inventree.org/ap
|
||||
<a href="https://apps.apple.com/au/app/inventree/id1581731101#?platform=iphone">Apple App Store</a>
|
||||
</h4></div>
|
||||
|
||||
<!-- Security -->
|
||||
## :lock: Code of Conduct & Security Policy
|
||||
|
||||
The InvenTree project team is committed to providing a safe and welcoming environment for all users. Please read our [Code of Conduct](CODE_OF_CONDUCT.md) for more information.
|
||||
|
||||
InvenTree is following industry best practices for security. Our security policy is included [in this repo](SECURITY.md). We provide dedicated security pages on [our documentation site](https://docs.inventree.org/en/latest/security/).
|
||||
|
||||
<!-- Contributing -->
|
||||
## :wave: Contributing
|
||||
|
||||
Contributions are welcomed and encouraged. Please help to make this project even better! Refer to the [contribution page](CONTRIBUTING.md).
|
||||
Contributions are welcomed and encouraged. Please help to make this project even better! Refer to the [contribution page](https://docs.inventree.org/en/latest/develop/contributing/).
|
||||
|
||||
<!-- Translation -->
|
||||
## :scroll: Translation
|
||||
|
Reference in New Issue
Block a user