Skip to content
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

New vulns #2 #12

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
803e2ae
Update package.json
PavelLinearB May 21, 2023
bf82f6b
fixed vulns
PavelLinearB May 21, 2023
725c2ae
Merge pull request #1 from linear-b/fix-vulns-and-add-cm
PavelLinearB May 21, 2023
4bb0105
cm ignored accept
PavelLinearB May 22, 2023
43882b9
cm ignored accept2
PavelLinearB May 22, 2023
8b00d4d
cm ignored accept3
PavelLinearB May 22, 2023
2f6c057
cm ignored accept4
PavelLinearB May 22, 2023
89dce43
cm ignored accept4
PavelLinearB May 22, 2023
32c3dee
cm ignored accept5
PavelLinearB May 22, 2023
0c9fdf3
cm ignored accept
PavelLinearB May 22, 2023
4ae68c1
cm ignored accept2
PavelLinearB May 22, 2023
fd348f7
cm ignored accept0
PavelLinearB May 22, 2023
f39ef39
Merge pull request #3 from linear-b/cm_ignored_accept
PavelLinearB May 22, 2023
0a8ae9e
cm ignored accept0
PavelLinearB May 22, 2023
273dcbc
cm ignored accept0
PavelLinearB May 22, 2023
6df1227
cm jit dump
PavelLinearB May 22, 2023
e5b00ae
Update jit.cm
PavelLinearB May 22, 2023
a5f954b
Update jit.cm
PavelLinearB May 22, 2023
4f5f6c5
Jit find secrets
PavelLinearB May 23, 2023
d930e1d
Merge branch 'master' of github.com:linear-b/juice-shop
PavelLinearB May 23, 2023
00b092c
Jit find secrets
PavelLinearB May 23, 2023
ee82a09
Update jit.cm
PavelLinearB May 23, 2023
254299d
Update and rename jit.cm to jit-and-sonar.cm
yeelali14 May 29, 2023
0c23617
Update jit-and-sonar.cm
yeelali14 May 29, 2023
efef0ad
added security manager cm
PavelLinearB Jun 6, 2023
ebd2ada
added security manager cm
PavelLinearB Jun 6, 2023
81fc4c3
added security manager cm
PavelLinearB Jun 6, 2023
fbbf10d
added security manager cm
PavelLinearB Jun 6, 2023
fe95bcd
added security manager cm
PavelLinearB Jun 6, 2023
14dc9bd
changes to securityManager.cm
PavelLinearB Jun 6, 2023
95169dc
vulnerabilities
PavelLinearB May 21, 2023
327b2b8
Update README.md
PavelLinearB May 22, 2023
04efc67
Update README.md
PavelLinearB Jun 6, 2023
169dd50
Update README.md
PavelLinearB Jun 6, 2023
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
Prev Previous commit
Next Next commit
Update jit-and-sonar.cm
yeelali14 authored May 29, 2023
commit 0c236174fb23042f3a5f81d0e7de7be88d43becf
8 changes: 7 additions & 1 deletion .cm/jit-and-sonar.cm
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ automations:
- action: add-label@v1
args:
label: '✅ Sonar: Clean Code'
color: 'ABEBC6'
color: '0e8a16'
high_duplications:
if:
- {{ sonar.duplications > 40 }}
@@ -98,3 +98,9 @@ automations:

sonar: {{ pr | extractSonarFindings }}
jit: {{ pr | extractJitFindings }}
colors:
code_smells: 'D2B48C'
bugs: 'FAA0A0'
vulnerabilities: 'F3E5AB'
security_hotspots: 'F89880'
duplications: 'D7BDE2'