CWE-30 – Path Traversal: ‘dir..filename’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize 'dir..filename' (leading...
CWE-29 – Path Traversal: ‘..filename’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '..filename' (leading...