Commit 53feabd
Avoid setting an explicit session ID via GET args. (joomla#43451)
This is considered a failing metric in automated PCI scans under the
"session hijacking" category and thus should be avoided.
PHP 4.3 introduced the "session.use_only_cookies" PHP configuration
option which meant that passing in a session ID via GET/POST variables
can be disabled. The code in Joomla should at very least honour this
setting.
Alternatively, if no good reason for this code exists, it should be
removed entirely.
Co-authored-by: Hannes Papenberg <[email protected]>
Co-authored-by: Richard Fath <[email protected]>
Co-authored-by: Allon Moritz <[email protected]>1 parent 262877b commit 53feabd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments