Rename TrustedSource to SafeHeaderSplittingSource

This commit is contained in:
Remco Vermeulen
2020-07-09 14:36:23 +02:00
parent 5f560e0465
commit fed506a12f
3 changed files with 4 additions and 4 deletions

View File

@@ -8,4 +8,4 @@ abstract class HeaderSplittingSink extends DataFlow::ExprNode { }
/**
* Sources that cannot be used to perform a header splitting attack.
*/
abstract class TrustedSource extends DataFlow::ExprNode { }
abstract class SafeHeaderSplittingSource extends DataFlow::ExprNode { }