일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 파이썬 머신러닝
- 이더리움
- akka 강좌
- Play2
- 파이썬 강좌
- 하이퍼레저 패브릭
- Adapter 패턴
- hyperledger fabric
- 안드로이드 웹뷰
- 파이썬 데이터분석
- Actor
- 파이썬
- 플레이프레임워크
- play 강좌
- play2 강좌
- 스칼라
- 블록체인
- 파이썬 동시성
- Golang
- CORDA
- 스칼라 강좌
- Play2 로 웹 개발
- 그라파나
- 하이브리드앱
- 스위프트
- 스칼라 동시성
- 엔터프라이즈 블록체인
- Hyperledger fabric gossip protocol
- 주키퍼
- Akka
- Today
- Total
HAMA 블로그
안전하게 사용하는 Golang 본문
1. 메모리에서의 안전요소
https://medium.com/a-journey-with-go/go-memory-safety-with-bounds-check-1397bef748b5
Go: Memory Safety with Bounds Check
ℹ️ This article is based on Go 1.13.
medium.com
https://insanitybit.github.io/2016/12/28/golang-and-rustlang-memory-safety
Golang and Rustlang Memory Safety - InsanityBit
I recently read an excellent blog post by Scott Piper about a tool he has released called Serene. The tool analyzes a binary to see if it has been compiled with security mitigation techniques - essentially a sanity check for best practices. As I was readin
insanitybit.github.io
* Go에서 디폴트로 지원하지 않아서 Go는 메모리세이프한 언어라고 하기 좀 머하다는 Address Space Layout Randomization (ASLR)이란?
https://blog.stalkr.net/2015/04/golang-data-races-to-break-memory-safety.html
Golang data races to break memory safety
Go is becoming more and more popular as a programming language and getting more scrutiny from a security point of view. You might remember m...
blog.stalkr.net
2. 웹서비스에서의 안전요소
https://blog.sqreen.com/top-6-security-best-practices-for-go/
Top 6 security best practices for Go - Sqreen Blog
In this post, we'll cover top six security practices that you need to consider when developing with Go and determine how to apply these practices.
blog.sqreen.com
3. 동시성에서의 안전요소
https://medium.com/@sargun/go-concurrency-considered-harmful-26499a422830
Go concurrency considered harmful
Go has been gaining a ton of popularity as of late. I’ve been using Go for work, working on container management software. Before that, I…
medium.com
Golang: Candidates and Contexts — A Heuristic Approach to Race Condition Detection
Concurrency In GO
medium.com
'Go' 카테고리의 다른 글
Go 언어에서 포인터는 언제 사용 해야 하나? (0) | 2019.10.11 |
---|---|
go microservices (0) | 2019.02.28 |
[Golang] recover 는 언제 사용하나? (1) | 2019.02.22 |
고성능을 위한 GO (0) | 2019.02.13 |
[이더리움에서 배우는 Go언어] select 의 거의 모든 패턴들 (1) | 2019.02.08 |