April PythonPune meetup 2020
Jul 6, 2020
by Bhavin Gandhi
Understanding CVE-2019-20477 of PyYAML
- Speaker: Dhananjay Arunesh
- Description: In this talk Dhananjay covers few basics about CVEs. He talks about CVE score and how few code combinations and a partially fixed CVE in PyYAML library resulted in another CVE. He then talks about how to fix it if someone’s code is using those combinations.
- References:
Time Complexity: Comparing C++(vector) and Python(list)
- Speaker: Amit Kumar
- Description: In this deep dive talk Amit covers few core differences between C++ vectors and Python lists. He also shows his analysis by running few example code snippet in both languages.
- References: