mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Merge branch 'main' of https://github.com/github/codeql into post-release-prep/codeql-cli-2.25.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Provides models for standard library Swift classses related to security
|
||||
* Provides models for standard library Swift classes related to security
|
||||
* (certificate, key and trust services).
|
||||
*/
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: queryMetadata
|
||||
---
|
||||
* The `@security-severity` metadata of `swift/unsafe-webview-fetch` has been increased from 6.1 (medium) to 7.8 (high).
|
||||
@@ -3,7 +3,7 @@
|
||||
* @description Fetching data in a WebView without restricting the base URL may allow an attacker to access sensitive local data, or enable cross-site scripting attack.
|
||||
* @kind path-problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 6.1
|
||||
* @security-severity 7.8
|
||||
* @precision high
|
||||
* @id swift/unsafe-webview-fetch
|
||||
* @tags security
|
||||
|
||||
Reference in New Issue
Block a user