LuckSiege / LuckSiege/PictureSelector
报CGI_Stored_XSS漏洞。
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 13.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
## Current use version?
#### 当前使用的版本是多少?
源码引用的,2022年4月份下载的源码,具体什么版本忘记了
## Will this problem occur in demo?
### 不清楚
## Describe the problem or provide an error log?
#### 描述问题或提供错误log?
publish.gradle 文件中的
def mavenUsername = localProperties.getProperty("sonatype.username")
def mavenPassword = localProperties.getProperty("sonatype.password")
def projectGroupId = localProperties.getProperty("groupId")
def projectLicense = localProperties.getProperty("license")
这四行代码在过安全检查时报
CGI_Stored_XSS漏洞。
这个怎么解决?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing publish.gradle and the four localProperties lookups for sonatype.username, sonatype.password, groupId, and license. Reproduce the reported security check if available, determine whether the CGI_Stored_XSS finding applies to this publishing configuration, and confirm that the check no longer reports the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100