From add6d24fef20574447d04fac061ec3a3c1d35d71 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 5 Feb 2024 15:08:06 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33f8415..1d03f12 100644 --- a/README.md +++ b/README.md @@ -105,14 +105,22 @@ name: World ``` -## Contributing +## Information -Please see [CONTRIBUTING](CONTRIBUTING.md) for details. +### Contributing -## Security Vulnerabilities +Contributions are welcome. Please see the [hydephp/develop](https://github.com/hydephp/develop/issues) monorepo for details. + +### Security Considerations + +Remember that this package by design allows you to execute any arbitrary PHP code, regardless of the default HydePHP Markdown security settings. + +The package assumes that you trust the authors of the Bladedown files, and take the same care as you would with any other PHP file in your project. + +### Security Vulnerabilities Please review the [security policy](../../security/policy) on how to report security vulnerabilities. -## License +### License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.