
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
pont is French for "bridge"
This repository contains code that:
Add this line to your application's Gemfile:
gem 'pont', git: 'https://github.com/DWPHoldings/pont.git', branch: 'main'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install pont
In order to use pont locally, you need to configure your local system to allow bundler to use a personal access token.
Soleil & Garcon are configured to use a shared access token that was generated using the InspireOps account. If you attempt to set up pont in another repository please use an InspireOps token. Do not share one of your personal tokens on Github Actions or on our Heroku app. The
repo
access grants access to all of your repositories and you don't want to do that. The InspireOps account has limited access and is our "machine" account
To generate a new personal token:
inspire_bundle_github__com
or something descriptive<token>
in subsequent commands)bundle config --global github.com <token>
1. This works for all repositories on your local machine and can be run from any directorybundle config --local github.com <token>
1. This only works in one repository on your local machine and must be run from the root of the repository directory
you want to have access to the tokencat ~/.bundle/config
and see the token in the outputcat .bundle/config
and see the token in the outputEnsure that whichever option you chose, the token isn't saved in a file that is committed.
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and the created tag, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/DWPHoldings/pont. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Pont project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that pont 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.