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

Update to Debian bookworm and python 3.12 #92

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Update to Debian bookworm and python 3.12 #92

merged 2 commits into from
Jul 18, 2024

Conversation

ostefano
Copy link
Collaborator

No description provided.

@ostefano ostefano changed the title Bookworm Update to Debian bookworm and python 3.12 Jul 15, 2024
@ostefano ostefano self-assigned this Jul 15, 2024
@ostefano
Copy link
Collaborator Author

CC @UFOSmuggler @Kagee , you might want to give it a look before I merge

@dogmachine
Copy link

dogmachine commented Jul 17, 2024

Edit: Whoops, this is UFOSmuggler. Wrong account 😅

during build there is:

[+] Building 699.6s (78/78) FINISHED                                                                                                                                                         docker:default
 => [misp-core internal] load build definition from Dockerfile                                                                                                                                         0.0s
 => => transferring dockerfile: 9.86kB                                                                                                                                                                 0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 4)                                                                                                                         0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 21)                                                                                                                        0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 60)                                                                                                                        0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 95)                                                                                                                        0.0s
 => [misp-modules internal] load build definition from Dockerfile                                                                                                                                      0.0s
 => => transferring dockerfile: 3.29kB                                                                                                                                                                 0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 3)                              

looks minor as described here: https://docs.docker.com/reference/build-checks/from-as-casing/

dunno if the following occurred in previous builds:

misp-modules-1  | ERROR:root:No module named 'vysion'
misp-modules-1  | Traceback (most recent call last):
misp-modules-1  |   File "/usr/local/lib/python3.12/site-packages/misp_modules/__init__.py", line 45, in <module>
misp-modules-1  |     from .modules import *  # noqa
misp-modules-1  |     ^^^^^^^^^^^^^^^^^^^^^^
misp-modules-1  |   File "/usr/local/lib/python3.12/site-packages/misp_modules/modules/__init__.py", line 1, in <module>
misp-modules-1  |     from .expansion import *  # noqa
misp-modules-1  |     ^^^^^^^^^^^^^^^^^^^^^^^^
misp-modules-1  |   File "/usr/local/lib/python3.12/site-packages/misp_modules/modules/expansion/vysion.py", line 7, in <module>
misp-modules-1  |     import vysion.client as vysion
misp-modules-1  | ModuleNotFoundError: No module named 'vysion'

misp-modules-1  | 2024-07-17 23:19:03,546 - misp-modules - WARNING - MISP modules stiximport failed due to cannot import name 'stix' from 'pymisp.tools' (/usr/local/lib/python3.12/site-packages/pymisp/tools/__init__.py)

misp-modules-1  | 2024-07-17 23:19:03,905 - misp-modules - WARNING - MISP modules vysion failed due to No module named 'vysion'

everything else looks good to me!

@ostefano
Copy link
Collaborator Author

These errors are expected, and will disappear with the next release of misp-modules.

@ostefano ostefano linked an issue Jul 18, 2024 that may be closed by this pull request
@ostefano ostefano merged commit 162f99f into master Jul 18, 2024
1 check passed
@ostefano ostefano deleted the bookworm branch July 18, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nginx 1.18.0 vulnerable and End of life
2 participants