
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
github.com/optum/stash
Thanks for your interest in Optum’s Stash project! Unfortunately, we have moved on and this project is no longer actively maintained or monitored by our Open Source Program Office. This copy is provided for reference only. Please fork the code if you are interested in further development. The project and all artifacts including code and documentation remain subject to use and reference under the terms and conditions of the open source license indicated. All copyrights reserved.
This is for the demo.
Stash is a minimalistic web based file store. Anyone is welcome to contribute to or use this software.
A valid installation of golang is required to run Stash.
Running scripts may require running:
chmod 775 .
Stash will probably work on any Kubernetes installation.
While ./openshift-run is useful for quick iterations, first time setup should be done with:
./build
oc new-build --binary=true --name=stash -l app=stash
oc start-build stash --from-dir=. --follow=true
oc new-app -i stash -l app=stash
oc expose svc/stash
Attaching a persistent volume claim to the deployment config in OpenShift or Kubernetes at the directory "/resources/persistence", files will survive a pod restart. The persistent volume claim must allow for read and write access.
A DELETE api call will remove files once they have been added to the stash. If a file named "foo.txt" is in the stash, a DELETE call to /resources/persistent/foo.txt will remove it.
By default, any DELETE api call can delete files in the stash. Setting an environment variable "TOKEN" will require DELETE requests to have a header with key "token" associated to them.
Sometimes you just need a simple file store.
FAQs
Unknown package
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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.