# About SecureBank

You can check the source code of SecureBank on [GitHub](https://github.com/ssrdio/SecureBank) or download it from [DockerHub](https://hub.docker.com/r/ssrd/securebank).&#x20;

Did you know that approximately **113 million websites contain a security vulnerability**? That is about 6% of websites globally. Hence, developers face not just new programming, but also security challenges. They are not perceived only as code monkeys but are somewhat forced to know the basics of DevOps, which brings us to SECDEVOPS. And, despite their extensive effort to try and eliminate common vulnerabilities, we can still find them in applications.

▶ Our **FinTech application project SecureBank** will show how developers fail to protect their environment due to a lack of knowledge about the applied ecosystem. We will determine the docker deployment of microservice solutions and where developers misconfigured their systems. Not only security in the configuration, we still have OWASP Top 10\* Web Application Security risks out in the wild. Therefore, we will also present those vulnerabilities in the SecureBank application.

![](/files/-MCMdZQdN_rM5-_0JiCC)

\**The OWASP Top 10 (short for Open Web Application Security Project) is a list of 10 most dangerous Web application security flaws, with a purpose to produce more secure code, minimize risks and contribute to the safety and security of the software.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ssrd.gitbook.io/securebank/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
