http://open-source-security-software.net/project/PyMOSP/releases.atomRecent releases for PyMOSP2024-11-15T16:39:35.718527+00:00python-feedgenPyMOSP v0.3.0PyMOSP v0.3.02021-03-26T15:06:02+00:00* PyMOSP is now using the API v2 of MOSP;
' simple tests are included.2021-03-26T15:06:02+00:00PyMOSP v0.4.0PyMOSP v0.4.02021-03-30T22:22:36+00:00New
~~~
- [command line] It is now possible to use PyMOSP as a command line
tool. Only for listing objects for the moment. [Cédric Bonhomme]
- [objects] Added creation of objects and some tests. [Cédric Bonhomme]
- [tests] added files for the future tests on JSON schemas. [Cédric
Bonhomme]
Changes
~~~~~~~
- [release] Bumped version number. [Cédric Bonhomme]
- [tests] Lint with Flake8. [Cédric Bonhomme]
- [tests] added test on get objects with uuid and language. [Cédric
Bonhomme]
- Updated .gitgignore to ignore .python-version file. [Cédric Bonhomme]
Fix
~~~
- Typo. [Cédric Bonhomme]
- [documentation] Fixed example file. [Cédric Bonhomme]
- [type] Fixed type of result of objects() and add_objects() function.
[Cédric Bonhomme]
Other
~~~~~
- Updated chagenlog. [Cédric Bonhomme]
- Updated chagenlog. [Cédric Bonhomme]
- Updated README and pyproject.toml. [Cédric Bonhomme]
- Fixed bad format of link in README. [Cédric Bonhomme]
- Replaced str by map when joining Python version number. [Cédric
Bonhomme]
- Removed useless file. [Cédric Bonhomme]2021-03-30T22:22:36+00:00PyMOSP v0.4.1PyMOSP v0.4.12021-03-30T22:23:00+00:00Fix
~~~
- [documentation] fix the documentation in the README.
#HowToFuckUpARelease. [Cédric Bonhomme]
Other
~~~~~
- Updated README. [Cédric Bonhomme]2021-03-30T22:23:00+00:00PyMOSP v0.4.2PyMOSP v0.4.22021-03-31T13:42:10+00:00Changes
~~~~~~~
- [core] Python requirement set to >=3.8,<4.0. [Cédric Bonhomme]2021-03-31T13:42:10+00:00PyMOSP v0.4.3PyMOSP v0.4.32022-01-12T11:21:48+00:00## Changes
- [dependencies] Updated request and mypy. [Cédric Bonhomme]
- Cosmethic changes. [Cédric Bonhomme]
- Fixed conflict in AUTHORS.md file. [Cédric Bonhomme]
- Minor changes in README file. [Cédric Bonhomme]
## Fix
- [tests] fixed key name of the result. [Cédric Bonhomme]
- Removed useless import and fixed duplicate value in mospobject.py.
[Cédric Bonhomme]
## Other
- Merge branch 'master' of github.com:CASES-LU/PyMOSP. [Cédric Bonhomme]
- PEP 561 -- Distributing and Packaging Type Information. [Cédric
Bonhomme]2022-01-12T11:21:48+00:00PyMOSP v0.5.0PyMOSP v0.5.02022-01-20T14:07:20+00:00### New
- [object] it is now possible to delete an object from a MOSP instance with the API. [Cédric Bonhomme]
### Changes
- [dependencies] Updated Python dependencies. [Cédric Bonhomme]
- [tests] rename a test name. [Cédric Bonhomme]
- Get MOSP instance URL from environment variable. [Cédric Bonhomme]
- [workflow] Updated GitHub workflow. [Cédric Bonhomme]
- [tests] enable test_create_object. [Cédric Bonhomme]
- [tests] tests are now using the test instance of MOSP. [Cédric Bonhomme]
### Fix
- [typing] delete_object returns the id of the deleted object. [Cédric Bonhomme]
- Fixed an issue when creating new objects. [Cédric Bonhomme]
- [workflow] Updated GitHub workflow. [Cédric Bonhomme]2022-01-20T14:07:20+00:00