
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Zen-Knit is a formal (PDF), informal (HTML) report generator for data analyst and data scientist who wants to use python. Rmarkdown Alternative for Python, It also allow you to publish reports to Zen Reportz Enterprise or community edition
Zen-Knit is a formal (PDF), informal (HTML) report generator for data analyst and data scientist who wants to use python. RMarkdown alternative. Zen-Knit is good for creating reports, tutorials with embedded python. RMarkdown alternative. Python Markdown Support. It also allows you to publish reports to analytics-reports.zenreportz.com (comming soon) or private zenreportz servers
Download VS Plugin from MarketPlace
{ }
All example are available HERE
From PyPi:
pip install --upgrade zen-knit
or download the source and run::
python setup.py install
install pandoc from : https://github.com/jgm/pandoc/releases
install texlive for debian: sudo apt install texlive-full
install texlive for window: https://www.tug.org/texlive/acquire-netinstall.html
install texlive for mac: https://tug.org/texlive/quickinstall.html
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
pip install zen-knit
knit -f doc/example/html_example.pyz -ofd doc/example/output/
knit -f doc/example/pdf_example.pyz -ofd doc/example/output/
python doc/example/demo.py
---
title: Zen Markdown Demo
author: Dr. P. B. Patel
date: CURRENT_DATE
output:
cache: true
format: html
html:
css: skleton
---
Above code will map on GlobalOption class in in following
class Input(BaseModel):
dir: Optional[str]
file_name: Optional[str]
matplot: bool = True
class latexOuput(BaseModel):
header: Optional[str]
page_size: Optional[str] = 'a4paper'
geometry_parameter: Optional[str] = "text={16.5cm,25.2cm},centering" #Newely added parameters
class htmlOutput(BaseModel):
css: str = "bootstrap"
class Output(BaseModel):
fig_dir: str = "figures"
format: Optional[str]
file_name: Optional[str]
dir: Optional[str]
latex: Optional[latexOuput]
html: Optional[htmlOutput]
class GlobalOption(BaseModel):
title: str
author: Optional[str]
date: Optional[str]
kernal: str = "python3"
log_level: str = "debug"
cache: Optional[bool] = False
output: Output
input: Input
@validator('log_level')
def fix_option_for_log(cls, v:str):
if v.lower() not in ('notset', "debug", 'info', 'warning', 'error', 'critical'):
raise ValueError('must contain a space')
return v.title()
Ability to publish programmable, formal, informal reports to Private or Public instance of zen reportz. Learn more at Here
Learn more about how to publish to private or public instance of Zen Reportz Here
FAQs
Zen-Knit is a formal (PDF), informal (HTML) report generator for data analyst and data scientist who wants to use python. Rmarkdown Alternative for Python, It also allow you to publish reports to Zen Reportz Enterprise or community edition
We found that zen-knit demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.