
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
github.com/profsergiocosta/vm-translator
Advanced tools
export GOPATH=$HOME/dev/go
go run . ~/apps/nand2tetris/projects/07/StackArithmetic/SimpleAdd/SimpleAdd.vm
go run vmtranslator-go
Testando a versão 7: git checkout e6ca99ab50ae3b62d35f8049a7ea6b488588b2bd
Testando a versão 8: git checkout 813f9e4a8064dee5a4362721e1540352038ae37e
e comentar o codigo write init:
func (code *CodeWriter) WriteInit() {
/*
code.write("@256")
code.write("D=A")
code.write("@SP")
code.write("M=D")
code.WriteCall("Sys.init", 0)
*/
}
// todo: checar se o parser está ok reComments, err := regexp.Compile("//.*\n")
https://eli.thegreenplace.net/2018/go-and-algebraic-data-types/
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.