Skip to content

Latest commit

 

History

History
45 lines (42 loc) · 1.61 KB

README.md

File metadata and controls

45 lines (42 loc) · 1.61 KB
title date event_date url author featured_image categories tags
April PythonPune meetup 2020
2020-07-06 23:08:13 +0530
2020-04-26 23:10:30 +0530
event/april-pythonpune-meetup-2020
Bhavin Gandhi
Event
Security
CVE
PyYAML
C++
Lists
Complexity

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: