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

Fix 401 error on cwe-id filter #79

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Fix 401 error on cwe-id filter #79

merged 3 commits into from
Feb 26, 2024

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Feb 8, 2024

✗ go run . -cwe-id CWE-77 -f cwe -l 5


   ______   _____  ____ ___  ____  ____
  / ___/ | / / _ \/ __ \__ \/ __ \/ __ \
 / /__ | |/ /  __/ / / / / / /_/ / /_/ /
 \___/ |___/\___/_/ /_/ /_/\__,_/ .___/ 
                               /_/
                                          

                projectdiscovery.io

[INF] Current cvemap version v0.0.4 (latest)
╭────────────────┬──────┬──────────┬─────────┬───────────────────┬─────┬──────────┬────────╮
│ ID             │ CVSS │ SEVERITY │ EPSS    │ PRODUCT           │ AGE │ TEMPLATE │ CWE    │
├────────────────┼──────┼──────────┼─────────┼───────────────────┼─────┼──────────┼────────┤
│ CVE-2024-23745 │ 9.8  │ CRITICAL │ 0       │ web_clipper       │ 8   │ ❌       │ CWE-77 │
│ CVE-2024-23628 │ 8.8  │ HIGH     │ 0.00204 │ mr2600_firmware   │ 13  │ ❌       │ CWE-77 │
│ CVE-2024-23627 │ 8.8  │ HIGH     │ 0.00204 │ mr2600_firmware   │ 13  │ ❌       │ CWE-77 │
│ CVE-2024-23626 │ 8.8  │ HIGH     │ 0.00204 │ mr2600_firmware   │ 13  │ ❌       │ CWE-77 │
│ CVE-2024-23625 │ 9.8  │ CRITICAL │ 0.00124 │ dap-1650_firmware │ 13  │ ❌       │ CWE-77 │
╰────────────────┴──────┴──────────┴─────────┴───────────────────┴─────┴──────────┴────────╯

@RamanaReddy0M RamanaReddy0M self-assigned this Feb 8, 2024
@RamanaReddy0M RamanaReddy0M linked an issue Feb 8, 2024 that may be closed by this pull request
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge conflict

@RamanaReddy0M RamanaReddy0M marked this pull request as draft February 12, 2024 10:41
@tarunKoyalwar tarunKoyalwar marked this pull request as ready for review February 26, 2024 14:13
Copy link
Member

@tarunKoyalwar tarunKoyalwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue seems to be resolved after using urlutil.OrderedParams

./cvemap -cwe CWE-216        


   ______   _____  ____ ___  ____  ____
  / ___/ | / / _ \/ __ \__ \/ __ \/ __ \
 / /__ | |/ /  __/ / / / / / /_/ / /_/ /
 \___/ |___/\___/_/ /_/ /_/\__,_/ .___/ 
                               /_/
					  

		projectdiscovery.io

[INF] Current cvemap version v0.0.4 (outdated)
╭────────────────┬──────┬──────────┬─────────┬─────────────────────────┬──────┬──────────╮
│ ID             │ CVSS │ SEVERITY │ EPSS    │ PRODUCT                 │ AGE  │ TEMPLATE │
├────────────────┼──────┼──────────┼─────────┼─────────────────────────┼──────┼──────────┤
│ CVE-2020-3514  │ 6.7  │ MEDIUM   │ 0.00042 │ firepower_management... │ 1222 │ ❌       │
│ CVE-2019-1911  │ 7.8  │ HIGH     │ 0.00042 │ hosted_collaboration... │ 1696 │ ❌       │
│ CVE-2019-12675 │ 8.8  │ HIGH     │ 0.00042 │ firepower_threat_def... │ 1607 │ ❌       │
│ CVE-2019-12674 │ 8.2  │ HIGH     │ 0.00042 │ firepower_threat_def... │ 1607 │ ❌       │
╰────────────────┴──────┴──────────┴─────────┴─────────────────────────┴──────┴──────────╯

@RamanaReddy0M RamanaReddy0M marked this pull request as draft February 26, 2024 14:16
@tarunKoyalwar tarunKoyalwar marked this pull request as ready for review February 26, 2024 14:16
@RamanaReddy0M RamanaReddy0M marked this pull request as draft February 26, 2024 14:18
@RamanaReddy0M RamanaReddy0M marked this pull request as ready for review February 26, 2024 14:19
@ehsandeep ehsandeep merged commit 6ad5637 into main Feb 26, 2024
6 checks passed
@ehsandeep ehsandeep deleted the issue-78-cwe-id branch February 26, 2024 14:20
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.

bad request response for providing CWE ID parameter
3 participants