mirror of
https://github.com/github/codeql.git
synced 2026-03-01 05:13:41 +01:00
Rename TrustedSource to SafeHeaderSplittingSource
This commit is contained in:
@@ -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 { }
|
||||
|
||||
Reference in New Issue
Block a user