mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Improve description
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Partial Path Traversal Vulnerability
|
||||
* @description A misuse of the String `startsWith` method as a guard to protect against path traversal is insufficient.
|
||||
* @description A prefix used to check that a canonicalised path falls within another must be slash-terminated.
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @security-severity 9.3
|
||||
|
||||
Reference in New Issue
Block a user