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

cwe IDs #31

Closed
robocoder opened this issue Jul 25, 2015 · 3 comments
Closed

cwe IDs #31

robocoder opened this issue Jul 25, 2015 · 3 comments

Comments

@robocoder
Copy link
Contributor

In 14-cvs-svn-user-disclosure.json, the cwe IDs go from specific to general:

"cwe": ["527"],
...
"url": "http://cwe.mitre.org/data/definitions/200.html", 

In 44-source-code-disclosure.json, the cwe IDs go from general to specific:

"cwe": ["200"],
...
"url": "http://cwe.mitre.org/data/definitions/540.html", 

And in 15-directory-listing.json, the cwe IDs are the same:

"cwe": ["548"],
"url": "http://cwe.mitre.org/data/definitions/548.html", 
@andresriancho
Copy link
Contributor

I agree that this is an issue that needs to be fixed, could you please send a pull request to make all the JSON files look like 15-directory-listing.json ?

@robocoder
Copy link
Contributor Author

ok.

robocoder added a commit to robocoder/data that referenced this issue Jul 25, 2015
@andresriancho
Copy link
Contributor

#36

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 a pull request may close this issue.

2 participants