mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
remove comment that no longer applies
This commit is contained in:
@@ -217,9 +217,6 @@ private class ExceptionCharacteristic extends CharacteristicsImpl::NotASinkChara
|
||||
|
||||
/**
|
||||
* A negative characteristic that indicates that an endpoint sits in a test file.
|
||||
*
|
||||
* WARNING: These endpoints should not be used as negative samples for training, because there can in fact be sinks in
|
||||
* test files -- we just don't care to model them because they aren't exploitable.
|
||||
*/
|
||||
private class TestFileCharacteristic extends CharacteristicsImpl::LikelyNotASinkCharacteristic {
|
||||
TestFileCharacteristic() { this = "test file" }
|
||||
|
||||
Reference in New Issue
Block a user