Get Started
- CodeAnt AI
- Control Center
- Pull Request Review
- IDE
- Compliance
- Anti-Patterns
- Code Governance
- Infrastructure Security Database
- Application Security Database
- Apex
- Bash
- C
- Clojure
- Cpp
- Csharp
- Dockerfile
- Elixir
- Fingerprints
- Generic
- Go
- Html
- Java
- Javascript
- Json
- Kotlin
- Ocaml
- Php
- Problem-based-packs
- Python
- Ruby
- Rust
- Scala
- Solidity
- Swift
- Terraform
- Typescript
- Yaml
Swift-sql-request
Swift sql in request
It was observed that the application seemingly sends SQL to the server in network requests. This is effectively SQL injection, allowing an attacker to modify the SQL statements being executed by the database server. This can allow for the accessing of, deletion of, altering of, and addition of data to the database.
Likelihood: LOW
Confidence: LOW
CWE:
- CWE-807: Reliance on Untrusted Inputs in a Security Decision
OWASP:
- A04:2021 - Insecure Design