Merge pull request #15533 from JLLeitschuh/patch-5

Reduce severity of `java/relative-path-command`
This commit is contained in:
Tony Torralba
2024-02-12 15:04:05 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
* malicious changes in the PATH environment variable.
* @kind problem
* @problem.severity warning
* @security-severity 9.8
* @security-severity 5.4
* @precision medium
* @id java/relative-path-command
* @tags security

View File

@@ -0,0 +1,4 @@
---
category: queryMetadata
---
* The `security-severity` score of the query `java/relative-path-command` has been reduced to better adjust it to the specific conditions needed for exploitation.