More strick checks when setting timezone
Created by: SunilMohanAdapa
Currently, if someone gains access to plinth daemon, they can send a bad value when setting timezone. This value can contain '..' in the path leading to unexpected results. Make sure that these cases are properly checked for before attempting to set timezone in actions/timezone-change.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Owner
Created by: arghyatiger
i am a beginner. this is my first attempt at contributing to the world of open source. i would like to give this issue a try.
- Author Owner
Created by: bluekeys
@arghyatiger have you had much success. Would you like some help?
- Author Owner
Created by: arghyatiger
Sir i would love some help. Been stuck since a long time
On Oct 8, 2016 5:17 AM, "David Stephen James Birch" < notifications@github.com> wrote:
@arghyatiger https://github.com/arghyatiger have you had much success. Would you like some help?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/freedombox/Plinth/issues/554#issuecomment-252386032, or mute the thread https://github.com/notifications/unsubscribe-auth/AVVjFNP1PEIjZq8c4k47DAdMJLYQYJJDks5qxtoigaJpZM4Jj1NL .
- Owner
@arghyatiger How far have you gotten?
Do you need help setting up a development environment, or help understanding this issue, or something more specific?
- Author Owner
Created by: arghyatiger
sir, To be very honest, since i just started, i would require help from the scratch. I.e from setting up the development environment.
On Sat, Oct 15, 2016 at 12:42 AM, James Valleroy notifications@github.com wrote:
@arghyatiger https://github.com/arghyatiger How far have you gotten?
Do you need help setting up a development environment, or help understanding this issue, or something more specific?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/freedombox/Plinth/issues/554#issuecomment-253894996, or mute the thread https://github.com/notifications/unsubscribe-auth/AVVjFGvxRN6DFTNMoOf-OUG01FJi4YOrks5qz9QRgaJpZM4Jj1NL .
- Owner
@arghyatiger You will need these tools to get started:
- git, to clone the plinth repository.
- vagrant, so you can test without changes to your system.
- virtualbox, which runs the VM for vagrant.
- Author Owner
Created by: arghyatiger
alright i will start work on it right away !
On Wed, Oct 19, 2016 at 7:12 PM, James Valleroy notifications@github.com wrote:
@arghyatiger https://github.com/arghyatiger You will need these tools to get started:
- git, to clone the plinth repository.
- vagrant, so you can test without changes to your system.
- virtualbox, which runs the VM for vagrant.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/freedombox/Plinth/issues/554#issuecomment-254815801, or mute the thread https://github.com/notifications/unsubscribe-auth/AVVjFPdVYpqk6z4k5q63ZHmxQxhIhsGNks5q1h4pgaJpZM4Jj1NL .
- Author Owner
Created by: SunilMohanAdapa
Fixing #815 (closed) will fix this issue.
- Author Owner
Created by: JoKeyser
@SunilMohanAdapa, since #815 (closed) is fixed now, this issue should be closed too.
- Author Owner
Created by: SunilMohanAdapa
@JoKeyser , thanks for the fix.