PyTaxonomies icon indicating copy to clipboard operation
PyTaxonomies copied to clipboard

Python module to use the MISP Taxonomies

Results 8 PyTaxonomies issues
Sort by recently updated
recently updated
newest added

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.20.0 to 4.22.0. Release notes Sourced from jsonschema's releases. v4.22.0 What's Changed Improve best_match (and thereby error messages from jsonschema.validate) in cases where there are multiple sibling...

dependencies
python

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies
python

Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.0.3. Release notes Sourced from flask's releases. 3.0.3 This is a fix release for the 3.0.x feature branch. PyPI: https://pypi.org/project/Flask/3.0.3/ Changes: https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-3 Milestone: https://github.com/pallets/flask/milestone/35?closed=1 The...

dependencies
python

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies
python

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.0 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 Changelog Sourced from werkzeug's changelog....

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies
python

If you try the following: ```` from pytaxonomies import Taxonomies taxonomies = Taxonomies() taxonomies.get("c").machinetags_expanded() ```` you get: ```` ile "", line 1, in taxonomies.get("c").machinetags_expanded() AttributeError: 'NoneType' object has no attribute...

Exporting the full PyTaxonomies data structure in D3 js partition/hierarchy model to make an navigable website of all the taxonomies. https://mbostock.github.io/d3/talk/20111018/partition.html It seems that in D3 js version 4, this...

enhancement