-
Notifications
You must be signed in to change notification settings - Fork 77
Analyze security #308
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
Open
z-sztrom
wants to merge
48
commits into
eiffel-community:master
Choose a base branch
from
z-sztrom:analyze-security
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Analyze security #308
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
be67450
Security issues fixed
z-sztrom 1f95d3e
Security issues fixed
z-sztrom 5c1df16
Security fixes applied
z-sztrom 9d8d232
Debug log level removed from default properties
z-sztrom b3ac14c
Security fixes applied
z-sztrom fb35edf
Merge branch 'master' into analyze-security
z-sztrom 4956eaf
Exclude java/spring-disabled-csrf-protection rule
z-sztrom d2f7728
Merge branch 'analyze-security' of https://github.com/z-sztrom/eiffel…
z-sztrom 7c771ce
Security fixes applied
z-sztrom 93d8719
Update codeql.yml
z-sztrom 8b7f932
Codeql scan enabled on analyze-security branch
z-sztrom ddf6c77
Merge branch 'analyze-security' of https://github.com/z-sztrom/eiffel…
z-sztrom 86dba57
CodeQL query file introduced
z-sztrom 4e1b056
CodeQL config file introduced
z-sztrom 6b23b9f
codeql.yml uplifted
z-sztrom 735e9cc
codeql.yml uplifted
z-sztrom acc154a
Cross-site scripting resolved
z-sztrom 37b12b1
Cross-site scripting resolved
z-sztrom 5b77ac7
Cross-site scripting resolved
z-sztrom bc1181c
Cross-site scripting resolved
z-sztrom 3c3c7b7
Cross-site scripting resolved
z-sztrom 358fa15
Cross-site scripting resolved
z-sztrom db128b5
Cross-site scripting resolved
z-sztrom 4a39bb4
Cross-site scripting resolved
z-sztrom 15536f4
Cross-site scripting resolved
z-sztrom ca47a87
Cross-site scripting resolved
z-sztrom 224f072
Cross-site scripting resolved
z-sztrom b04f9cb
Cross-site scripting resolved
z-sztrom 4bac8ef
Cross-site scripting resolved
z-sztrom b6bc381
Cross-site scripting resolved
z-sztrom 8d90da3
Cross-site scripting resolved
z-sztrom e78f8ab
Cross-site scripting resolved
z-sztrom 3ef6228
Cross-site scripting resolved
z-sztrom 5a11160
Cross-site scripting resolved
z-sztrom a2d06eb
Cross-site scripting resolved
z-sztrom 25b2bb5
Cross-site scripting resolved
z-sztrom f09874a
Cross-site scripting resolved
z-sztrom 5c47a5c
Cross-site scripting resolved
z-sztrom 340ac58
Cross-site scripting resolved
z-sztrom e35e3e5
Cross-site scripting resolved
z-sztrom b855624
Cross-site scripting resolved
z-sztrom aad4698
Security fixes
z-sztrom 42da1b9
Merge branch 'eiffel-community:master' into analyze-security
z-sztrom c93751b
Conflicts fixed, old code removed
z-sztrom edd9f09
Merge branch 'analyze-security' of https://github.com/z-sztrom/eiffel…
z-sztrom b141c31
Conflicts fixed, old code removed
z-sztrom 08351f4
Generated URL fixed
z-sztrom fd8ca7c
Merge branch 'master' into analyze-security
z-sztrom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| query-filters: | ||
| # The application uses non-browser clients. Yes, there is swagger interface, | ||
| # but is's used only for testing/tuning. | ||
| # | ||
| # From https://docs.spring.io/spring-security/reference/features/exploits/csrf.html | ||
| # "If you are creating a service that is used only by non-browser clients, | ||
| # you likely want to disable CSRF protection." | ||
| - exclude: | ||
| id: java/spring-disabled-csrf-protection | ||
| - exclude: | ||
| id: java/error-message-exposure | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| ## 2.1.12 | ||
| - Security fixes applied. | ||
|
|
||
| ## 2.1.11 | ||
| - Enable to change log level for publish at runtime | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any risk on enabling this ?