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

test #100

Closed
wants to merge 1 commit into from
Closed

test #100

wants to merge 1 commit into from

Conversation

tiokim
Copy link
Owner

@tiokim tiokim commented Sep 17, 2023

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Code cleanup/refactoring
  • Documentation update
  • This change requires a documentation update
  • CI system update
  • Test Coverage update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Below is just an example and you can delete it when you contribute.

Test Configuration:

  • Java: v11
  • LPVS Release: v1.x.x

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Comment on lines +28 to +31
http
.cors()
.and()
.csrf().disable()

Check failure

Code scanning / CodeQL

Disabled Spring CSRF protection High

CSRF vulnerability due to protection being disabled.
@github-actions
Copy link

<title>lpvs</title><script type="text/javascript" src="jacoco-resources/sort.js"></script>

lpvs

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total2,227 of 5,23157%213 of 42650%2655345061,1041313212044
com.lpvs.service.scanner.scanoss480397%5223%3336981086956
com.lpvs.service4221,31875%5911365%50132100397124617
com.lpvs.auth4190%n/a2727102102272755
com.lpvs.util39049355%555148%478489194123115
com.lpvs.entity28772471%212756%761975815857173412
com.lpvs.controller10517562%161038%132220593912
com.lpvs.exception610%n/a9917179933
com.lpvs.entity.enums3623686%81055%722115131303
com.lpvs271941%20%3511182401
Created with JaCoCo 0.8.8.202204050719

@github-actions
Copy link

<title>lpvs</title><script type="text/javascript" src="jacoco-resources/sort.js"></script>

lpvs

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total2,227 of 5,23157%213 of 42650%2655345061,1041313212044
com.lpvs.service.scanner.scanoss480397%5223%3336981086956
com.lpvs.service4221,31875%5911365%50132100397124617
com.lpvs.auth4190%n/a2727102102272755
com.lpvs.util39049355%555148%478489194123115
com.lpvs.entity28772471%212756%761975815857173412
com.lpvs.controller10517562%161038%132220593912
com.lpvs.exception610%n/a9917179933
com.lpvs.entity.enums3623686%81055%722115131303
com.lpvs271941%20%3511182401
Created with JaCoCo 0.8.8.202204050719

@tiokim tiokim closed this Sep 22, 2023
@tiokim tiokim reopened this Sep 22, 2023
@tiokim
Copy link
Owner Author

tiokim commented Sep 22, 2023

[License Pre-Validation Service] No license issue detected

@github-actions
Copy link

<title>lpvs</title><script type="text/javascript" src="jacoco-resources/sort.js"></script>

lpvs

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total2,227 of 5,23157%213 of 42650%2655345061,1041313212044
com.lpvs.service.scanner.scanoss480397%5223%3336981086956
com.lpvs.service4221,31875%5911365%50132100397124617
com.lpvs.auth4190%n/a2727102102272755
com.lpvs.util39049355%555148%478489194123115
com.lpvs.entity28772471%212756%761975815857173412
com.lpvs.controller10517562%161038%132220593912
com.lpvs.exception610%n/a9917179933
com.lpvs.entity.enums3623686%81055%722115131303
com.lpvs271941%20%3511182401
Created with JaCoCo 0.8.8.202204050719

@tiokim tiokim closed this Sep 24, 2023
@tiokim tiokim reopened this Sep 24, 2023
@tiokim
Copy link
Owner Author

tiokim commented Sep 24, 2023

[License Pre-Validation Service] No license issue detected

@github-actions
Copy link

<title>lpvs</title><script type="text/javascript" src="jacoco-resources/sort.js"></script>

lpvs

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total2,227 of 5,23157%213 of 42650%2655345061,1041313212044
com.lpvs.service.scanner.scanoss480397%5223%3336981086956
com.lpvs.service4221,31875%5911365%50132100397124617
com.lpvs.auth4190%n/a2727102102272755
com.lpvs.util39049355%555148%478489194123115
com.lpvs.entity28772471%212756%761975815857173412
com.lpvs.controller10517562%161038%132220593912
com.lpvs.exception610%n/a9917179933
com.lpvs.entity.enums3623686%81055%722115131303
com.lpvs271941%20%3511182401
Created with JaCoCo 0.8.8.202204050719

@tiokim
Copy link
Owner Author

tiokim commented Oct 4, 2023

[License Pre-Validation Service] No license issue detected

Detected licenses:

File: src/main/java/com/lpvs/auth/OAuthAttributes.java
License(s): MIT (permitted)
Component: seb45_pre_023 (src/main/java/sixman/stackoverflow/auth/oauth/service/Provider.java)
Matched Lines: 1-54
Snippet Match: 98%

@tiokim tiokim closed this Oct 4, 2023
@tiokim tiokim reopened this Oct 4, 2023
@tiokim
Copy link
Owner Author

tiokim commented Oct 4, 2023

[License Pre-Validation Service] No license issue detected

Detected licenses:

File: src/main/java/com/lpvs/auth/OAuthAttributes.java
License(s): MIT (permitted)
Component: seb45_pre_023 (src/main/java/sixman/stackoverflow/auth/oauth/service/Provider.java)
Matched Lines: 1-54
Snippet Match: 98%

@github-actions
Copy link

github-actions bot commented Oct 4, 2023

<title>lpvs</title><script type="text/javascript" src="jacoco-resources/sort.js"></script>

lpvs

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total2,227 of 5,23157%213 of 42650%2655345061,1041313212044
com.lpvs.service.scanner.scanoss480397%5223%3336981086956
com.lpvs.service4221,31875%5911365%50132100397124617
com.lpvs.auth4190%n/a2727102102272755
com.lpvs.util39049355%555148%478489194123115
com.lpvs.entity28772471%212756%761975815857173412
com.lpvs.controller10517562%161038%132220593912
com.lpvs.exception610%n/a9917179933
com.lpvs.entity.enums3623686%81055%722115131303
com.lpvs271941%20%3511182401
Created with JaCoCo 0.8.8.202204050719

@tiokim tiokim closed this May 12, 2024
@tiokim tiokim deleted the t branch May 12, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant