Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Utilitários para construção de Google Cloud Functions.
Segue breve descrição das features disponiveis, identificando os respectivos módulos:
nsj_gcf_utils.app_logger
: Configuração padrão de logger para aplicações GCF.nsj_gcf_utils.authentication_service
: Validação de chaves recebidas no cabeçalho X-API-Key.nsj_gcf_utils.db_adapter
: Adapter de comunicação com o banco.nsj_gcf_utils.http_util
: Realiza requisições HTTP, com suporte a tentativas seguidas em caso de falha.nsj_gcf_utils.iban
: Utilitário para manipulação de International Bank Account Number (IBAN)nsj_gcf_utils.json_util
: Serialização e desserialização em JSON, com manipulação nativa de datas no formato "yyyy-mm-ddThh:mm:ss". Decimal é traduzido para string ao serializar para JSON.nsj_gcf_utils.keycloak_service
: Autenticação para aplicação enquanto cliente Oauth.nsj_gcf_utils.nsj_authentication_service
: Validação de access_token recebido no cabeçalho Authorization (Bearer token), por meio do padrão Token Instrospection (RFC 7662).nsj_gcf_utils.router
: Utilitário para controler de rotas por meio decorators, fazendo com que uma fucntion-framework se comporte de modo similar a outros frameworks web como Spring ou Symfony.Sempre rode o comando abaixo, antes de dar push neste repositório:
make tests
FAQs
Utilitários para construção de Google Cloud Functions.
We found that nsj-gcf-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.