Re: [Tutor] Security and Reliability of Python

2014-07-25 Thread Dave Angel
Danny Yoo Wrote in message: > > Python is only as secure as the code *you* write. If you write code >> where you accept text from untrusted people over the Internet and then >> execute it as code using eval() or exec(), then your code is vulnerable >> to code injection attacks. The solution to thi

Re: [Tutor] Security and Reliability of Python

2014-07-24 Thread Danny Yoo
> Python is only as secure as the code *you* write. If you write code > where you accept text from untrusted people over the Internet and then > execute it as code using eval() or exec(), then your code is vulnerable > to code injection attacks. The solution to this is simple: don't use > eval() or

Re: [Tutor] Security and Reliability of Python

2014-07-24 Thread Steven D'Aprano
On Thu, Jul 24, 2014 at 10:11:41AM +, Allahondoum Mbaibarem wrote: > I'm new at python and I would like to have knowledge about the Security and > the Reliability factor of Python thank you. Python is very reliable. The language has been around for over 20 years, and is in use in tens of tho

Re: [Tutor] Security and Reliability of Python

2014-07-24 Thread Dave Angel
Allahondoum Mbaibarem Wrote in message: > ___ > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: > https://mail.python.org/mailman/listinfo/tutor > Post here using text messages, not html. Wait 24 hours, not one, b

Re: [Tutor] Security and Reliability of Python

2014-07-24 Thread Emile van Sebille
On 7/24/2014 3:11 AM, Allahondoum Mbaibarem wrote: I'm new at python and I would like to have knowledge about the Security and the Reliability factor of Python thank you. That's a pretty open-ended question. It's as secure and reliable as what you write. For most of us, it's as secure and r

[Tutor] Security and Reliability of Python

2014-07-24 Thread Allahondoum Mbaibarem
I'm new at python and I would like to have knowledge about the Security and the Reliability factor of Python thank you. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor