Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@mentor-medier/article-tag-block
Advanced tools
@wpmedia/article-tag-block
Fusion News Article Tags block
Prop | Required | Type | Description |
---|---|---|---|
required prop | yes | ||
optional prop | no | ||
contentConfig example | Please specify which content sources are compatible |
The Article Tag Block expects the taxonomy
section from Composer's ANS schema, which is laid out as
taxonomy: {
tags: [{
description: "Tag-1 Description",
slug: "Tag-1 Slug",
text: "Tag-1 Text"
}, {
description: "Tag-2 Description",
slug: "Tag-2 Slug",
text: "Tag-2 Text"
}]
}
taxonomy.tags[x].slug
Detects for '#' as href for fallbacktaxonomy.tags[x].text
Required to be string{
taxonomy: {
tags: [
{
slug: 'sportsball',
text: 'Sports!'
},
{
slug: '#',
text: 'General'
}
]
}
}
Blocks can emit events. The following is a list of events that are emitted by this block.
Event Name | Description |
---|---|
eventName | Describe the event |
Include block specific instructions for event listening.
OR
This block does not emit any events.
Optional
FAQs
Fusion Article Tag block
The npm package @mentor-medier/article-tag-block receives a total of 70 weekly downloads. As such, @mentor-medier/article-tag-block popularity was classified as not popular.
We found that @mentor-medier/article-tag-block 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.