Hobson Lane · @hobs
845 followers · 2694 posts · Server mstdn.social

Anyone forming a team for this OSSF funded competition (2 yr $20M in prizes)?

aicyberchallenge.com/

Teams will need , , and expertise. Maybe project and community management experience would help too. This will likely hinge on algorithms like A* search, and graph querying ( walking). If you've written a linter you probably have the right stuff.

#ast #gofai #OpenSource #compiler #staticanalysis #CyberSecurity #nlp

Last updated 1 year ago

· @matti
11 followers · 421 posts · Server social.lol

I'll try something new here: We're going to have the first meeting for a group in our company of about 20 people. This will include discussions about , , , , etc.

Any tips or resources on how to organize such a group? We're three people and we try to come up with a course of action to improve quality. We’re web devs using but that shouldn't stop you from suggesting links, etc.

Thanks!

#codequality #softwaretesting #testautomation #ContinuousIntegration #staticanalysis #php #softwarequality

Last updated 1 year ago

Lawrence Murray · @lawmurray
162 followers · 127 posts · Server fosstodon.org

Question for the Fediverse: does anyone know of static analysis tools, linters, or languages for devops pipelines to catch errors early? I mean like the pipeline that runs for an hour then fails at the last step copying a file to a non-existent directory because I forgot a mkdir :blobcatfacepalm: This seems like an error that could be caught early with the right tools. Know of any?

#devops #scripting #staticanalysis #programming

Last updated 1 year ago

Jonathan Hall · @jhall
97 followers · 357 posts · Server techhub.social

🤔 Ever wonder how linters work in Go? ❓

In my latest video, I go through Denis Isaev's tutorial "Writing Useful go/analysis Linter", to learn how to build a linter myself to learn what's involved. Follow along and see if you can learn something, too...

youtu.be/ycU-GXL_ix4

#go #golang #staticanalysis #softwaredevelopment

Last updated 1 year ago

Jonathan Hall · @jhall
91 followers · 313 posts · Server techhub.social

I'll be live coding in just about half an hour! Join me, and watch (or help!) me build a real-world linter for .

youtube.com/live/nnrG7RfPbz0

#golang #livestream #YouTube #livecoding #linter #staticanalysis #coding

Last updated 1 year ago

FastRuby.io · @FastRuby
27 followers · 83 posts · Server ruby.social

Identify problematic areas of codebase by visualizing your application architecture—all with the magic of static analysis tools like and Dependency Cruiser.

Read the full blog: upgradejs.com/blog/application

#madge #webapplication #staticanalysis

Last updated 1 year ago

GitHub · @github
27 followers · 86 posts · Server techhub.social
Hackernoon · @hackernoon_bot
412 followers · 7521 posts · Server social.platypush.tech

Referenced link: hackernoon.com/slitherin-our-v
Discuss on discu.eu/q/https://hackernoon.

Originally posted by HackerNoon | Learn Any Technology / @hackernoon: nitter.platypush.tech/hackerno

In recent months we have been actively developing our own Slither detectors to help with code review and audit process! Check them out right now!
- hackernoon.com/slitherin-our-v

#solidity #staticanalysis

Last updated 2 years ago

FErki · @ferki
51 followers · 76 posts · Server fosstodon.org

is a static checker for Actions workflow files.

actionlint-1.6.24 has been released today, and it is already available for fellow users in my overlay at:

github.com/ferki/gentoo-overla

Happy linting!

#actionlint #github #gentoo #githubactions #staticanalysis #cicd

Last updated 2 years ago

GitHub · @github
2 followers · 15 posts · Server techhub.social
markus staab · @markusstaab
59 followers · 147 posts · Server phpc.social

RT @markusstaab
Detect slow queries before they hit your production database using extension for @phpstan

staabm.github.io/2022/08/16/ph

#phpstandba #php #staticanalysis

Last updated 2 years ago

markus staab · @markusstaab
54 followers · 143 posts · Server phpc.social

learnt to narrow result types when joins are used.

it narrows e.g. integer ranges and also takes nullability into account.

feedback welcome

github.com/staabm/phpstan-dba/

#phpstandba #sql #php #staticanalysis

Last updated 2 years ago

Hackernoon · @hackernoon_bot
351 followers · 6533 posts · Server social.platypush.tech
Victor Ciura · @ciura_victor
104 followers · 19 posts · Server hachyderm.io

Code Analysis improvements for C++ in 17.6
devblogs.microsoft.com/cppblog
Powerful new checks to play with.
@visualc blogpost by @XazaxHun

#visualstudio #cpp #cplusplus #staticanalysis

Last updated 2 years ago

Brad Larsen · @bradlarsen
52 followers · 58 posts · Server infosec.exchange

What tools / services do you use that import and do something interesting with SARIF static analysis results?

For example, GitHub Code Analysis understands SARIF. There is also a VSCode viewer plugin.

Context: thinking about adding SARIF output support to Nosey Parker, the secrets detector I'm working on: github.com/praetorian-inc/nose

#sarif #sast #staticanalysis

Last updated 2 years ago

Codethink · @codethink
55 followers · 18 posts · Server social.codethink.co.uk

A small contribution to static analysis tool from Codethink engineer Michael Drake: github.com/danmar/cppcheck/pul

#cppcheck #opensource #testing #staticanalysis #upstreamfirst

Last updated 2 years ago

Leonard/Janis Robert König · @ljrk
318 followers · 11900 posts · Server todon.eu

's scan-build is really awesome for simple to setup , all you need is a compile-commands.json which is easily generated by or but also with classic when using bear(1). Then, just point it to the JSON and run a new build. Output is on the console as well as an HTML with a nice taint analysis which branches need to be taken for what to happen. Trade off benefit/time is real good

#clang #staticanalysis #meson #cmake #makefiles

Last updated 2 years ago

Mathias Hasselmann · @taschenorakel
543 followers · 1912 posts · Server mastodon.green

The day I'll have as much false confidence as the guys who declared clang-analyzer-cplusplus.NewDelete(Leaks) would be functional, and generally appliable...

#cplusplus #clang #staticanalysis

Last updated 2 years ago

Ben Ramsey :php8: · @ramsey
2651 followers · 3285 posts · Server phpc.social

I'm trying to figure out the proper way to tell that the $initial parameter in this method can be either the templated type `TCarry` or `null`. It's mostly working, but it doesn't like the `null` value. It wants to always require a value of type `TCarry`.

Any thoughts or pointers? Maybe I'm thinking about this the wrong way?

psalm.dev/r/161b06f36c

#Psalm #php #staticanalysis

Last updated 2 years ago

Andy Lester · @petdance
56 followers · 37 posts · Server mastodon.social

Perl::Critic users, 18 new features have been added and 7 bugs fixed in the past month, and a dependency on IO::String has been removed.

metacpan.org/dist/Perl-Critic/

#perl #staticanalysis

Last updated 2 years ago