[GRASS-git] [OSGeo/grass] c39f08: packaging: Use subprocess instead of os.popen for ...
Markus Neteler
noreply at github.com
Sun Sep 29 11:51:54 PDT 2024
Branch: refs/heads/releasebranch_8_3
Home: https://github.com/OSGeo/grass
Commit: c39f0867254674c53ae68b9db9a6a9c78240da16
https://github.com/OSGeo/grass/commit/c39f0867254674c53ae68b9db9a6a9c78240da16
Author: Maryam Abkar <42349380+naidneelttil at users.noreply.github.com>
Date: 2024-09-29 (Sun, 29 Sep 2024)
Changed paths:
M utils/gitlog2changelog.py
Log Message:
-----------
packaging: Use subprocess instead of os.popen for change log creation (#3469)
This addresses a warning from Bandit about an injection attack risk by using subprocess.Popen instead of os.popen.
---------
Co-authored-by: kpolchow <polchow.kira at gmail.com>
Commit: 499f507d7899d0375da8f2396b49e856b9ff4ce1
https://github.com/OSGeo/grass/commit/499f507d7899d0375da8f2396b49e856b9ff4ce1
Author: Markus Neteler <neteler at gmail.com>
Date: 2024-09-29 (Sun, 29 Sep 2024)
Changed paths:
M utils/gitlog2changelog.py
Log Message:
-----------
fix Flake8 W605 - invalid escape sequence
Compare: https://github.com/OSGeo/grass/compare/9baf6a727c24...499f507d7899
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list