mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Java: Deprecate MyBatisMapperXML as it is only used by experimental queries.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
import java
|
||||
deprecated import MyBatisCommonLib
|
||||
deprecated import MyBatisMapperXmlSqlInjectionLib
|
||||
import semmle.code.xml.MyBatisMapperXML
|
||||
deprecated import semmle.code.xml.MyBatisMapperXML
|
||||
import semmle.code.java.dataflow.FlowSources
|
||||
private import semmle.code.java.security.Sanitizers
|
||||
deprecated import MyBatisMapperXmlSqlInjectionFlow::PathGraph
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* Provides classes for working with MyBatis mapper xml files and their content.
|
||||
*/
|
||||
deprecated module;
|
||||
|
||||
import java
|
||||
|
||||
|
||||
Reference in New Issue
Block a user