diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c75f565 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +add/ diff --git a/SECURITY.mk b/SECURITY.mk new file mode 100644 index 0000000..034e848 --- /dev/null +++ b/SECURITY.mk @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. diff --git a/yarn-error.log b/yarn-error.log new file mode 100644 index 0000000..a7e0723 --- /dev/null +++ b/yarn-error.log @@ -0,0 +1,55 @@ +Arguments: + C:\Program Files\nodejs\node.exe C:\Users\Lenovo\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js add + +PATH: + C:\Users\Lenovo\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\Lenovo\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\PuTTY;C:\Program Files\nodejs;C:\Users\Lenovo\AppData\Local\Microsoft\WindowsApps;C:\Users\Lenovo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Lenovo\AppData\Local\GitHubDesktop\bin;C:\Users\Lenovo\AppData\Roaming\npm;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl + +Yarn version: + 1.22.19 + +Node version: + 16.16.0 + +Platform: + win32 x64 + +Trace: + SyntaxError: C:\Users\Lenovo\Desktop\internship-01-08-2022\package.json: Unexpected token < in JSON at position 2 + at JSON.parse () + at C:\Users\Lenovo\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:1629:59 + at Generator.next () + at step (C:\Users\Lenovo\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:310:30) + at C:\Users\Lenovo\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:321:13 + +npm manifest: + { + "name": "v1", + "version": "1.0.0", + "description": "YelpCamp v1", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node app.js" + }, + "author": "David Nanyan", + "license": "ISC", + "dependencies": { + "body-parser": "^1.18.3", + "connect-flash": "^0.1.1", + "ejs": "^2.6.1", + "express": "^4.16.4", + "express-session": "^1.15.6", + "method-override": "^3.0.0", + "moment": "^2.24.0", + "mongoose": "^5.4.0", + "passport": "^0.4.0", + "passport-local": "^1.0.0", + "passport-local-mongoose": "^5.0.1" + } + } + +yarn manifest: + No manifest + +Lockfile: + No lockfile