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.
This gem extends the default kramdown parser with a new block-level element which adds support for embedding Custom Page links in a Markdown document.
Add this line to your application's Gemfile:
gem 'kramdown-pages'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kramdown-pages
Ensure you have a Page model that responds to #title and Page::find_by_path, and #path where
Pass the input
option as shown below when initializing a new Kramdown::Document
Kramdown::Document.new(content, :input => 'KramdownPages')
All kramdown supported markup syntax is supported. This gem simply extends the parser to support {page:<permalink>}
span-level element. The element
will be replaced with an appropriate <a href="page#path">page#title</a>
tag.
<permalink>
should be replaced with the identifier of the Page you are referencing. The identifier can be hyphenated text, underscored text, or numerical identifier, but cannot contain spaces and special characters. That is, it's regular expression matcher is: [\_\-\/0-9a-zA-Z]+?
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)MIT License — see MIT-LICENSE
for more information
FAQs
Unknown package
We found that kramdown-pages 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.