mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Merge pull request #1246 from xiemaisi/js/hardcoded-password
Approved by asger-semmle
This commit is contained in:
6
javascript/ql/test/query-tests/Security/CWE-313/tst.yml
Normal file
6
javascript/ql/test/query-tests/Security/CWE-313/tst.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
steps:
|
||||
- script: |
|
||||
PASSWORD="$(PASSWORD)" npm install
|
||||
OTHER_PASSWORD=`get password` yarn install
|
||||
username: <%= ENV['USERNAME'] %>
|
||||
password: <%= ENV['PASSWORD'] %>
|
||||
Reference in New Issue
Block a user