
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
gitbook-plugin-sectionx
Advanced tools
This is GitBook plugin created for you to separate the page into sections, and add buttons to allow readers to control the visibility of each section.
You can see it here: Click here
data-collapse option.You can define a new section with the use of tag:
<!--sec data-title="Introduction" data-id="section0" data-show=true ces-->
Insert markdown content here (you should start with h3 if you use heading).
<!--endsec-->
A section will take three arguments, listed as follows:
" in the title, please use " instead.By adding inline HTML in the GitBook, the following code can add a button to allow you to view or hide other sections. Here are the explanation of each tags:
<button class="section" target="section1" show="Show next section" hide="Hide next section"></button>
Note that you can leave 'show' and 'hide' undefined, in this case, an up-arrow or down-arrow will be displayed instead. The button will not be outputed if exported to .pdf or other formats.
h1, h2, h3, h4, h5, h6, b{
"pluginsConfig": {
"sectionx": {
"tag": "b"
}
}
}
FAQs
A GitBook plugin for separating the page into sections.
We found that gitbook-plugin-sectionx 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.