statuses icon indicating copy to clipboard operation
statuses copied to clipboard

HTTP status utility

Results 8 statuses issues
Sort by recently updated
recently updated
newest added

[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...

pr

## Main Changes `dependabot` will check for available updates for the dependencies that we use in the project. In the current setup, it will generate PRs once per week if...

## Main Changes Include the OSSF Scorecard scoring badge in the `README` file, following the active effort to improve it (see: https://github.com/expressjs/security-wg/issues/2).

## Main Changes This GitHub action will add an additional check when a PR is created in the project and will review any change in the dependencies. > This Action...

## Main Changes This change includes the addition of [CodeQL](https://codeql.github.com/) as the [SAST](https://en.wikipedia.org/wiki/Static_application_security_testing) tool for the project. It will run an analysis every day- ## Impact on the OSSF Scorecard...

## Main Changes This change includes the pinning for the GitHub Actions dependencies and the permissions definition for the pipeline. ## Impact in the OSSF Scorecard ## Context ### Changes...

## Main Changes This pipeline will proactively report the status of the project (every day and when a push is done to `master` branch) including critical fields (CI-Tests, Contributors, Dependency-Update-Tool,...

Generated by running: ```bash npm run update npm run build ```