ZigRazor

Results 51 issues of 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...

Much work
Intermediate
Web app
APIs/Backend
Developer tooling

Please consider to introduce as Input/output format also the Matrix Market (.mtx) https://math.nist.gov/MatrixMarket/formats.html

enhancement
development
core
Priority:Low

Please introduce something like spectral drawing, similar to this one https://github.com/MadduriGroup/SpectralGraphDrawing

enhancement
good first issue
development
Priority:Low
hacktoberfest

Please introduce also Edge-Cut partition Algorithms.

enhancement
development
core
hacktoberfest

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...

documentation
enhancement
good first issue
Priority:High
hacktoberfest

Add WB-Libra Partition Algorithm as described by this [paper](https://arxiv.org/pdf/2010.04414.pdf)

enhancement
development

Provide a full Examples implementation.

enhancement
help wanted
good first issue
Priority:Medium
hacktoberfest

### 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...

enhancement
development
core
Priority:Medium
hacktoberfest

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

enhancement
development
Priority:Medium
hacktoberfest