Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

amira

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amira - npm Package Compare versions

Comparing version
2.0.2
to
2.0.3
+2
-2
amira.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: amira
Version: 2.0.2
Version: 2.0.3
Summary: Automated Malware Incident Response and Analysis

@@ -12,3 +12,3 @@ Home-page: https://github.com/Yelp/amira

[![PyPI](https://img.shields.io/pypi/v/amira.svg)](https://pypi.python.org/pypi/amira)
[![Build Status](https://travis-ci.org/Yelp/amira.svg?branch=master)](https://travis-ci.org/Yelp/amira)
[![Build Status](https://github.com/Yelp/amira/actions/workflows/build.yaml/badge.svg)](https://github.com/Yelp/amira/actions/workflows/build.yaml)

@@ -15,0 +15,0 @@ # AMIRA: Automated Malware Incident Response & Analysis

@@ -5,2 +5,2 @@ # -*- coding: utf-8 -*-

__version__ = '2.0.2'
__version__ = '2.0.3'

@@ -97,10 +97,7 @@ # -*- coding: utf-8 -*-

)
processed_input = self._data_processor.process_input(forensic_output)
if not processed_input:
logging.error('No input to process')
return
try:
self._data_processor.perform_analysis(processed_input, self._data_feeds)
processed_input = self._data_processor.process_input(forensic_output)
if processed_input:
self._data_processor.perform_analysis(processed_input, self._data_feeds)
except Exception as exc:

@@ -107,0 +104,0 @@ # Log the exception and do not try any recovery.

Metadata-Version: 2.1
Name: amira
Version: 2.0.2
Version: 2.0.3
Summary: Automated Malware Incident Response and Analysis

@@ -12,3 +12,3 @@ Home-page: https://github.com/Yelp/amira

[![PyPI](https://img.shields.io/pypi/v/amira.svg)](https://pypi.python.org/pypi/amira)
[![Build Status](https://travis-ci.org/Yelp/amira.svg?branch=master)](https://travis-ci.org/Yelp/amira)
[![Build Status](https://github.com/Yelp/amira/actions/workflows/build.yaml/badge.svg)](https://github.com/Yelp/amira/actions/workflows/build.yaml)

@@ -15,0 +15,0 @@ # AMIRA: Automated Malware Incident Response & Analysis

![amira](https://raw.githubusercontent.com/Yelp/amira/master/amira_github_banner.png)
[![PyPI](https://img.shields.io/pypi/v/amira.svg)](https://pypi.python.org/pypi/amira)
[![Build Status](https://travis-ci.org/Yelp/amira.svg?branch=master)](https://travis-ci.org/Yelp/amira)
[![Build Status](https://github.com/Yelp/amira/actions/workflows/build.yaml/badge.svg)](https://github.com/Yelp/amira/actions/workflows/build.yaml)

@@ -6,0 +6,0 @@ # AMIRA: Automated Malware Incident Response & Analysis