
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).
remark-lint-no-duplicate-defined-urls
Advanced tools
remark-lint rule to warn on definitions that define the same urls
Warn when definitions define the same URL.
This rule is not included in any default preset
ok.md
[alpha]: alpha.com
[bravo]: bravo.com
No messages.
not-ok.md
[alpha]: alpha.com
[bravo]: alpha.com
2:1-2:19: Do not use different definitions with the same URL (1:1)
npm:
npm install remark-lint-no-duplicate-defined-urls
You probably want to use it on the CLI through a config file:
…
"remarkConfig": {
"plugins": [
…
"lint",
+ "lint-no-duplicate-defined-urls",
…
]
}
…
Or use it on the CLI directly
remark -u lint -u lint-no-duplicate-defined-urls readme.md
Or use this on the API:
var remark = require('remark')
var report = require('vfile-reporter')
remark()
.use(require('remark-lint'))
+ .use(require('remark-lint-no-duplicate-defined-urls'))
.process('_Emphasis_ and **importance**', function (err, file) {
console.error(report(err || file))
})
See contributing.md
in remarkjs/.github
for ways
to get started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
FAQs
remark-lint rule to warn on definitions that define the same urls
The npm package remark-lint-no-duplicate-defined-urls receives a total of 7,312 weekly downloads. As such, remark-lint-no-duplicate-defined-urls popularity was classified as popular.
We found that remark-lint-no-duplicate-defined-urls demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.