Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@secretlint/secretlint-rule-gcp
Advanced tools
A secretlint rule for GCP.
Install with npm:
npm install @secretlint/secretlint-rule-gcp
Via .secretlintrc.json
(Recommended)
{
"rules": [
{
"id": "@secretlint/secretlint-rule-gcp"
}
]
}
found GCP Service Account's private key(p12): {{FILE_NAME}}
This p12 file includes private key for GCP Service Account.
GCP Service Account's private key(PKCS12 format) is not encrypted data.
Because, the pass phase for this p12 file is notasecret
.
found GCP Service Account's private key(json): {{FILE_NAME}}
This JSON file includes private key for GCP Service Account.
allows: string[]
See Releases page.
Install devDependencies and Run npm test
:
npm i -d && npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © azu
FAQs
A secretlint rule for GCP.
The npm package @secretlint/secretlint-rule-gcp receives a total of 8,864 weekly downloads. As such, @secretlint/secretlint-rule-gcp popularity was classified as popular.
We found that @secretlint/secretlint-rule-gcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.