
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Extractor Gem to analyse random strings for profile links of user. E.g. User uploads a PDF, scan it for all references to a social network profile.
This work is extracted from the German Applicant Tracking System EBMS (https://bms.empfehlungsbund.de).
Add this line to your application's Gemfile:
gem 'network_profile'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install network_profile
extraction = NetworkProfile.parse('https://github.com/zealot128', include_fallback_custom: true)
include_fallback_custom: true
uses the default extractor (og/meta-tags) if no other more specific extractor is foundinclude_fallback_custom: false
only use the specific website extractors and return nil if none matches the linklinks = NetworkProfile::Extractor.call("Very long String with even broken links in it www . github . com/zealot128")
NetworkProfile.headers = {
'Accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
'Accept-Language' => 'de,en-US;q=0.7,en;q=0.3',
'Referer' => 'https://www.google.com',
'DNT' => '1',
'User-Agent' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:73.0) Gecko/20100101 Firefox/73.0',
}
NetworkProfile.github_api_key = nil
The following network profiles are supported:
GithubProfile/Company, GithubProject:
Instagram Facebook Linkedin
Stackoverflow
Upwork XING ResearchGate
Default Fallback (Custom)
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that network_profile 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.