-
Notifications
You must be signed in to change notification settings - Fork 0
Tester brancher #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tester brancher #30
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,2 +1,22 @@ | ||||||||
| AWSAccessKeyId=AKIAFAKEACCESSKEYEXAMPLE | ||||||||
| AWSSecretKey=FAKE_AWS_SECRET_KEY_1234567890 | ||||||||
|
|
||||||||
| # Additional fake AWS credentials for testing | ||||||||
| AWSAccessKeyId=AKIAFAKEKEY2TESTSCANNER | ||||||||
| AWSSecretKey=FAKE_SECRET_KEY_ABCDEFGHIJKLMNOPQRSTU | ||||||||
|
|
||||||||
| aws_access_key_id=AKIAFAKEKEY3DEVACCOUNT | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗Cycode: Secret of type: 'Generic Password' was found. DescriptionA generic secret or password is an authentication token used to access a computer or application and is assigned to a password variable. Cycode Remediation Guideline❗ How to revoke
Tell us how you wish to proceed using one of the following commands:
|
||||||||
| aws_secret_access_key=FakeDevSecretKey/AbCdEfGhIjKlMnOpQrStUvWx | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗Cycode: Secret of type: 'Generic Password' was found. DescriptionA generic secret or password is an authentication token used to access a computer or application and is assigned to a password variable. Cycode Remediation Guideline❗ How to revoke
Tell us how you wish to proceed using one of the following commands:
|
||||||||
|
|
||||||||
| [default] | ||||||||
| aws_access_key_id = AKIAFAKEKEY4DEFAULT00 | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗Cycode: Secret of type: 'Generic Password' was found. DescriptionA generic secret or password is an authentication token used to access a computer or application and is assigned to a password variable. Cycode Remediation Guideline❗ How to revoke
Tell us how you wish to proceed using one of the following commands:
|
||||||||
| aws_secret_access_key = FakeDefaultSecret+xYzAbCdEfGhIjKlMnOpQrSt | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗Cycode: Secret of type: 'Generic Password' was found. DescriptionA generic secret or password is an authentication token used to access a computer or application and is assigned to a password variable. Cycode Remediation Guideline❗ How to revoke
Tell us how you wish to proceed using one of the following commands:
|
||||||||
| aws_session_token = FakeSessionToken//fakefakefakefakefakefakefakefake== | ||||||||
|
|
||||||||
| [staging] | ||||||||
| aws_access_key_id = AKIAFAKEKEY5STAGING0 | ||||||||
| aws_secret_access_key = FakeStagingSecret/PqRsTuVwXyZaBcDeFgHiJkLm | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗Cycode: Secret of type: 'Generic Password' was found. DescriptionA generic secret or password is an authentication token used to access a computer or application and is assigned to a password variable. Cycode Remediation Guideline❗ How to revoke
Tell us how you wish to proceed using one of the following commands:
|
||||||||
|
|
||||||||
| [prod] | ||||||||
| aws_access_key_id = AKIAFAKEKEY6PROD0000 | ||||||||
| aws_secret_access_key = FakeProdSecret/MnOpQrStUvWxYzAbCdEfGhIj | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗Cycode: Secret of type: 'Generic Password' was found. DescriptionA generic secret or password is an authentication token used to access a computer or application and is assigned to a password variable. Cycode Remediation Guideline❗ How to revoke
Tell us how you wish to proceed using one of the following commands:
|
||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| { | ||
| "name": "java-ai-vulnerable", | ||
| "version": "1.0.0", | ||
| "description": "Intentionally vulnerable application for security testing and SCA scanning demos", | ||
| "main": "test.js", | ||
| "scripts": { | ||
| "start": "node test.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": ["vulnerable", "security", "demo"], | ||
| "author": "", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "lodash": "4.17.4", | ||
| "express": "4.16.0", | ||
| "axios": "0.18.0", | ||
| "node-serialize": "0.0.4", | ||
| "serialize-javascript": "1.7.0", | ||
| "minimist": "1.2.0", | ||
| "ini": "1.3.5", | ||
| "path-parse": "1.0.6", | ||
| "json-schema": "0.2.3", | ||
| "marked": "0.3.6", | ||
| "dot": "1.1.2", | ||
| "handlebars": "4.0.11", | ||
| "mysql": "2.16.0", | ||
| "morgan": "1.9.0", | ||
| "jsonwebtoken": "8.1.0", | ||
| "bcrypt": "1.0.3", | ||
| "request": "2.85.0", | ||
| "tar": "4.4.1", | ||
| "underscore": "1.9.0", | ||
| "moment": "2.18.0", | ||
| "ejs": "3.1.6", | ||
| "pug": "2.0.0-beta6", | ||
| "jquery": "1.12.4", | ||
| "xmlhttprequest": "1.8.0", | ||
| "xml2js": "0.4.17", | ||
| "fast-xml-parser": "3.17.4", | ||
| "shelljs": "0.8.3", | ||
| "semver": "5.6.0", | ||
| "cross-fetch": "3.0.4", | ||
| "socket.io": "2.3.0", | ||
| "ws": "5.2.2", | ||
| "multer": "1.4.2", | ||
| "passport": "0.4.1", | ||
| "passport-jwt": "4.0.0", | ||
| "cors": "2.8.4", | ||
| "helmet": "3.21.0", | ||
| "cookie-parser": "1.4.4", | ||
| "express-session": "1.15.6", | ||
| "connect-mongo": "3.0.0", | ||
| "mongoose": "5.4.0", | ||
| "sequelize": "5.8.6", | ||
| "redis": "2.8.0", | ||
| "got": "9.6.0", | ||
| "superagent": "3.8.3", | ||
| "node-fetch": "2.1.2", | ||
| "debug": "2.6.8", | ||
| "form-data": "2.3.2", | ||
| "tough-cookie": "2.3.3" | ||
| }, | ||
| "devDependencies": { | ||
| "mocha": "5.2.0", | ||
| "eslint": "4.18.2", | ||
| "jest": "26.0.0", | ||
| "webpack": "4.28.3", | ||
| "node-gyp": "3.8.0" | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❗Cycode: Secret of type: 'Generic Password' was found.
Severity: Medium
Confidence Score: 93%
SHA: 482979c051
Description
A generic secret or password is an authentication token used to access a computer or application and is assigned to a password variable.
Cycode Remediation Guideline
❗ How to revoke
Tell us how you wish to proceed using one of the following commands: