Inside the developer workflow
Findings arrive where code is reviewed, while the change is still fresh.
- Scans on pull requests and in CI
- Findings inline in the review
- Fix guidance with every finding
HashGo ยท Static application security testing
HashGo SAST reads your source code without running it, follows data from input to where it is used, and points to the exact line that needs to change.
In development. This page describes what we are building. Features may change before release.
Capabilities
Source analysis on every pull request, with data-flow checks and fix guidance at the exact line.
Findings arrive where code is reviewed, while the change is still fresh.
Fewer alerts, each one worth reading.
Start with built-in coverage, then teach it your own patterns.
How it works
Link your source control and choose the branches to scan.
Each pull request is checked before it merges.
Reachable, high-risk findings rise to the top.
Apply the guidance and confirm the finding is closed.
Coverage
SAST and DAST
HashGo SAST reads the code. HashGo DAST tests what is deployed. Most teams need both.
| HashGo SAST | HashGo DAST | |
|---|---|---|
| What it examines | Source code, without running it | The running application, from the outside |
| When it runs | On pull requests and in CI | Against staging or production |
| Typical findings | Injection, unsafe input handling, hardcoded secrets | Auth and session flaws, runtime injection, misconfiguration |
| Needs a deployed app | No | Yes |
Static application security testing examines source code without executing it, looking for flaws such as injection, unsafe handling of input and hardcoded secrets.
SQL injection, cross-site scripting, hardcoded credentials, insecure deserialisation, weak cryptography and broken authentication logic, among others.
On every pull request for fast feedback, and in the pipeline for a full scan. Policies decide which findings fail a build and which are tracked.
SAST reads the code before it runs. DAST tests the running application from the outside. Together they cover what each misses alone.
It is in development. Write to us for early access.
Tell us about your environment and we will reach out when early access opens.
The HashGo suite