Opened 9 years ago

Closed 9 years ago

#25221 closed Bug (fixed)

bash completion leaks variables into env

Reported by: Ville Skyttä Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django_bash_completion unnecessarily leaks the $PYTHON_EXE, $PYTHON_SCRIPT, $python_interpreters, and $pythons variables into the environment.

Change History (3)

comment:2 by Tim Graham, 9 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 74be214e:

Fixed #25221 -- Prevented django_bash_completion from leaking variables into the environment.

Note: See TracTickets for help on using tickets.
Back to Top