Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Moxygen is a Doxygen XML to Markdown converter for C++ developers who want a minimal beautiful and documentation solution for their projects.
The code is based on doxygen2md
with extra options for generating output files, custom templates, and generating multi page documentation.
Moxygen is currently used in conjunction with GitBook to generate the API documentation for LibSourcey, which can be viewed here.
GENERATE_XML=YES
to your Doxyfile
first.doxygen
to generate the XML documentation.moxygen
like so: npm install moxygen -g
.moxygen
providing the folder location of the XML documentation as the first argument ie. {OUTPUT_DIRECTORY}/xml
.Usage: moxygen [options] <doxygen directory>
Options:
-h, --help output usage information
-V, --version output the version number
-a, --anchors add anchors to internal links
-g, --groups output doxygen groups into separate files
-o, --output <file> output file (must contain %s when using groups)
-l, --language <lang> programming language
-t, --templates <dir> custom templates directory
-q, --quiet quiet mode
Moxygen supports the doxygen groups syntax for generating multi page documentation. Every \defgroup in your source code will be parsed and output into a separate markdown file, with internal reference updated accordingly.
Example:
moxygen --anchors --groups --output api-%s.md /path/to/doxygen/xml
To get a feel for how Moxygen works you can play with the example which is located in the example folder. The example contains:
Doxyfile
file (for doxygen 1.8.13)The rebuild the example XML you can run doxygen
from within the example folder.
Now you can build the example documentation with the following command from within the example folder:
moxygen --anchors --groups --output=doc/api-%s.md xml
FAQs
Doxygen XML to Markdown documentation converter
The npm package moxygen receives a total of 253 weekly downloads. As such, moxygen popularity was classified as not popular.
We found that moxygen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.