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.
embulk-parser-variable_length_bytes
Advanced tools
Variable length bytes record parser plugin for Embulk.
$ embulk gem install embulk-parser-variable_length_bytes
0x20
) or new line character(CR
, LF
, CRLF
). Set null
to parse fixed-length records without record separator. (string, default: LF
)ISO-8859-1
, UTF-8
). (string, default: UTF-8
)false
)in:
type: any file input plugin type
parser:
type: variable_length_bytes
charset: Shift_JIS
record_separator: CRLF
stop_on_invalid_record: true
columns:
- {name: id, type: long, pos: '0..3'}
- {name: name, type: string, pos: '3..11'}
- {name: price, type: double, pos: '11..15'}
- {name: flag, type: boolean, pos: '15..20'}
- {name: description, type: string, pos: '20...'}
$ ./gradlew gem
FAQs
Unknown package
We found that embulk-parser-variable_length_bytes 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.
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.