Skip to content

Commit

Permalink
Upgrade some Python packages
Browse files Browse the repository at this point in the history
Exclude .run (PyCharm) from git
Add hyperlinks to Accso landing page
  • Loading branch information
marcus67 committed Oct 27, 2024
1 parent 98937e5 commit 0fb4392
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ backend/*.env
.idea
/backend/assets/*.ttf
/backend/assets/*.js
.run
=======

# Created by https://www.toptal.com/developers/gitignore/api/django,python,intellij+all
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
SecureCheckPlus by Accso is a web application that can be integrated into the CI/CD process via an adapter.
It allows the identification, review, and documentation of already known vulnerabilities based on the libraries used.

This application was developed by the
<A TARGET="_blank" HREF="https://accso.de/communities/devops-community">DevOps Community</A> at
<A TARGET="_blank" HREF="https://accso.com/">Accso Accelerated Solutions</A> in Germany.
It was made opensource and published at
<A TARGET="_blank" HREF="https://github.com/accso/SecureCheckPlus">GitHub</A> in 2024.
A manual about how to use the frontend is available
<A TARGET="_blank" HREF="https://github.com/accso/SecureCheckPlus/blob/main/README-FRONTEND.md">here</A>.

For more information see the its
<A TARGET="_blank" HREF="https://accso.com/securecheckplus">Accso Landing Page</A>.
For any inquiries, write mail to
<A HREF="mailto:[email protected]">[email protected]</A>. For contributions and bug
reports, see the <A TARGET="_blank" HREF="https://github.com/accso/SecureCheckPlus/issues">GitHub issues</A>.


## Disclaimer

SecureCheckPlus does _not_ scan for vulnerabilities itself. This is done by industry standard tools such as OWASP.
Expand Down
12 changes: 6 additions & 6 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Django==5.1.1
django-cors-headers==4.4.0
Django==5.1.2
django-cors-headers==4.5.0
djangorestframework==3.15.2
lxml==5.3.0
ldap3==2.9.1
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
pytest==8.3.3
pytest-django==4.9.0
python-dotenv==1.0.1
requests==2.32.3
coverage==7.6.1
coverage==7.6.4
gunicorn==23.0.0
cyclonedx-python-lib==8.0.0rc2
whitenoise==6.7.0
cyclonedx-python-lib==8.2.1
whitenoise==6.7.0
5 changes: 4 additions & 1 deletion backend/templates/includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
</DIV>
<BR>
<BR>
This application SecureWebPlus by Accso was developed by the DevOps community at
This application SecureWebPlus by Accso was developed by the
<A TARGET="_blank" HREF="https://accso.de/communities/devops-community">DevOps Community</A> at
<A TARGET="_blank" HREF="https://accso.com/">Accso Accelerated Solutions</A> in Germany.
It was made opensource and published at
<A TARGET="_blank" HREF="https://github.com/accso/SecureCheckPlus">GitHub</A> in 2024.
A manual about how to use the frontend is available
<A TARGET="_blank" HREF="https://github.com/accso/SecureCheckPlus/blob/main/README-FRONTEND.md">here</A>.
<BR>
<BR>
For more information see its
<A TARGET="_blank" HREF="https://accso.com/securecheckplus">Accso Landing Page</A>.
For any inquiries, write mail to
<A HREF="mailto:[email protected]">[email protected]</A>. For contributions and bug
reports, see the <A TARGET="_blank" HREF="https://github.com/accso/SecureCheckPlus/issues">GitHub issues</A>.
Expand Down

0 comments on commit 0fb4392

Please sign in to comment.