-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude .run (PyCharm) from git Add hyperlinks to Accso landing page
- Loading branch information
Showing
4 changed files
with
26 additions
and
7 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
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 |
---|---|---|
|
@@ -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. | ||
|
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 |
---|---|---|
@@ -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 |
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 |
---|---|---|
|
@@ -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>. | ||
|