Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@cumulus/test-data
Advanced tools
@cumulus/test-data provides a collection of example data for use in testing Cumulus modules.
Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
npm install @cumulus/test-data
Using require
or import
:
const payload = require('@cumulus/test-data/payloads/new-message-schema/ingest.json');
import payload from '@cumulus/test-data/payloads/new-message-schema/ingest.json';
To make a contribution, please see our contributing guidelines.
[v13.0.0] 2022-06-13
The changes introduced in CUMULUS-2955 should result in removal of
files_granule_cumulus_id_index
from the files
table (added in the v11.1.1
release). The success of this operation is dependent on system ingest load.
In rare cases where data-persistence deployment fails because the
postgres-db-migration
times out, it may be required to manually remove the
index and then redeploy:
DROP INDEX IF EXISTS files_granule_cumulus_id_index;
CUMULUS-2931
cumulus-alias
index that would collide with the required
cumulus-alias
alias. A configuration parameter
elasticsearch_remove_index_alias_conflict
on the cumulus
and
archive
modules has been added to enable the original behavior that would
remove the invalid index (and all it's data).@cumulus/es-client.bootstrapElasticSearch
signature to be
parameterized and accommodate a new parameter removeAliasConflict
which
allows/disallows the deletion of a conflicting cumulus-alias
indexmove-granule
task to check the optional collection configuration parameter
meta.granuleMetadataFileExtension
to determine the granule metadata file.
If none is specified, the granule CMR metadata or ISO metadata file is used.CUMULUS-2929
meta.granuleMetadataFileExtension
to specify CMR metadata
file extension for tasks that utilize metadata file lookupsCUMULUS-2939
@cumulus/api/lambdas/start-async-operation
to start an async operationCUMULUS-2953
skipMetadataCheck
flag to config for Hyrax metadata updates task.true
, and a granule has no CMR file, the task will simply return the input values.CUMULUS-2966
url_path
in the collection configurationCUMULUS-2965
cumulus-rds-tf
module to ignore engine_version
lifecycle changesCUMULUS-2967
CUMULUS-2955
20220126172008_files_granule_id_index
to not create an index on
granule_cumulus_id
on the files table.20220609024044_remove_files_granule_id_index
migration to revert
changes from 20220126172008_files_granule_id_index
on any deployed stacks
that might have the index to ensure consistency in deployed stacksCUMULUS-2923
CUMULUS-2939
@cumulus/api
granules/bulk*
, elasticsearch/index-from-database
and
POST reconciliationReports
endpoints to invoke StartAsyncOperation lambdaCUMULUS-2863
@cumulus/api
validateAndUpdateSqsRule
method to allow 0 retries
and 0 visibilityTimeout in rule's meta.CUMULUS-2961
data-migration2
granule migration logic to allow for DynamoDb granules that have a null/empty string value for execution
. The migration will now migrate them without a linked execution.@cumulus/api
validateAndUpdateSqsRule
method to allow 0 retries and 0 visibilityTimeout
in rule's meta.CUMULUS-2959
@cumulus/api
granules
module to convert numeric productVolume to string
when an old granule record is retrieved from DynamoDB.FAQs
Includes the test data for various packages
The npm package @cumulus/test-data receives a total of 175 weekly downloads. As such, @cumulus/test-data popularity was classified as not popular.
We found that @cumulus/test-data 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.