Skip to content

Commit

Permalink
Java: Deprecate MyBatisMapperXML as it is only used by experimental q…
Browse files Browse the repository at this point in the history
…ueries.
  • Loading branch information
michaelnebel committed Dec 17, 2024
1 parent de27511 commit 1e92baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java
deprecated import MyBatisCommonLib
deprecated import MyBatisMapperXmlSqlInjectionLib
import semmle.code.xml.MyBatisMapperXML
deprecated import semmle.code.xml.MyBatisMapperXML

Check warning

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
MyBatisCommonLib
.
Redundant import, the module is already imported inside
MyBatisMapperXmlSqlInjectionLib
.
import semmle.code.java.dataflow.FlowSources

Check warning

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
MyBatisCommonLib
.
Redundant import, the module is already imported inside
MyBatisMapperXmlSqlInjectionLib
.
private import semmle.code.java.security.Sanitizers
deprecated import MyBatisMapperXmlSqlInjectionFlow::PathGraph
Expand Down
1 change: 1 addition & 0 deletions java/ql/src/semmle/code/xml/MyBatisMapperXML.qll
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Provides classes for working with MyBatis mapper xml files and their content.
*/
deprecated module;

import java

Expand Down

0 comments on commit 1e92baa

Please sign in to comment.