Skip to content

Commit 4dd41d4

Browse files
Rename to response splitting
1 parent 8635972 commit 4dd41d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/ql/src/Security/CWE-113/HeaderInjection.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* @name HTTP Header Injection
2+
* @name HTTP Response Splitting
33
* @description Writing user input directly to an HTTP header
44
* makes code vulnerable to attack by header splitting.
55
* @kind path-problem
66
* @problem.severity error
77
* @security-severity 6.1
88
* @precision high
9-
* @id py/header-injection
9+
* @id py/http-response-splitting
1010
* @tags security
1111
* external/cwe/cwe-113
1212
* external/cwe/cwe-079
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: newQuery
33
---
4-
* The `py/header-injection` query, originally contributed to the experimental query pack by @jorgectf, has been promoted to the main query pack. This query finds instances of http header injection / response splitting vulnerabilities.
4+
* The `py/header-injection` query, originally contributed to the experimental query pack by @jorgectf, has been promoted to the main query pack and renamed to `py/http-response-splitting`. This query finds instances of http header injection / response splitting vulnerabilities.

0 commit comments

Comments
 (0)