Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
screwdriver-data-schema
Advanced tools
Internal data schema of Screwdriver
This contains the structure/validation for all the models/resources of Screwdriver.
It's broken down into five (5) sections:
api
- API related input/output structureconfig
- Screwdriver.yaml definitionsmodels
- Internal data resources (pipeline, job, build, collection etc.)plugins
- Plugins (datastore, executor, etc.)core
- SCM plugin related output structureThe model represents a combination of what is required to create the resource and what is possible for returning from the resource.
Each model contains eight (8) schemas:
base
- List of all available fields in the modelallKeys
- List of all fields in the modelget
- Expected return values from a GET request against this resourcecreate
- Expected input values when making a CREATE action against this resourceupdate
- Expected input values when making an UPDATE action against this resourcekeys
- List of keys that combine to represent a unique rowtableName
- Internal name of the tableindexes
- Secondary indexes to make search/lookup fasterPlease read Migrations before adding anything to the data-schema
npm install screwdriver-data-schema
npm test
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
FAQs
Internal Data Schema of Screwdriver
The npm package screwdriver-data-schema receives a total of 89 weekly downloads. As such, screwdriver-data-schema popularity was classified as not popular.
We found that screwdriver-data-schema 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
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.