Commit graph

186 commits

Author SHA1 Message Date
dependabot[bot]
0c910aa6b1
Bump @babel/traverse from 7.20.13 to 7.24.5 in /front-end (#55)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.24.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 14:12:53 -07:00
dependabot[bot]
cb791c20a9
Bump @babel/traverse from 7.20.13 to 7.24.5 (#54)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.24.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 13:50:33 -07:00
dependabot[bot]
1a04ee0a1a
Bump actions/checkout from 3 to 4 (#51)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 13:49:35 -07:00
dependabot[bot]
27e8d576d3
Bump github/codeql-action from 2 to 3 (#50)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 13:49:20 -07:00
dependabot[bot]
54d1ce804f
Bump actions/setup-go from 3 to 5 (#53)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 13:49:05 -07:00
dependabot[bot]
d61b35f754
Bump sequelize from 6.28.0 to 6.29.0 (#52)
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.28.0 to 6.29.0.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.28.0...v6.29.0)

---
updated-dependencies:
- dependency-name: sequelize
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09 13:48:52 -07:00
Dylan Ayrey
7fb21d7adf
Gpg (#48)
* client gpg

* first pass on pgp

* completing backend save

* displaying encrypted data

* add migrations

* fixing the download button

* fixing image download

* fixing image download

* fixing image download

* fixing email template bugs

* fixing download button

* final touches

* final touches

* final touches

* final touches

* final touches

* Update Settings.vue

* final touches

* final touches

* final touches

* add sentry logging and stream file

---------

Co-authored-by: counter <counter@counters-MacBook-Air.local>
Co-authored-by: Dustin Decker <dustin@trufflesec.com>
2023-02-21 12:05:01 -08:00
Melih Kaan Yıldız
b0416990e4
Update probe.js (#44)
This probe has the issue stated in the link below

* https://github.com/mandatoryprogrammer/xsshunter-express/issues/11 

This commit fixes it.
2023-02-06 09:39:16 -08:00
Dustin Decker
16504bf063
Clean up logging (#41)
* Clean up logging

* add code owners
2023-02-06 09:36:46 -08:00
Dustin Decker
1e0ee57543
allow case sensitive routing (#43) 2023-02-06 09:36:28 -08:00
Dustin Decker
b4053b93d0
Add favicons (#45) 2023-02-06 09:36:15 -08:00
Dustin Decker
42fcdf0e54
Add profiling (#38)
* capture caught exceptions

* add profiling

* Use 0.0.12 for now
2023-01-31 07:54:14 -08:00
Dustin Decker
1b7aa3258c
capture caught exceptions (#37)
* capture caught exceptions

* fix package.json typo
2023-01-31 07:52:31 -08:00
Dustin Decker
52ae82a5cc
remove some unused and long indices (#35) 2023-01-30 15:02:29 -08:00
Dustin Decker
8bd420f044
add sentry (#34) 2023-01-30 15:02:19 -08:00
Dylan Ayrey
fcad36363d
Update README.md 2023-01-30 14:34:47 -08:00
Dustin Decker
f1921ab2c1
Fix default UUID (#33) 2023-01-30 10:49:17 -08:00
Dustin Decker
2bb3556c1c
don't reuse oauth client (#32) 2023-01-30 10:02:36 -08:00
Dustin Decker
7cbd6b7cac
much supahvised (#31) 2023-01-30 09:14:19 -08:00
Dustin Decker
999e0d701c
favicon (#29) 2023-01-29 17:25:31 -08:00
Dylan Ayrey
dfe831e5d1
Uximprovements (#30)
* removing auth on image load

* chagning links

* fixing allowing null js

* going through all the sh

* fornted imrpovmnets

---------

Co-authored-by: counter <counter@counters-MacBook-Air.local>
2023-01-29 17:25:20 -08:00
Dylan Ayrey
ae09855e64
Fixingnulladditionajs (#28)
* removing auth on image load

* chagning links

* fixing allowing null js

* going through all the sh

---------

Co-authored-by: counter <counter@counters-MacBook-Air.local>
2023-01-29 17:06:04 -08:00
Dustin Decker
930f0caeeb
fix nav (#27) 2023-01-29 17:03:29 -08:00
Dylan Ayrey
658e9c42b7
Changing links (#26)
* removing auth on image load

* chagning links

* Update DashboardLayout.vue

---------

Co-authored-by: counter <counter@counters-MacBook-Air.local>
Co-authored-by: Dustin Decker <humanatcomputer@gmail.com>
2023-01-29 16:40:39 -08:00
Dylan Ayrey
85d0671ebe
Fixingdelete (#21)
* fixing delete issue

* fixes

* fixing storage path

* remove session reset

---------

Co-authored-by: counter <counter@counters-MacBook-Air.local>
Co-authored-by: Dustin Decker <dustin@trufflesec.com>
2023-01-29 16:37:18 -08:00
Dylan Ayrey
eb1639e0e6
removing auth on image load (#25)
Co-authored-by: counter <counter@counters-MacBook-Air.local>
2023-01-29 16:36:28 -08:00
Dustin Decker
d5eb6ba648
fixing delete issue (#20)
Co-authored-by: counter <counter@counters-MacBook-Air.local>
2023-01-29 13:37:41 -08:00
Dylan Ayrey
86d334e261
fixing wait error (#19)
Co-authored-by: counter <counter@counters-MacBook-Air.local>
2023-01-29 13:08:15 -08:00
Dustin Decker
883039e6fa
fix validation, docker user, and only use dependabot for security upd… (#18)
* fix validation, docker user, and only use dependabot for security updates

* vars
2023-01-29 12:40:54 -08:00
Dylan Ayrey
9282570f40
fixing delete button (#17)
Co-authored-by: counter <counter@counters-MacBook-Air.local>
2023-01-29 12:28:34 -08:00
Dustin Decker
2d197223cf
add supervisor (#16)
* add supervisor

* fix perms
2023-01-29 12:28:20 -08:00
Dustin Decker
b1b48104e1
Send emails with sendgrid (#14)
* Use sendgrid to send emails

* add unsubscribe list

* fix test code

* update enabled var and readme

* email template

---------

Co-authored-by: counter <counter@counters-MacBook-Air.local>
2023-01-29 11:46:28 -08:00
Dustin Decker
38bebeda34
Merge pull request #13 from trufflesecurity/cors-check
Cors and .git check and making it easier to run on localhost
2023-01-29 10:48:52 -08:00
counter
023ab17b3b fixing ugly XSS 2023-01-28 22:17:33 -08:00
counter
a3b312fbcc fixing ugly XSS 2023-01-28 22:10:38 -08:00
counter
dcf41514fc improving UX a little 2023-01-28 19:51:57 -08:00
counter
6b5d116c71 fixing .git scanning and CORS scanning, and tweaks to make localhost work 2023-01-28 19:08:23 -08:00
counter
46a861ed9c Merge branch 'main' into cors-check 2023-01-28 16:49:32 -08:00
counter
1eae014b81 adding support for .git and CORS 2023-01-28 16:47:46 -08:00
Dustin Decker
732942c329
Merge pull request #11 from trufflesecurity/remote-ip
fix remote ip
2023-01-27 18:16:10 -08:00
Dustin Decker
2bb7a9fcd8 fix remote ip 2023-01-27 18:15:19 -08:00
Hon
6256827252
Merge pull request #4 from trufflesecurity/styling
Update styling
2023-01-27 15:06:26 -08:00
hxnyk
f51bb483ca remove gradients 2023-01-27 15:01:51 -08:00
Dustin Decker
14738e5eea
Merge pull request #2 from trufflesecurity/deployment-changes
deployment changes
2023-01-27 14:55:01 -08:00
hxnyk
6cbf290a7a footer spacing 2023-01-26 23:44:49 -08:00
hxnyk
d9341ee116 wording changes 2023-01-26 23:40:15 -08:00
hxnyk
598928a79a move styling diffs from bootstrap to custom folder 2023-01-26 23:35:20 -08:00
hxnyk
7344ac05e0 empty state for reports 2023-01-26 23:22:39 -08:00
hxnyk
521ab984ed remove kebab menu and change spacing on smaller screens 2023-01-26 22:59:05 -08:00
hxnyk
84408b16bc Update text color on unauth card 2023-01-26 22:52:58 -08:00