Skip to content

Commit 90ecb92

Browse files
committed
Cleanup the code
1 parent ee99492 commit 90ecb92

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed
Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
11
sources:
2-
- org.utbot.examples.taint.alias.Uta.badSource:
3-
signature: [ <java.lang.String> ]
2+
- java.util.Scanner.next:
43
add-to: return
5-
marks: [sensitive-data, environment]
6-
7-
passes:
8-
- org.utbot.examples.taint.alias.Uta.return1:
9-
signature: [ <java.lang.String> ]
10-
get-from: arg1
11-
add-to: return
12-
marks: []
4+
marks: user-input
135

146
sinks:
15-
- org.utbot.examples.taint.alias.Uta.badSink:
16-
check: arg1
17-
marks: [sensitive-data, password]
18-
conditions:
19-
arg2: true
207
- java.lang.RuntimeException.<init>:
218
check: arg1
22-
marks: [environment, sensitive-data]
9+
marks: []
2310
conditions:
2411
arg1: { not: "" }

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/settings/SettingsWindow.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ class SettingsWindow(val project: Project) {
129129
.onIsModified {
130130
useTaintAnalysisCheckBox.isSelected xor settings.state.useTaintAnalysis
131131
}
132+
.apply { ContextHelpLabel.create("Experimental taint analysis support")() }
132133
.component
133134
}
134135
}

0 commit comments

Comments
 (0)