
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).
puppet-lint-spaceship_operator_without_tag-check
Advanced tools
A puppet-lint plugin to check that spaceship operator is called with a tag.
$ gem install puppet-lint-spaceship_operator_without_tag-check
gem 'puppet-lint-spaceship_operator_without_tag-check', :require => false
Calling spaceship operator (<| |>) without tag can be dangerous because it will realise all virtual resources of that type (https://tickets.puppetlabs.com/browse/PUP-3825).
class foo {
Package <| |>
}
class foo {
Package <| tag == 'foo' |>
}
To disable this check, you can add --no-spaceship_operator_without_tag-check
to your puppet-lint command line.
$ puppet-lint --no-spaceship_operator_without_tag-check path/to/file.pp
Alternatively, if you’re calling puppet-lint via the Rake task, you should insert the following line to your Rakefile
.
PuppetLint.configuration.send('disable_spaceship_operator_without_tag')
This plugin was originally authored by Camptocamp. The maintainer preferred that Puppet Community take ownership of the module for future improvement and maintenance. Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Camptocamp.
Previously: https://github.com/camptocamp/puppet-lint-spaceship_operator_without_tag-check
This gem is licensed under the Apache-2 license.
To make a new release, please do:
bundle install --with release --path .vendor
bundle exec rake changelog
FAQs
Unknown package
We found that puppet-lint-spaceship_operator_without_tag-check 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.
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.