Golang security checker
a Go (golang) RADIUS client and server implementation
PR opened securego/gosec
Typo ?!? v2 doesn't exist as a path in go get...
pr created time in a month
push eventholgermetschulat/gosec
commit sha c4ad0383bfa7581462549e449a2394fd48df78f3
Update README.md Typo ?!? v2 doesn't exist as a path in go get...
push time in a month
Golang security checker
fork in a month
Pull request review commentlayeh/radius
support for encrypted ints + ipaddresses / use null crypto authentic…
func Parse(b, secret []byte) (*Packet, error) { return nil, errors.New("radius: invalid packet length") } + if len(cryptoAuthenticator) != 0 && len(cryptoAuthenticator) != 16 {
Sorry... ignore.
comment created time in 2 months
Pull request review commentlayeh/radius
support for encrypted ints + ipaddresses / use null crypto authentic…
func Parse(b, secret []byte) (*Packet, error) { return nil, errors.New("radius: invalid packet length") } + if len(cryptoAuthenticator) != 0 && len(cryptoAuthenticator) != 16 {
Sorry misread the line... statement is okay.
comment created time in 2 months
Pull request review commentlayeh/radius
support for encrypted ints + ipaddresses / use null crypto authentic…
func Parse(b, secret []byte) (*Packet, error) { return nil, errors.New("radius: invalid packet length") } + if len(cryptoAuthenticator) != 0 && len(cryptoAuthenticator) != 16 {
cryptoAuthenticator from the function call is not used anywhere ...?
comment created time in 2 months
Pull request review commentlayeh/radius
support for encrypted ints + ipaddresses / use null crypto authentic…
func (p *Packet) Response(code Code) *Packet { Identifier: p.Identifier, Secret: p.Secret, }- copy(q.Authenticator[:], p.Authenticator[:])+ q.Authenticator = p.Authenticator+ q.CryptoAuthenticator = p.Authenticator
Check if deep copy is necessary here (copy the slice or copy the array)?
comment created time in 2 months
Pull request review commentlayeh/radius
support for encrypted ints + ipaddresses / use null crypto authentic…
func Parse(b, secret []byte) (*Packet, error) { return nil, errors.New("radius: invalid packet length") } + if len(cryptoAuthenticator) != 0 && len(cryptoAuthenticator) != 16 {
!=0 comparision is redundant here.
comment created time in 2 months
push eventholgermetschulat/radius
commit sha f987725ed250e1868c2569229ffd97167e079d52
Update go.mod
push time in 2 months
push eventholgermetschulat/radius
commit sha 3b2eb521f36df935622489c8fd4a008fcfa908d0
Update go.mod
push time in 2 months
push eventholgermetschulat/radius
commit sha 5d9f9970d286af16a9b2f399b3a109c43403b8d5
Update go.mod
push time in 2 months