
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
n8n-nodes-mysql-unofficial
Advanced tools

NetGSM API entegrasyonu için n8n community node'u. Bu node ile NetGSM üzerinden SMS ve sesli mesaj gönderebilirsiniz.
n8n workflow otomasyon platformu için geliştirilmiş bir topluluk node'udur.
n8n-nodes-netgsm-unofficial yazınn8n self-hosted kurulumunuzda:
npm install n8n-nodes-netgsm-unofficial
Docker ile n8n kullanıyorsanız:
docker exec -it n8n_container npm install n8n-nodes-netgsm-unofficial
# Ardından n8n'i yeniden başlatın
Node'u kullanabilmek için önce NetGSM API kimlik bilgilerinizi ayarlamanız gerekir:
NetGSM API'den dönen temel yanıt kodları:
00: Mesaj gönderildi01: Mesaj gönderildi02: Mesaj gönderildi20: Mesaj metninde problem var30: Geçersiz kullanıcı adı/şifre40: Kredi/paket yetersiz{
"nodes": [
{
"parameters": {
"operation": "sendSms",
"msgheader": "SIRKETIM",
"phoneNumber": "5551234567",
"message": "Merhaba! Bu bir test mesajıdır.",
"encoding": "TR"
},
"type": "n8n-nodes-netgsm-unofficial.netgsm",
"typeVersion": 1,
"position": [820, 300]
}
]
}
Sorularınız veya sorunlarınız için:
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)Bu proje MIT lisansı altında lisanslanmıştır. Detaylar için LICENSE dosyasına bakın.
Not: Bu node resmi NetGSM ürünü değildir. Topluluk tarafından geliştirilmiş bir entegrasyondur.
FAQs
N8N community node for MySQL database integration
The npm package n8n-nodes-mysql-unofficial receives a total of 1 weekly downloads. As such, n8n-nodes-mysql-unofficial popularity was classified as not popular.
We found that n8n-nodes-mysql-unofficial demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.