
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Git-Contacts backend data engine
a simple data storage based on git, designed for Git-Contacts
Add this line to your application's Gemfile:
gem 'gitdb'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gitdb
Gitdb
Gitdb::STORAGE_PATH
setup_storage
Gitdb::Contacts
exist?(gid)
Gitdb::Contacts.new(user_id)
repo
exist?(contacts_id)
create(contacts_name)
access(contacts_id)
getmeta
setmeta(Hash)
get_cards { |card| }
get_all_cards
get_card_by_id(card_id)
read_change_history { |commit| }
revert_to(sha, {})
make_a_commit({})
Gitdb::Card
exist?(repo, id)
Gitdb::Card.new(repo)
create(user_id)
access(card_id)
format_card(id, uid)
getdata
setdata(Hash)
getmeta
setmeta(Hash)
delete
add_to_stage(id, content)
FAQs
Unknown package
We found that gitdb 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.