
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
 [](https://www.npmjs.com/package/xslt) [](https://travis-ci.org/murrayju/x
A simple wrapper around browser based xslt. Includes some cleanup options to help normalize the output across browsers.
Several options are available to get started:
git clone https://github.com/murrayju/xslt.git.bower install xslt.npm install xslt.// Here are the options with their default values
options = {
fullDocument: false, // Is the output a complete document, or a fragment?
cleanup: true, // false will disable all of the below options
xmlHeaderInOutput: true,
normalizeHeader: true,
encoding: 'UTF-8',
preserveEncoding: false, // When false, always uses the above encoding. When true, keeps whatever the doc says
removeDupNamespace: true,
removeDupAttrs: true,
removeNullNamespace: true,
removeAllNamespaces: false,
removeNamespacedNamespace: true,
moveNamespacesToRoot: false,
// These two are mutually exclusive. Attempting to use both is the same as using neither
collapseEmptyElements: true, // Forces output of self-closing tags
expandCollapsedElements: false, // Forces output of separate closing tags
};
outputXmlString = xslt(inputXmlString, xslString, options);
It is also possible to just run the cleanup function itself. This uses the same options as above.
outputXmlString = xslt.cleanup(intermediateXmlString, options);
FAQs
 [](https://www.npmjs.com/package/xslt) [](https://travis-ci.org/murrayju/x
We found that xslt 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.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.