Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
github.com/csesoc/cms.csesoc.unsw.edu.au
Welcome to the CSESoc CMS Git Repo!! :D
Building the app fresh after installation
run:
make dev-build
all subsequent running of the app you can
run:
make
what to do after you are done programming?
run:
make clean
when dependencies have changed i.e. you installed a new package, updated version of a package
run:
make dev-build
Please note that you have to add /Config/.env.dev and include the env secrets. Please contact laurlala#1696
, jumbo#9999
or Mae#6758
on discord for these if you don't have them :)
Access interactive terminal by running docker exec -it pg_container bash
now run this command psql -d test_db -f infile
to load the dummy data we have prepared in ./postgres/infile
or run make pg
Q: Something is broken what to do?
A: Run make clean
then run make dev-build
again, should fix it, if it is still broken then manually remove all images in the docker desktop GUI and re-run make dev-build
.
Q: Something has gone wrong with Docker, where can I find docker resources?
A: Docker is rather well documented, check out the docker website: https://www.docker.com/ to try and resolve your issue.
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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.