
Research
/Security News
Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
@magnet.me/mm-experiments
Advanced tools
Set of directives to integrate A/B testing in an Angular application.
Set of directives to integrate A/B testing in an Angular application.
Usage with Google Experiments:
app
.run((experiments, googleExperiments) => {
//Configure all the things
experiments.setVariationFactory('my-experiment', () => googleExperiments.getVariation('googleExperimentId'));
})
<div mm-experiment="my-experiment">
<h1 mm-variation="0">Stuff</h1>
<h1 mm-variation="1">Other stuff</h1>
<p>
Above is showing variation {{$variation}}
</p>
</div>
This module only loads the experiment in the browser, but does not automatically send anything to your experiments provider. For example, Google Analytics requires that at least one hit is send to Google Analytics after loading the experiments. This module does not do that for you since this we do not know how you interact with Google Analytics (this is application specific) and therefore we cannot determine an appropriate action to take to send the hit to GA.
FAQs
Set of directives to integrate A/B testing in an Angular application.
The npm package @magnet.me/mm-experiments receives a total of 1 weekly downloads. As such, @magnet.me/mm-experiments popularity was classified as not popular.
We found that @magnet.me/mm-experiments 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
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.

Research
/Security News
We identified over 20 additional malicious extensions, along with over 20 related sleeper extensions, some of which have already been weaponized.