mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Deprecate WebViewDubuggingQuery.qll
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: deprecated
|
||||
---
|
||||
* The `WebViewDubuggingQuery` library has been renamed to `WebViewDebuggingQuery` to fix the typo in the file name. `WebViewDubuggingQuery` is now deprecated.
|
||||
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* DEPRECATED: Use `semmle.code.java.security.WebviewDebuggingEnabledQuery` instead.
|
||||
*
|
||||
* Definitions for the Android Webview Debugging Enabled query
|
||||
*/
|
||||
|
||||
import java
|
||||
import semmle.code.java.security.WebviewDebuggingEnabledQuery
|
||||
Reference in New Issue
Block a user