Skip to content

Commit

Permalink
add project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Oct 22, 2020
1 parent 1603a44 commit 06c6cad
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions project.yml
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

0 comments on commit 06c6cad

Please sign in to comment.