Java: Deprecate MyBatisMapperXML as it is only used by experimental queries.

This commit is contained in:
Michael Nebel
2024-12-17 14:01:13 +01:00
parent 999f1f21e2
commit c27b611c76
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -1,6 +1,7 @@
/**
* Provides classes for working with MyBatis mapper xml files and their content.
*/
deprecated module;
import java