Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Securing Open Source

Securing Open Source

Scheduled Pinned Locked Moved The Lounge
help
29 Posts 10 Posters 42 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

    Clearly never bothered yourself with the truth... Telerik : Security vulnerabilities[^]

    "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

    M Offline
    M Offline
    Member 14840496
    wrote on last edited by
    #9

    I stated the software used in projects I worked on. I did not buy Telerik and did not like having to use it; but since I was a contractor at the facility, and THEY bought it, I had no choice. With that said, I did recommend and purchased DevExpress. There is a difference between security flaws (which exists in everything by the way) and deliberately downloading a package of (god-knows-what) from a (god-knows-where) site; and, unless you download the source code and spend time and money analyzing it, you have no idea what it contains.

    D 1 Reply Last reply
    0
    • M Member 14840496

      How much time/money is lost in that rigorous testing and analysis?

      M Offline
      M Offline
      Maximilien
      wrote on last edited by
      #10

      How much are you willing to loose in time/money if you do not do rigorous testing and analysis.

      CI/CD = Continuous Impediment/Continuous Despair

      1 Reply Last reply
      0
      • S Slacker007

        One has to be careful with using open source code on mission critical projects and functionality, this I agree with. If you find open source code that fits your needs and through rigorous testing and analysis you have determined that it will work fine in Production, then I do not see the big deal. Our projects use a combination of pay to play software and open source.

        O Offline
        O Offline
        obermd
        wrote on last edited by
        #11

        Slacker007 wrote:

        If you find open source code that fits your needs and through rigorous testing and analysis you have determined that it will work fine in Production, then I do not see the big deal.

        Until you have to go through that entire process again when a component is updated. Then it becomes a big deal to the C-Suite folks. The flaw in open source is that no one, and I mean no one, has a good dependency map of the open source in their systems. This translates into a component multiple layers down being updated for a security flaw and the users of that component don't even know it's in their systems. This is why the Log4J bugs are so insidious.

        1 Reply Last reply
        0
        • M Member 14840496

          How much time/money is lost in that rigorous testing and analysis?

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #12

          You need rigorous testing for any project, whether it contains open source components or not.

          M 1 Reply Last reply
          0
          • L Lost User

            You need rigorous testing for any project, whether it contains open source components or not.

            M Offline
            M Offline
            Member 14840496
            wrote on last edited by
            #13

            Of course you test your project. But in the case of VS, if I code using VS components, I assume that I do not have to test the components' code that I am using. Open source adds another layer of unknown code into an application, thus requiring double, triple, or however many pieces of open source code you are using; and this adds more rigorous testing on top of your project. I don't need that headache, especially in a RAD development project. Using VS is like building a car from a kit. Using open source (and I will add java in here simply because of the language itself) is like having to make the parts for the kit. People l-o-o-o-v-e that "free" stuff. :-D

            L D 2 Replies Last reply
            0
            • M Member 14840496

              Of course you test your project. But in the case of VS, if I code using VS components, I assume that I do not have to test the components' code that I am using. Open source adds another layer of unknown code into an application, thus requiring double, triple, or however many pieces of open source code you are using; and this adds more rigorous testing on top of your project. I don't need that headache, especially in a RAD development project. Using VS is like building a car from a kit. Using open source (and I will add java in here simply because of the language itself) is like having to make the parts for the kit. People l-o-o-o-v-e that "free" stuff. :-D

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #14

              Member 14840496 wrote:

              I assume that I do not have to test the components' code

              But you still need to test your usage of them. No different to using open source.

              M 1 Reply Last reply
              0
              • L Lost User

                Member 14840496 wrote:

                I assume that I do not have to test the components' code

                But you still need to test your usage of them. No different to using open source.

                M Offline
                M Offline
                Member 14840496
                wrote on last edited by
                #15

                Usage yes. But open source, comes from who knows, and can contain who knows what in the source. Some open source allows downloading the source. Why? So you can validate what's in it. I don't need to validate VS as to what's in it and I've been using it since 2001. So that's over 20 years. Again, I don't have to rigorously test a VS textbox. But you can bet if I downloaded an open source textbox, I would not feel comfortable unless I rigorously tested the textbox code. That's double work, and it's not a RAD development environment.

                R 1 Reply Last reply
                0
                • M Member 14840496

                  The latest article on this issue states that it's not going to be cheap. I use VisualStudio without open source. If I need additional functionality I purchase it from a reliable vendor. Probably cheaper than trying to secure all that open source crap out there; and that's not counting any malware that has creeped into your system from Billy-Bob's download. Pay me now or pay me later. ;)

                  theoldfoolT Offline
                  theoldfoolT Offline
                  theoldfool
                  wrote on last edited by
                  #16

                  Agreed. To make sure we are bullet proof, we only use Microsoft products. They have never been compromised.

                  >64 Some days the dragon wins. Suck it up.

                  M 1 Reply Last reply
                  0
                  • theoldfoolT theoldfool

                    Agreed. To make sure we are bullet proof, we only use Microsoft products. They have never been compromised.

                    >64 Some days the dragon wins. Suck it up.

                    M Offline
                    M Offline
                    Member 14840496
                    wrote on last edited by
                    #17

                    Lots of systems get compromised. But that seems to be an almost unpreventable EXTERNAL cause. You are confusing external code contamination with purposeful internal injected code that YOU put into your system. YOU is not the same as THEM. So in essence, doubling odds. Instead of being inadvertently attacked from an external source, YOU actually downloaded the attack yourself. :rolleyes:

                    1 Reply Last reply
                    0
                    • M Member 14840496

                      Usage yes. But open source, comes from who knows, and can contain who knows what in the source. Some open source allows downloading the source. Why? So you can validate what's in it. I don't need to validate VS as to what's in it and I've been using it since 2001. So that's over 20 years. Again, I don't have to rigorously test a VS textbox. But you can bet if I downloaded an open source textbox, I would not feel comfortable unless I rigorously tested the textbox code. That's double work, and it's not a RAD development environment.

                      R Offline
                      R Offline
                      RobertSF
                      wrote on last edited by
                      #18

                      Quote:

                      But open source, comes from who knows, and can contain who knows what in the source.

                      But isn't that avoided by using only well-known open source projects. For example, I use Apache, MariaDB, PHP, and iText7. I doubt they have more security issues than anything by Microsoft. Of course, using LeeT2000's fork of any of those would be reckless.

                      M 1 Reply Last reply
                      0
                      • R RobertSF

                        Quote:

                        But open source, comes from who knows, and can contain who knows what in the source.

                        But isn't that avoided by using only well-known open source projects. For example, I use Apache, MariaDB, PHP, and iText7. I doubt they have more security issues than anything by Microsoft. Of course, using LeeT2000's fork of any of those would be reckless.

                        M Offline
                        M Offline
                        Member 14840496
                        wrote on last edited by
                        #19

                        Of course there are long time, well known items like iText7. But I am going by the original CodeProject topic today stating that there is a lot of time/money needed to secure open source. I use javaScript in web apps. It's open source, but it's been around for years and comes from a single source. Plus, it's a language, not a tool/component. Apache has been around for years as well. And PHP, well let's just say it has a beard. There's a lot of stuff out there, as you pointed out. The creators make it sound good, but just who are they? Too many people see free and drool at downloading it.

                        1 Reply Last reply
                        0
                        • M Member 14840496

                          I stated the software used in projects I worked on. I did not buy Telerik and did not like having to use it; but since I was a contractor at the facility, and THEY bought it, I had no choice. With that said, I did recommend and purchased DevExpress. There is a difference between security flaws (which exists in everything by the way) and deliberately downloading a package of (god-knows-what) from a (god-knows-where) site; and, unless you download the source code and spend time and money analyzing it, you have no idea what it contains.

                          D Offline
                          D Offline
                          dandy72
                          wrote on last edited by
                          #20

                          Member 14840496 wrote:

                          unless you download the source code and spend time and money analyzing it, you have no idea what it contains.

                          That's a rather interesting argument to use against open source. You know more about what closed source contains without spending time and money analyzing it?

                          M 1 Reply Last reply
                          0
                          • M Member 14840496

                            Of course you test your project. But in the case of VS, if I code using VS components, I assume that I do not have to test the components' code that I am using. Open source adds another layer of unknown code into an application, thus requiring double, triple, or however many pieces of open source code you are using; and this adds more rigorous testing on top of your project. I don't need that headache, especially in a RAD development project. Using VS is like building a car from a kit. Using open source (and I will add java in here simply because of the language itself) is like having to make the parts for the kit. People l-o-o-o-v-e that "free" stuff. :-D

                            D Offline
                            D Offline
                            dandy72
                            wrote on last edited by
                            #21

                            Member 14840496 wrote:

                            Open source adds another layer of unknown code into an application

                            ...and closed source is "better known"? Or are you saying you bury your head in the same and assume commercial, paid-for, closed source is inherently secure and you don't have to test it?

                            M 1 Reply Last reply
                            0
                            • D dandy72

                              Member 14840496 wrote:

                              unless you download the source code and spend time and money analyzing it, you have no idea what it contains.

                              That's a rather interesting argument to use against open source. You know more about what closed source contains without spending time and money analyzing it?

                              M Offline
                              M Offline
                              Member 14840496
                              wrote on last edited by
                              #22

                              That's why you pay for VS from Microsoft who created VS in 2001 and has been in use now for over 20 years. Not some free stuff in GitHub, or web site that has is not usually a business, but could be a hacker sneaking something into the code, or not writing even ANY security into the code just to get their name show up as a contributor, thus with hopes of landing more opportunities. Yes, I do not need to analyze VS. And in all the applications and web sites I have created over the past 13 years, never had a security breach, or had my sites hacked.

                              D 1 Reply Last reply
                              0
                              • D dandy72

                                Member 14840496 wrote:

                                Open source adds another layer of unknown code into an application

                                ...and closed source is "better known"? Or are you saying you bury your head in the same and assume commercial, paid-for, closed source is inherently secure and you don't have to test it?

                                M Offline
                                M Offline
                                Member 14840496
                                wrote on last edited by
                                #23

                                Ummmm...yeah. :rolleyes: VS has been around for over 20 years. Sure, there are some open source that has been around for several years, like iText, Apache, etc. But there are tons of freeware out there that I would never touch, especially in an enterprise environment.

                                D 1 Reply Last reply
                                0
                                • M Member 14840496

                                  Ummmm...yeah. :rolleyes: VS has been around for over 20 years. Sure, there are some open source that has been around for several years, like iText, Apache, etc. But there are tons of freeware out there that I would never touch, especially in an enterprise environment.

                                  D Offline
                                  D Offline
                                  dandy72
                                  wrote on last edited by
                                  #24

                                  Member 14840496 wrote:

                                  VS has been around for over 20 years.

                                  ...and every new version introduces a new set of bugs. It's a running joke around here at least on CP. So what are you trying to say here?

                                  1 Reply Last reply
                                  0
                                  • M Member 14840496

                                    That's why you pay for VS from Microsoft who created VS in 2001 and has been in use now for over 20 years. Not some free stuff in GitHub, or web site that has is not usually a business, but could be a hacker sneaking something into the code, or not writing even ANY security into the code just to get their name show up as a contributor, thus with hopes of landing more opportunities. Yes, I do not need to analyze VS. And in all the applications and web sites I have created over the past 13 years, never had a security breach, or had my sites hacked.

                                    D Offline
                                    D Offline
                                    dandy72
                                    wrote on last edited by
                                    #25

                                    Member 14840496 wrote:

                                    Yes, I do not need to analyze VS. And in all the applications and web sites I have created over the past 13 years, never had a security breach, or had my sites hacked.

                                    That you know of. Even if true, if you're honest with yourself as a developer, you wouldn't go on a limb and make this sort of claim. And you seem to be confusing VS - a code editor - with libraries you use to build apps.

                                    M 1 Reply Last reply
                                    0
                                    • D dandy72

                                      Member 14840496 wrote:

                                      Yes, I do not need to analyze VS. And in all the applications and web sites I have created over the past 13 years, never had a security breach, or had my sites hacked.

                                      That you know of. Even if true, if you're honest with yourself as a developer, you wouldn't go on a limb and make this sort of claim. And you seem to be confusing VS - a code editor - with libraries you use to build apps.

                                      M Offline
                                      M Offline
                                      Member 14840496
                                      wrote on last edited by
                                      #26

                                      Speak for yourself. I've been programming/developing with DataGeneral RDOS Basic, and from early Radio Shack PC days, DOS Basic, VB, Delphi, and on up to VS C#. I use/build my own libraries or purchase add-ons from companies like DevExpress.

                                      D 1 Reply Last reply
                                      0
                                      • M Member 14840496

                                        Speak for yourself. I've been programming/developing with DataGeneral RDOS Basic, and from early Radio Shack PC days, DOS Basic, VB, Delphi, and on up to VS C#. I use/build my own libraries or purchase add-ons from companies like DevExpress.

                                        D Offline
                                        D Offline
                                        dandy72
                                        wrote on last edited by
                                        #27

                                        Anyone doing this for so long would therefore clearly know better than to believe they're infallible. Otherwise the only one getting fooled is looking right back at you in a mirror.

                                        M 1 Reply Last reply
                                        0
                                        • D dandy72

                                          Anyone doing this for so long would therefore clearly know better than to believe they're infallible. Otherwise the only one getting fooled is looking right back at you in a mirror.

                                          M Offline
                                          M Offline
                                          Member 14840496
                                          wrote on last edited by
                                          #28

                                          I never said anything about being infallible. I've goofed up so many times during my career than I care to remember. That has nothing to do with this topic. But if you want to move into the personal arena, please continue while I ignore your comments as you seem to be ignoring the topic. :|

                                          D 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups