Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malcolm v23.12.0 #290

Merged
merged 84 commits into from
Dec 5, 2023

Merge branch 'development' of https://github.com/mmguero-dev/Malcolm …

9bb1733
Select commit
Loading
Failed to load commit list.
Merged

Malcolm v23.12.0 #290

Merge branch 'development' of https://github.com/mmguero-dev/Malcolm …
9bb1733
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 4, 2023 in 5s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 864 in netbox/scripts/netbox_init.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 329 in netbox/scripts/netbox_init.py

See this annotation in the file changed.

Code scanning / CodeQL

Unnecessary lambda Note

This 'lambda' is just a simple wrapper around a callable object. Use that object directly.

Check notice on line 15 in netbox/scripts/netbox_init.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'psycopg' is not used.

Check notice on line 19 in netbox/scripts/netbox_init.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'shutil' is not used.