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