diff --git a/_data/authors.yml b/_data/authors.yml index 1d24c99..1f9c954 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -86,5 +86,9 @@ matt: bio: | Computer science student currently interning with OnePageCRM, with an interest in pursuing future in web development. Matt enjoys reading, photography, and gaming. image: '/assets/images/authors/matt.jpg' - - \ No newline at end of file +evelyn: + name: Evelyn O'Donnell + display_name: Evelyn + bio: | + Marketing Coordinator at OnePageCRM with a background in Mobile and Digital marketing. My creative side is fueled by lots of travelling and unwinding in the outdoors. + image: '/assets/images/authors/evelyn.jpg' \ No newline at end of file diff --git a/_posts/2019-04-23-reporting-bug-in-onepagecrm.md b/_posts/2019-04-23-reporting-bug-in-onepagecrm.md new file mode 100644 index 0000000..29a24f2 --- /dev/null +++ b/_posts/2019-04-23-reporting-bug-in-onepagecrm.md @@ -0,0 +1,31 @@ +--- +layout: post +title: "Reporting a Bug in OnePageCRM" +slug: "reporting-bug-in-onepagecrm" +category: blog +author: evelyn +date: 2019-04-23 09:00:00 +graphic: "/assets/images/articles/ink.png" +post_image: "/assets/images/articles/ink.png" +excerpt: "With over 10,000 users worldwide using OnePageCRM it’s our responsibility to keep their data safe and secure. We’re pleased to announce details of our Bug Bounty Program - to encourage anyone who finds any vulnerabilities in the OnePageCRM app to report it and be rewarded!" +--- + +#### Bug Bounty Program + +With over 10,000 users worldwide using OnePageCRM it’s our responsibility to keep their data safe and secure. We’re pleased to announce details of our Bug Bounty Program - to encourage anyone who finds any vulnerabilities in the OnePageCRM app to report it and be rewarded! + +Every bug will vary therefore we advise anyone who discovers a security bug to provide us with a detailed report and email our team at support@onepagecrm.com + +Tips for Reporting bugs: +* Be as descriptive as possible +* Be clear +* State the facts +* Describe what you expected to happen +* Describe what actually happened +* List of steps to reproduce the bug +* Add any screenshots if possible + +Our dedicated security team will investigate your report and respond to you as soon as possible. Security researchers or those who report vulnerabilities on the OnePageCRM app and who adhere to the Bug Bounty Policy will receive a monetary reward or “bounty.” + +We appreciate the time and effort invested by you in our mission to make our products and services free of security flaws and the risks associated with them. +See here for more details on the program. diff --git a/assets/css/style.css b/assets/css/style.css index f51b978..9924ea3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -802,6 +802,11 @@ ul.blog-author-name li i { .blog-details img{ margin: 20px 0; } +.blog-details ul{ + list-style: inherit; + margin-left: 30px; + color: #3a4e63; +} .themeix-second-button .btn-read { background-color: #3A4E63; color: #fff; diff --git a/assets/images/articles/ink.png b/assets/images/articles/ink.png new file mode 100644 index 0000000..a504cf0 Binary files /dev/null and b/assets/images/articles/ink.png differ diff --git a/assets/images/authors/evelyn.jpg b/assets/images/authors/evelyn.jpg new file mode 100644 index 0000000..dfce57c Binary files /dev/null and b/assets/images/authors/evelyn.jpg differ