Headline
CVE-2023-24107: GitHub - jminh/hour_of_code_python_2015
hour_of_code_python_2015 commit 520929797b9ca43bb818b2e8f963fb2025459fa3 was discovered to contain a code execution backdoor via the request package (requirements.txt). This vulnerability allows attackers to access sensitive user information and execute arbitrary code.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
1 branch 0 tags
Code
Use Git or checkout with SVN using the web URL.
Open with GitHub Desktop
Download ZIP
Latest commit
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Hour of Code
Agenda:
- Introduction to Python (conda) environment and Python by Jian-Min Huang
- Make Make a web crawler in Python by Dainese Hsiao
Hour of Code - Python PyCon 2016
Contents:
- notebook: hour of code course notes
If you have installed jupyter notebook,
$ git clone https://github.com/jminh/hour_of_code_python_2015.git
$ cd hour_of_code_python_2015
$ jupyter notebook
Jupyter notebook slide
Install Slideshow Extension
$ git clone https://github.com/damianavila/RISE.git
$ cd RISE
$ python setup.py install
$ git clone https://github.com/jminh/hour_of_code_python_2015.git
$ cd hour_of_code_python
$ jupyter notebook
Reference
Hour of Code