Skip to content

Commit bd3aaf0

Browse files
author
Stephan Brandauer
committed
remove comment that no longer applies
1 parent adcf4a3 commit bd3aaf0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/ql/src/Telemetry/AutomodelEndpointCharacteristics.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ private class ExceptionCharacteristic extends CharacteristicsImpl::NotASinkChara
217217

218218
/**
219219
* A negative characteristic that indicates that an endpoint sits in a test file.
220-
*
221-
* WARNING: These endpoints should not be used as negative samples for training, because there can in fact be sinks in
222-
* test files -- we just don't care to model them because they aren't exploitable.
223220
*/
224221
private class TestFileCharacteristic extends CharacteristicsImpl::LikelyNotASinkCharacteristic {
225222
TestFileCharacteristic() { this = "test file" }

0 commit comments

Comments
 (0)