Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- mininet
- Linux
- docker network
- 하나머니
- 재테크
- DocumentDB
- codecommit
- python3
- 리워드앱
- aws codecommit
- Container
- 실사용
- docker
- AWS
- network
- MongoDB
- MongoEngine
- S3
- 토스카드
- 포인트앱
- 앱테크
- namespace
- 후기
- Python
- clone
- 도커
- built-in
- VPC
- 커피머니불리기
- 리뷰
Archives
- Today
- Total
목록command injection (1)
ㅍㅍㅋㄷ
python eval() 함수 - 사용을 조심해야 하는 이유
python eval() 함수 python 의 built-in 함수 중 하나인 eval 함수는 매우 강력하면서도 사용을 자제 하도록 권고하는 양날의 검과 같은 기능이다. 먼저 python docs 의 정의를 보자. eval(expression, globals=None, locals=None) The arguments are a string and optional globals and locals. If provided, globals must be a dictionary. If provided, locals can be any mapping object. The expression argument is parsed and evaluated as a Python expression (technically ..
Programming/Python
2019. 1. 22. 17:32