Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@cumulus/discover-granules
Advanced tools
Discover Granules in FTP/HTTP/SFTP endpoints
Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
See Cumulus README
[v1.2.0] - 2018-03-20
@cumulus/api
: kinesis-consumer.js
uses sf-scheduler.js#schedule
instead of placing a message directly on the startSF
SQS queue. This is a fix for CUMULUS-359 because sf-scheduler.js#schedule
looks up the provider and collection data in DynamoDB and adds it to the meta
object of the enqueued message payload.@cumulus/api
: kinesis-consumer.js
catches and logs errors instead of doing an error callback. Before this change, kinesis-consumer
was failing to process new records when an existing record caused an error because it would call back with an error and stop processing additional records. It keeps trying to process the record causing the error because it's "position" in the stream is unchanged. Catching and logging the errors is part 1 of the fix. Proposed part 2 is to enqueue the error and the message on a "dead-letter" queue so it can be processed later (CUMULUS-413).aws.cloudwatchevents()
typo in packages/ingest/aws.js
. This typo was the root cause of the error: Error: Could not process scheduled_ingest, Error: : aws.cloudwatchevents is not a constructor
seen when trying to update a rule.@cumulus/ingest/aws
: Remove queueWorkflowMessage which is no longer being used by @cumulus/api
's kinesis-consumer.js
.FAQs
Discover Granules in FTP/HTTP/HTTPS/SFTP/S3 endpoints
The npm package @cumulus/discover-granules receives a total of 36 weekly downloads. As such, @cumulus/discover-granules popularity was classified as not popular.
We found that @cumulus/discover-granules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.