-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1603a44
commit 06c6cad
Showing
1 changed file
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
name: Django | ||
fullname: Apache Tomcat | ||
subdomain: django | ||
bg_color: '#20AA76' | ||
project_url: https://www.djangoproject.com/ | ||
description: | | ||
"Django makes it easier to build better Web apps more quickly and with less code." -https://www.djangoproject.com/ | ||
git_commit_url_prefix: https://github.com/django/django/commit/ | ||
github_search_url_prefix: https://github.com/django/django/search?utf8=✓&q= | ||
github_edit_cve_url_prefix: https://github.com/VulnerabilityHistoryProject/django-vulnerabilities/edit/dev/cves/ | ||
vulnerabilities_description: | | ||
These vulnerabilities are reported by the Django development team [on their news feed](https://www.djangoproject.com/weblog/) | ||
developers_description: | | ||
The following is a list of developers who are involved in code that was found to be vulnerable. Specifically, developers end up here if they were the author of a commit to code that was, at some point in time, fixed for a vulnerability. Note that this is NOT a comprehensive list. | ||
# A file name that ends with this string is considered to be source code | ||
# The way I found these was to do this at the root of the git repo | ||
# | ||
# find -type f | cut -c 3- | sed 's/.*\.//' | sort | uniq > ~/django_exts.txt | ||
# | ||
# Then filtered by hand. Remove anything compressed, binary, dev-tools, etc. | ||
source_code_extensions: | ||
- bat | ||
- cfg | ||
- conf | ||
- css | ||
- dbf | ||
- djtpl | ||
- dot-file | ||
- egg | ||
- eml | ||
- eot | ||
- geojson | ||
- gitattributes | ||
- gitignore | ||
- gitkeep | ||
- graffle | ||
- hidden | ||
- html | ||
- ico | ||
- idx | ||
- in | ||
- ini | ||
- js | ||
- json | ||
- kml | ||
- Makefile | ||
- md | ||
- mo | ||
- po | ||
- pristine | ||
- prj | ||
- py | ||
- py-tpl | ||
- python | ||
- rst | ||
- sample | ||
- sh | ||
- shp | ||
- shx | ||
- svg | ||
- thtml | ||
- tpl | ||
- ttf | ||
- txt | ||
- TXT | ||
- unkn | ||
- unknown | ||
- vrt | ||
- woff | ||
- woff2 | ||
- x | ||
- xml | ||
- yml |