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.
Python based AWS Framework which leverages boto3 and awswrangler.
Baram means "wind" in Korean which makes cloud move conveniently.
> pip install awswrangler
# import S3Manager
from baram.s3_manager import S3Manager
sm = S3Manager("my_bucket_name")
# Upload local file to S3
sm.upload_file(local_file_path="local_file_path",
s3_file_path="s3_file_path")
# Emphasize Directory Deletion
sm.download_dir(s3_dir_path="s3_directory_path",
local_dir_path="local_directory_path")
# Copy S3 object
sm.copy_object(from_key="from_s3_key",
to_key="to_s3_key")
# Read csv from s3
# EDA
# Merging Datasets from S3(https://aws-sdk-pandas.readthedocs.io/en/stable/tutorials/013%20-%20Merging%20Datasets%20on%20S3.html)
# write dataframe to s3
# Read rows from Athena
# EDA
# write dataframe to Another Athena Table without schema input.
# Batching(Good for restricted memory environments), https://aws-sdk-pandas.readthedocs.io/en/stable/tutorials/006%20-%20Amazon%20Athena.html
# big table dump to s3
# check_s3_object_exists
# count_csv_row_count
# rename_file
FAQs
AWS Framework for python
We found that baram 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.