Nemo

Latest version: v6.0.3

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 23

6.0.3

Bug fix
- fixed issue with task notification being sent from the last qualified user instead of the reporter

Libraries
- django 4.2.11 -> 4.2.15 (vulnerability)

6.0.2

Not secure
Bug fixes
- fixed error with first day of the week format for moment.js which created issues with daterangepicker in sensor data pages

6.0.1

Not secure
Bug fixes
- fixed a bug from Django 4.2 upgrade preventing rates from being loaded correctly on start
- fixed a validation bug in dynamic form with formula type questions

6.0.0

Not secure
1. add to `settings.py`:

python
ALLOWED_HOSTS = ["nemo.example.com"]
...

CSRF_TRUSTED_ORIGINS = ["https://{}".format(ALLOWED_HOSTS[0])]
or directly CSRF_TRUSTED_ORIGINS = ["https://nemo.example.com"]


2. the unauthorized_tool_access_email template needs to be updated to the new version which can be found [here](https://github.com/usnistgov/NEMO/blob/master/resources/emails/unauthorized_tool_access_email.html)

New features
- Added a new Tool credentials page for staff, allowing administrators and staff with permissions to add/edit and search tool credentials (username/passwords).
Tool credentials are shown to staff by default in the `Tool control -> Details` tab but require the user to expand the section to see the actual information (for privacy).
- Added a user profile view which, if enabled in `Customization -> Users`, will allow users to see their profile by clicking on their name in the navigation bar. The user profile contains user's general information, projects, area access levels and tool qualifications (Thanks Valilian of UC Irvine for the contribution!).
- Added support for consumable withdrawal adjustment requests

Improvements
- Project usage and project billing will now allow to search for inactive users.
- Added an option to hide inactive projects when looking at a specific account page in `Customization -> Projects & accounts`.
- Added confirmation dialog when marking an adjustment request as applied.
- Automatically adding tool owners, backup owners and superusers when sending a email to all qualified users (in case they are not explicitly qualified).
- Added option to require selecting a user type when creating a new user.
- Training can now be enabled for some specific hidden tools in `Customization -> Training` (Thanks r-xyz for the contribution). 221
- Added settings to allow tool problems and updates to be sent to users if they add them in preferences. only qualified tools are allowed (Thanks `UPenn Singh Center` for the contribution!).
- In user's page, added the last access date for each area access levels. `None` will be displayed in red color if the user has an area access that they never used.
- Personal schedule can now be selected in the calendar to be displayed in the same view as tool reservations (Thanks `UPenn Singh Center` for the contribution!).
- Added an option to sort tools in status dashboard by time of use instead of name (Thanks `Stanford SNF` for the contribution!).
- Added an option in email broadcast to send the message to users with expired access (false by default)
- Max delayed logoff time can now be customized per tool. It replaces the previous checkbox. Any tool that previously allowed delayed logoff will be automatically set to 120 minutes which was the hardcoded value until now.

- Added title for contact information people. 195

API
- Added recurring consumables, physical access levels, buddy requests, temporary physical access requests and adjustment requests endpoint.
- Missed reservation adjustment can now be applied (if times are changed, new times will be applied, and if no times are changed, the reservation will be changed to not missed).
- Simplified API filters in the code for easier maintainability and consistency.

Bug fixes
- Reservation ending email reminders will not be sent anymore when the user has back to back reservations (Thanks r-xyz for the contribution!).
- Fixed the first day of the week not being consistent when using datetime pickers (Thanks r-xyz for the contribution!). 231
- Fixed invalid dates when selecting blank option as a month in my usage/project billing pages. 235

Libraries
- Django 3.2.25 -> 4.2.11
- cryptography 42.0.5 -> 42.0.8
- requests 2.31.0 -> 2.32.3

5.6.1

Not secure
Bug fixes
- Fixed an issue when reporting an problem or comment in the kiosk would not use the correct user

5.6.0

Not secure
Upgrade notes
- To use the new automatic deactivation when a user's access expires, a new timed services need to be added, `nemo_deactivate_access_expired_users`
Systemd services are available in the [systemd folder](https://github.com/usnistgov/NEMO/tree/master/resources/systemd)

New features
- Users with access expiring can now be automatically deactivated. The timed service needs to be set and at least one user type option needs to be picked in `Customization -> User -> Access expiration - deactivate users`

Improvements
- Policy rules were changed, so that the `access expiration` date on users now prevents users from making reservations and engaging tools.
- `active` and `access_expiration` fields have also be renamed to `active NEMO account` and `active access expiration` (respectively) to be more explicit
- By default, broadcast emails will also not be sent to users with access expired. An option was added to still send it to them when writing a message

Page 1 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.