
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.
github.com/pharo-graphics/Bloc
Bloc is a low-level UI infrastructure & framework for Pharo.
:warning: This repository contains a Bloc codebase to be included in Pharo and thus focuses on core features and stability. It retrofits a part of the development made at https://github.com/feenkcom/bloc.
The project can be loaded as usual via Metacello, using the BaselineOfBloc
specification. To copy/paste a loading script. Use the following script to install stable Bloc in stable Pharo:
Metacello new
baseline: 'Bloc';
repository: 'github://pharo-graphics/Bloc:master/src';
load
You can replace master by:
spec baseline: 'Bloc' with: [ spec repository: 'github://pharo-graphics/Bloc:v2.4.0/src' ].
These pages can be browsed via Pharo IDE -> World Menu -> Help -> Documentation Browser -> Bloc/doc (after loading the project). Note that there is also a book under writing available at https://github.com/SquareBracketAssociates/Booklet-Graphics
Want to write us? you are welcome! you can either:
We describe our contribution workflow & branch name convention in this wiki page.
This code is licensed under the MIT license.
FAQs
Unknown package
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.