
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
__ __
.--| .-----.----| |--.--.--.
| _ | _ | _| <| | |
|_____|_____|__| |__|__|___ |
|_____|
&&
Let us assume that we need to create a project.
The project obviously contains some code and some secret variables like database information, API keys, etc. This data cannot be shared on public VCS (GitHub), but at times is required to be accessible remotely to be shared among reliable sources.
Anyhow, we shall store it on a private storage, using dorky, that stores it on a S3 or Google-Drive.
Create a S3 bucket, AWS_ACCESS_KEY and AWS_SECRET_KEY.
Please use your own repository, this repository
sample_project
is just for demonstration.
dorky --init aws
.dorky --list
.
This command will not list the files that are excluded in
.dorkyignore
.
dorky --init aws
.dorky --list
, (make sure to add excluded file or folder patterns to .dorkyignore, to minimize the list).dorky --add file-name
.dorky --push
.dorky --rm file-name
. [Removes file from stage-1 ]dorky --push
. [Removes file from S3 bucket ]dorky --pull
to pull the files from S3 bucket.Please use your own repository, this repository
sample_project
is just for demonstration.
dorky --init google-drive
.dorky --list
.
This command will not list the files that are excluded in
.dorkyignore
.
dorky --init google-drive
.dorky --list
, (make sure to add excluded file or folder patterns to .dorkyignore, to minimize the list).dorky --add file-name
.dorky --push
.dorky --rm file-name
. [Removes file from stage-1 ]dorky --push
. [Removes file from Google Drive ]dorky --pull
to pull the files from Google Drive.[ ] Add stages for variables.
FAQs
DevOps Records Keeper.
We found that dorky 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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.