exam questions

Exam SY0-601 All Questions

View all questions & answers for the SY0-601 exam

Exam SY0-601 topic 1 question 328 discussion

Actual exam question from CompTIA's SY0-601
Question #: 328
Topic #: 1
[All SY0-601 Questions]

An organization recently released a software assurance policy that requires developers to run code scans each night on the repository. After the first night, the security team alerted the developers that more than 2,000 findings were reported and need to be addressed. Which of the following is the MOST likely cause for the high number of findings?

  • A. The vulnerability scanner was not properly configured and generated a high number of false positives.
  • B. Third-party libraries have been loaded into the repository and should be removed from the codebase.
  • C. The vulnerability scanner found several memory leaks during runtime, causing duplicate reports for the same issue.
  • D. The vulnerability scanner was not loaded with the correct benchmarks and needs to be updated.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
seagnull
Highly Voted 2 years, 5 months ago
Selected Answer: A
forgot to choose the answer lol. But for me it's A. Since it was just the first night of the vulnerability scan, definitely there would be a lot of false positives that the engineer who monitors this needs to address and modify so that the vulnerability scan can be more accurate.
upvoted 12 times
Afel_Null
1 year, 10 months ago
if this is just because it's the first time, couldn't it be D? They chose incorrect benchmarks, they need to try again with others.
upvoted 4 times
...
...
ApplebeesWaiter1122
Highly Voted 2 years, 3 months ago
Selected Answer: A
False positives refer to instances where the vulnerability scanner incorrectly identifies a piece of code as vulnerable when it is not. They can occur due to various reasons, such as misconfiguration of the scanner, inadequate tuning of the scan rules, or limitations in the scanning tool's detection capabilities. In this scenario, if the vulnerability scanner was not properly configured, it might generate a significant number of false positives. False positives can lead to a large number of reported findings that may not actually represent legitimate security vulnerabilities.
upvoted 8 times
ApplebeesWaiter1122
2 years, 2 months ago
Coming back to this question, it could be B but there isn't enough info in this question to determine that. It has to be A just based on them running the vuln scanner for the first time
upvoted 7 times
Dapsie
1 year, 2 months ago
Why would they load 3rd party libraries on their database? They are publicly avaiable and not restricted. There seems to be no reason to keep these codes on their database,
upvoted 2 times
...
...
...
5e5650c
Most Recent 1 year ago
Selected Answer: A
The vulnerability scanner was not properly configured and generated a high number of false positives, the reason is that is asking for what is most likely and the most reasonable thing is that the vulnerability scanner is just missconfigured, in the exam usually there is a question the received all the points and a question that looks reasonable too so you get a few points, in this case D is the second answer
upvoted 2 times
...
rickirikci11
1 year, 7 months ago
Selected Answer: D
D is an more accurate answer than A
upvoted 2 times
...
cybertechb
1 year, 7 months ago
i take my exam today, 01/03/2024. if you are reading this i will post my success at the very first question to inform you all as to if this forum was helpful or not. my friend took the test a couple of weeks ago and passed. he swears by it.
upvoted 5 times
...
Skeptiker
1 year, 8 months ago
Selected Answer: A
A is much more likely than B for this one, just based on the sheer number of findings. Third-party libraries could result in a bunch, sure, but 2,000 would make me think something has been misconfigured.
upvoted 2 times
...
rline63
1 year, 11 months ago
I'm not sure exactly why B is not correct but I will say removing all 3rd party repositories seems a bit extreme. Even with a repository that has vulnerabilities, I would think that patching those vulnerabilities yourself would sometimes be the best thing to do rather than scrapping it entirely.
upvoted 2 times
...
ganymede
2 years, 5 months ago
A. This is talking about static code analysis. Static code analysis is a type of automated software testing that analyzes source code without executing the software to identify potential issues, such as security vulnerabilities, coding errors, and other issues that could impact the software's functionality, reliability, or security. There are many static code analysis tools available, both open source and commercial, that can be used to analyze software code for potential vulnerabilities and other issues. Here are some of the most commonly used static code analysis tools: SonarQube Fortify Checkmarx Veracode ...etc
upvoted 3 times
ganymede
2 years, 5 months ago
It is possible for static code analysis tools to produce false positives. There are several reasons why they can produce false positives: - Misconfigured rules - Lack of context - Complex code - Tool limitations
upvoted 2 times
...
...
[Removed]
2 years, 5 months ago
Selected Answer: A
The alerts are coming after the first night of the scan, it is obviously not tuned correctly. Going with A on this one.
upvoted 3 times
...
ramesh2022
2 years, 5 months ago
Selected Answer: B
The most likely cause for the high number of findings is B. Third-party libraries have been loaded into the repository and should be removed from the codebase. If third-party libraries are loaded into the repository, the vulnerability scanner can easily identify them as potential vulnerabilities and alert the developers.
upvoted 2 times
...
seagnull
2 years, 5 months ago
choosing A for this one. Since it was just the first night of the vulnerability scan, definitely there would be a lot of false positives that the engineer who monitors this needs to address and modify so that the vulnerability scan can be more accurate.
upvoted 1 times
...
bx88
2 years, 6 months ago
Selected Answer: B
Clearly answer B
upvoted 1 times
...
sdc939
2 years, 6 months ago
Selected Answer: B
B. Third-party libraries have been loaded into the repository and should be removed from the codebase
upvoted 1 times
...
Ranaer
2 years, 6 months ago
Selected Answer: B
I think here the correct one should be B.
upvoted 2 times
...
hsdj
2 years, 6 months ago
Selected Answer: A
also choosing A
upvoted 5 times
...
sdc939
2 years, 6 months ago
B. Third-party libraries have been loaded into the repository and should be removed from the codebase
upvoted 2 times
mpengly88
2 years ago
#wrong
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...