Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

add in security test and fixes plus local dev #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# hacksoc.co.uk
Source code for hacksoc.co.uk

## Local development

`$ npm start`

## run a snyk security audit

`$ npm run test:security`

**(Note: This will require building the lirantal/is-website-vulnerable docker image first using the steps at https://github.com/lirantal/is-website-vulnerable)**
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "hacksoc.co.uk",
"version": "1.0.0",
"description": "Abertay Ethical Hacking Society",
"main": "index.html",
"scripts": {
"start": "npx http-server",
"docker:security": "docker run --rm -e SCAN_URL=\"http://192.168.0.12:8080\" lirantal/is-website-vulnerable:latest",
"test:security": "npx start-server-and-test start http://localhost:8080 docker:security"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbertayHackers/hacksoc.co.uk.git"
},
"author": "Abertay Ethical Hacking Society",
"license": "ISC",
"bugs": {
"url": "https://github.com/AbertayHackers/hacksoc.co.uk/issues"
},
"homepage": "https://hacksoc.co.uk"
}
7 changes: 7 additions & 0 deletions vendor/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/bootstrap/css/bootstrap.min.css.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions vendor/bootstrap/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/bootstrap/js/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions vendor/fontawesome-free/css/all.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions vendor/jquery-easing/jquery.easing.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/jquery/jquery.min.js

Large diffs are not rendered by default.