ZigRazor
ZigRazor
In line : https://github.com/dmtcp/dmtcp/blob/133687764c6742906006a1d247e3b83cd860fa1d/src/util_exec.cpp#L341 and in line : https://github.com/dmtcp/dmtcp/blob/133687764c6742906006a1d247e3b83cd860fa1d/src/util_exec.cpp#L457 There is a security vulnerability that allow commands injection. For more details see: - [OWASP](https://owasp.org/www-community/attacks/Command_Injection) - [CWE-78](https://cwe.mitre.org/data/definitions/78.html) - [CWE-88](https://cwe.mitre.org/data/definitions/88.html)
## Project description With more and more C++ user and the advent of microservices, I think is important have a framework like [FastAPI](https://fastapi.tiangolo.com/) or [Flask](https://flask.palletsprojects.com/en/2.0.x/) also in C++ language. This...
Please consider to introduce as Input/output format also the Matrix Market (.mtx) https://math.nist.gov/MatrixMarket/formats.html
Please introduce something like spectral drawing, similar to this one https://github.com/MadduriGroup/SpectralGraphDrawing
Please introduce also Edge-Cut partition Algorithms.
Please add some good example in the Example Section. The desired is that there is the basic example of use of the library and then subsection for each algorithm. Please...
Add WB-Libra Partition Algorithm as described by this [paper](https://arxiv.org/pdf/2010.04414.pdf)
Provide a full Examples implementation.
### Discussed in https://github.com/ZigRazor/CXXGraph/discussions/170 Originally posted by **sidml** November 2, 2021 I was thinking that we should ensure compatibility with existing popular formats for saving and loading graphs. Following is...
As for Graph, the library should contains also an Hypergraph class. For more details on hypergraph follow this link https://en.wikipedia.org/wiki/Hypergraph