Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
biggy-webhook
Advanced tools
[![npm]](https://www.npmjs.com/1sown) [![Github]](https://github.com/sown-discord)
Les webhooks d'exemple ont été générés par discord mais ont été supprimés depuis. Si vous envoyez un message à ces webhooks, vous obtiendrez une erreur "10015 : Unknown Webhook".
// Exemple d'utilisation :
const webhookUrl = 'https://canary.discord.com/api/webhooks/ID_WEBHOOK/TOKEN'; // le webhook
const webhook = new DiscordWebhook(webhookUrl); // déclaration du webhook pour l'envoie !
webhook.sendMessage({
content: 'Message de test', // Le message (non embed)
username: 'Test', // Le name du webhook
avatar_url: 'avatar', // déclare l'avatar pour le message
embeds: [ // déclare l'embed pour le webhook
{
title: 'Embed Test', // Le nom de l'embed
description: 'test', // La description de l'embed
color: 16711680, // la couleur de l'embed
fields: [ // Permets d'ajouter des fields
{
name: 'test 1', // Le nom du field 1
value: 'Valeur 1', // La valeur du field 1
inline: true, // Mettre true or false
},
{
name: 'test 2', // Le nom du field 2
value: 'Valeur 2', // La valeur du field 2
inline: true, // Mettre true or false
},
],
},
],
})
.then(() => {
console.log('Message envoyé avec succès !'); // Si le message réussit
})
.catch((error) => {
console.error('Une erreur s\'est produite :', error); // Si le message rate...
});
Développeur de la lib !
FAQs
[![npm]](https://www.npmjs.com/1sown) [![Github]](https://github.com/sown-discord)
The npm package biggy-webhook receives a total of 0 weekly downloads. As such, biggy-webhook popularity was classified as not popular.
We found that biggy-webhook demonstrated a not healthy version release cadence and project activity because the last version was released 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.