
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Clasificación no supervisada, utilizando el algoritmo de Holotipos
Requiere la previa instalación de Node y NPM
npm install holotipos -g
Recibe un archivo en formato JSON
El archivo require dos atributos
Ejemplo
{
"config": {
"one": {
"criterio": "igualdad",
"peso": 0.9
},
"two": {
"criterio": "umbral",
"peso": 0.8,
"x": 25
},
"three": {
"criterio": "intervalo",
"peso": 0.5,
"x": ["[0, 100)", "[200, 300)", "[300, 400]"]
},
"four": {
"criterio": "conjunto",
"x": ["a", "e", "i", "o", "u"]
}
},
"lista": [
{
"one": true,
"two": 10,
"three": 99,
"four": "a"
}, {
"one": false,
"two": 36,
"three": 101,
"four": "e"
}, {
"one": false,
"two": 35,
"three": 100,
"four": "i"
}, {
"one": true,
"two": 20,
"three": 200,
"four": "b"
}, {
"one": true,
"two": 50,
"three": 299,
"four": "p"
}, {
"one": false,
"two": 70,
"three": 100,
"four": "i"
}, {
"one": false,
"two": 80,
"three": 300,
"four": "b"
}, {
"one": false,
"two": 10,
"three": 400,
"four": "ñ"
}, {
"one": true,
"two": 265,
"three": 220,
"four": "o"
}, {
"one": false,
"two": 299,
"three": 18,
"four": "w"
}, {
"one": true,
"two": 20,
"three": 200,
"four": "b"
}, {
"one": true,
"two": 20,
"three": 400,
"four": "a"
}
]
}
Para ejecutar el programa tiene que ingresar el comando holotipos
holotipos [opciones] <archivo>
Para visualizar todas las posibles Opciones
modo descriptivo
holotipos --matriz --valores --umbrales --compacta --conexa 0.5 ./ejemplo.json
modo rapido
holotipos -m -v -u -c -r 0.5 ./ejemplo.json
FAQs
clasificación no supervisada utilizando holotipos
We found that holotipos 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.