Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@edx/edx-proctoring
Advanced tools
.. image:: https://img.shields.io/pypi/v/edx-proctoring.svg :target: https://pypi.python.org/pypi/edx-proctoring/ :alt: PyPI
.. image:: https://github.com/openedx/edx-proctoring/workflows/Python%20CI/badge.svg :target: https://github.com/openedx/edx-proctoring/actions?query=workflow%3A%22Python+CI%22 :alt: Python CI
.. image:: https://codecov.io/gh/edx/edx-proctoring/branch/master/graph/badge.svg :target: https://codecov.io/gh/edx/edx-proctoring :alt: Codecov
.. image:: https://img.shields.io/pypi/pyversions/edx-proctoring.svg :target: https://pypi.python.org/pypi/edx-proctoring/ :alt: Supported Python versions
.. image:: https://img.shields.io/github/license/edx/django-component-views.svg :target: https://github.com/openedx/edx-proctoring/blob/master/LICENSE.txt :alt: License
This is the exam proctoring subsystem for the Open edX platform.
Proctored exams are exams with time limits that learners complete while online proctoring software monitors their computers and behavior for activity that might be evidence of cheating. This Python library provides the proctoring implementation used by Open edX.
For authoring documentation, see Including Proctored Exams In Your Course
_.
To install edx-proctoring:
mkvirtualenv edx-proctoring
make install
If you want to run tests, first setup requirements. Note that JS tests require Node 10, nvm install v10 if you are on a different version so that gulp is installed for v10:
nvm install v10
make requirements-test
Run tests:
make test
Run just python tests:
make test-python
Run just JS tests:
make test-js
For a full list of Make targets:
make help
See the developer guide
_ for configuration, devstack and sandbox setup, and other developer concerns.
.. _developer guide: ./docs/developing.rst
The code in this repository is licensed under the AGPL 3.0 unless otherwise noted.
Please see LICENSE.txt
for details.
Contributions are very welcome.
Please read How To Contribute <https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst>
_ for details.
Even though they were written with edx-platform
in mind, the guidelines
should be followed for Open edX code in general.
Please do not report security issues in public. Please email security@edx.org.
Have a question about this repository, or about Open edX in general? Please
refer to this list of resources
_ if you need any assistance.
.. _list of resources: https://open.edx.org/getting-help .. _Including Proctored Exams In Your Course: https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/proctored_exams/index.html
FAQs
Unknown package
The npm package @edx/edx-proctoring receives a total of 1,269 weekly downloads. As such, @edx/edx-proctoring popularity was classified as popular.
We found that @edx/edx-proctoring 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.