├── README.md └── SECURITY.md /README.md: -------------------------------------------------------------------------------- 1 | This project is an umbrella and the git repository is used only for 2 | documentation (see gh-pages branch). Home page: https://projects.spring.io/spring-cloud. 3 | 4 | The sub-projects of Spring Cloud live in a different Github 5 | organization: https://github.com/spring-cloud. Please use the 6 | issue trackers in the individual projects there to report bugs and 7 | request new features. Each project has a README with instructions 8 | on how to build the source code and how to contribute ideas and code. 9 | 10 | If you are looking for the project formerly known as Spring Cloud, please 11 | go to https://github.com/spring-cloud/spring-cloud-connectors. 12 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security Policy 2 | 3 | ## Reporting a Vulnerability 4 | 5 | To report security vulnerabilities, please go to https://pivotal.io/security. 6 | --------------------------------------------------------------------------------