Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
2019 Sandbox backend API
The full documentation is at <http://hackoregon.github.io/>2019-sandbox-backend
- TODO (add what your project does)
Oregon Workflow)
Install hackoregon_sandbox:
pip install hackoregon_sandbox
Add subpackages to your INSTALLED_APPS
:
`` ` python INSTALLED_APPS = ( ... 'api', ... ) ```
Add hackoregon_sandbox's URL patterns:
`` ` python from hackoregon_sandbox.api import urls as api_urls urlpatterns = [ ... url(r'^', include(api_urls)), ... ] ```
Setup your database with a matching schema
Run the project
This repo uses pytest and pytest-django to run tests.
For project development work, tests will be run in docker container using the bin/test.sh script:
Tools used in rendering this package:
0.1.0 (2019-05-29) ++++++++++++++++++
FAQs
2019 Sandbox backend API
We found that hackoregon-sandbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.