Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Ashley
is a forum designed to be integrated into Learning Management Systems
(LMS).
It is a multi-tenant service intended to be operated independently. It can be integrated to any LMS (like Open edX or Moodle), thanks to the LTI standard.
Ashley
is built on top of Django-machina, a powerful forum engine for Django
.
Here is an example integration of Ashley in Open edX
:
This project is intended to be community-driven, so please, do not hesitate to get in touch if you have any question related to our implementation or design decisions.
We try to raise our code quality standards and expect contributors to follow the recommandations from our handbook.
This work is released under the MIT License (see LICENSE).
Make sure you have a recent version of Docker and Docker Compose installed on your laptop:
$ docker -v
Docker version 18.09.0, build 4d60db4
$ docker-compose --version
docker-compose version 1.23.2, build 1110ad01
⚠️ You may need to run the following commands with sudo
but this can be avoided by assigning your user to the docker
group.
The easiest way to start working on the project is to use our Makefile
:
$ make bootstrap
This command builds the app
container, installs front-end and back-end dependencies, builds the front-end application and styles, and performs database migrations. It's a good idea to use this command each time you are pulling code from the project repository to avoid dependency-related or migration-related issues.
Now that your Docker services are ready to be used, start the service by running :
$ make run
You should be able to test the forum at http://localhost:8090/dev/. This is the development view that emulates a LTI consumer.
You can access the Django admin site of the forum at http://localhost:8090/admin/
You first need to create a superuser account.
$ make superuser
$ docker-compose ps
ashley_elasticsearch_1 /docker-entrypoint.sh elas ... Exit 137
This is due to a lack of memory. N.B. for Mac users, the default Docker's configuration is also 2GB which means that Elasticsearch will automatically exit.
To fix this issue, you need to upgrade your default configuration.
FAQs
A self-hosted discussion forum for learning
We found that ashley 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.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.