Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This package contains a list of the Aircraft models and manufacturer as per DOC 8643 ICAO
aircraft_models
DocumentationInstallation is easy using pip
and will install all required
libraries.
$ pip install aircraft-list
from aircraft_list import aircraft_models
aircrafts = aircraft_models()
It returns a list of dictionaries which can be addressed as follows:
for ac in aircrafts:
ac['manufacturer'] #it returns the aircraft manufacturer
ac['model'] #it returns the aircraft model
ac['icao'] #it returns the icao_code designator
ac['type'] #it returns the aircraft type
ac['engine'] #it returns the aircraft engine type
ac['engine_number'] #it returns the aircraft engine number
ac['wake'] #it returns the aircraft wake turbulence category
The list of dictionary is updated as per ICAO DOC 8643 - Aircraft Type Designator
FAQs
This package contains a list of the Aircraft models and manufacturer as per DOC 8643 ICAO
We found that aircraft-list demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.