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.
bridgetown_internal_markdown_links
Advanced tools
This plugin allows you to write paths in your markdown similar to how you can within liquid, serbea or erb template files, like so:
[Check out the docs](_pages/docs.erb)
Instead of:
[Check out the docs](/docs/)
(and do a find/replace throughout your site, if the slug changes for that page).
This plugin uses Bridgetown's url_for()
helper in the background.
Run this command to add this plugin to your site's Gemfile:
bundle add bridgetown_internal_markdown_links
Then add the initializer to your configuration in config/initializers.rb
:
init :bridgetown_internal_markdown_links
Link parsing is opt-in per collection.
Add the following in your config/initializers.rb
:
config.internal_markdown_links.collections = ["posts", "docs"]
Parsing of internal links is now happening for the collections “posts” and “docs”.
Set internal_markdown_links: false
in the frontmatter.
bundle exec rake test
to run the test suitescript/cibuild
to validate with Rubocop and Minitest together.git clone
to your local development machine.git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that bridgetown_internal_markdown_links 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.