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
Webview-permission-readaccess
Swift webview over permissive read access
Webviews were observed to load content where the allowingReadAccessTo
parameter is a directory, rather than a single file. If a single file is passed as a parameter, then only that single file is accessible, but passing a directory, is potentially over permissive. Consider whether this functionality is indeed required.
Likelihood: LOW
Confidence: LOW
CWE:
- CWE-272: Least Privilege Violation