forked from Cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
152 changed files
with
2,627 additions
and
1,026 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
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
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
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 |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# +-------------------------------------------------------------------------+ | ||
# | Copyright (C) 2004-2023 The Cacti Group | | ||
# | | | ||
# | This program is free software; you can redistribute it and/or | | ||
# | modify it under the terms of the GNU General Public License | | ||
# | as published by the Free Software Foundation; either version 2 | | ||
# | of the License, or (at your option) any later version. | | ||
# | | | ||
# | This program is distributed in the hope that it will be useful, | | ||
# | but WITHOUT ANY WARRANTY; without even the implied warranty of | | ||
# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | ||
# | GNU General Public License for more details. | | ||
# +-------------------------------------------------------------------------+ | ||
# | Cacti: The Complete RRDtool-based Graphing Solution | | ||
# +-------------------------------------------------------------------------+ | ||
# | This code is designed, written, and maintained by the Cacti Group. See | | ||
# | about.php and/or the AUTHORS file for specific developer information. | | ||
# +-------------------------------------------------------------------------+ | ||
# | http://www.cacti.net/ | | ||
# +-------------------------------------------------------------------------+ | ||
|
||
# mdl cli configuration | ||
style ".mdl_style.rb" | ||
verbose false |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -12,6 +12,9 @@ | |
|
||
## Reporting a Vulnerability | ||
|
||
Please use either GitHub's private vulnerability reporting or send an email to [email protected]. We will aim to respond within a few days and accept any PoC's that demonstrate how to test for the vulnerability. | ||
Please use either GitHub's private vulnerability reporting or send an email to [email protected]. We will aim to respond within a few days and accept any PoC's that demonstrate how to test for the vulnerability. | ||
|
||
We wlil remove an PoC from published advisory's were possible and will advise to this effect when doing so. | ||
|
||
--- | ||
Copyright (c) 2004-2023 - The Cacti Group, Inc. |
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 |
---|---|---|
@@ -1,3 +1,25 @@ | ||
<?php | ||
/* | ||
+-------------------------------------------------------------------------+ | ||
| Copyright (C) 2004-2023 The Cacti Group | | ||
| | | ||
| This program is free software; you can redistribute it and/or | | ||
| modify it under the terms of the GNU General Public License | | ||
| as published by the Free Software Foundation; either version 2 | | ||
| of the License, or (at your option) any later version. | | ||
| | | ||
| This program is distributed in the hope that it will be useful, | | ||
| but WITHOUT ANY WARRANTY; without even the implied warranty of | | ||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | ||
| GNU General Public License for more details. | | ||
+-------------------------------------------------------------------------+ | ||
| Cacti: The Complete RRDtool-based Graphing Solution | | ||
+-------------------------------------------------------------------------+ | ||
| This code is designed, written, and maintained by the Cacti Group. See | | ||
| about.php and/or the AUTHORS file for specific developer information. | | ||
+-------------------------------------------------------------------------+ | ||
| http://www.cacti.net/ | | ||
+-------------------------------------------------------------------------+ | ||
*/ | ||
|
||
header('Location:../index.php'); |
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,3 +1,25 @@ | ||
<?php | ||
/* | ||
+-------------------------------------------------------------------------+ | ||
| Copyright (C) 2004-2023 The Cacti Group | | ||
| | | ||
| This program is free software; you can redistribute it and/or | | ||
| modify it under the terms of the GNU General Public License | | ||
| as published by the Free Software Foundation; either version 2 | | ||
| of the License, or (at your option) any later version. | | ||
| | | ||
| This program is distributed in the hope that it will be useful, | | ||
| but WITHOUT ANY WARRANTY; without even the implied warranty of | | ||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | ||
| GNU General Public License for more details. | | ||
+-------------------------------------------------------------------------+ | ||
| Cacti: The Complete RRDtool-based Graphing Solution | | ||
+-------------------------------------------------------------------------+ | ||
| This code is designed, written, and maintained by the Cacti Group. See | | ||
| about.php and/or the AUTHORS file for specific developer information. | | ||
+-------------------------------------------------------------------------+ | ||
| http://www.cacti.net/ | | ||
+-------------------------------------------------------------------------+ | ||
*/ | ||
|
||
header('Location:../index.php'); |
Oops, something went wrong.