Merge pull request #11478 from erik-krogh/more-shell-taint

Rb: more taint-steps for shell-command-construction
This commit is contained in:
Erik Krogh Kristensen
2023-03-20 08:41:22 +01:00
committed by GitHub
9 changed files with 116 additions and 17 deletions

View File

@@ -65,6 +65,7 @@ pathnameInstances
| file://:0:0:0:0 | parameter self of Pathname;Method[relative_path_from] |
| file://:0:0:0:0 | parameter self of Pathname;Method[sub_ext] |
| file://:0:0:0:0 | parameter self of Pathname;Method[to_path] |
| file://:0:0:0:0 | parameter self of join |
| file://:0:0:0:0 | parameter self of sub |
| file://:0:0:0:0 | parameter self of to_s |
fileSystemAccesses
@@ -141,6 +142,7 @@ fileNameSources
| file://:0:0:0:0 | parameter self of Pathname;Method[relative_path_from] |
| file://:0:0:0:0 | parameter self of Pathname;Method[sub_ext] |
| file://:0:0:0:0 | parameter self of Pathname;Method[to_path] |
| file://:0:0:0:0 | parameter self of join |
| file://:0:0:0:0 | parameter self of sub |
| file://:0:0:0:0 | parameter self of to_s |
fileSystemReadAccesses