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 |
29 | 30 | 31 |
Tags
- 하나머니
- 리워드앱
- Linux
- mininet
- AWS
- docker network
- 토스카드
- 리뷰
- Python
- built-in
- network
- clone
- docker
- MongoEngine
- python3
- VPC
- 재테크
- 앱테크
- aws codecommit
- MongoDB
- 실사용
- 후기
- S3
- 포인트앱
- 도커
- Container
- namespace
- DocumentDB
- 커피머니불리기
- codecommit
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