mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
[java-inspections] IDEA-327142 Support not only String for Taint analyzer. Added table
GitOrigin-RevId: 8cf47f40490dd82e20e75eaae682ac218f019614
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cdaa9f5b5a
commit
aabad19c45
@@ -16,6 +16,7 @@ class JavaSourceToSinkFlowInspectionContextTest : SourceToSinkFlowInspectionTest
|
||||
untaintedParameterWithPlaceIndex.add("0")
|
||||
untaintedParameterWithPlacePlaceClass.add("com.example.sqlinjection.Complete.HttpServletResponse")
|
||||
untaintedParameterWithPlacePlaceMethod.add("getWriter")
|
||||
checkedTypes.add("java.util.List")
|
||||
}
|
||||
|
||||
override fun getBasePath(): String {
|
||||
|
||||
@@ -12,7 +12,7 @@ class JavaSourceToSinkFlowInspectionUnknownTest : SourceToSinkFlowInspectionTest
|
||||
|
||||
override val inspection: SourceToSinkFlowInspection
|
||||
get() = super.inspection.also {
|
||||
it.showUnknownString = false
|
||||
it.showUnknownObject = false
|
||||
}
|
||||
|
||||
override fun getBasePath(): String {
|
||||
|
||||
Reference in New Issue
Block a user